So just to test it out, from here http://www.question2answer.org/themes.php#theme I copy and pasted the example code to override functions... function nav_user_search() // reverse order from qa_html _theme_base { $this->search(); $this->nav('user'); } But it didn't change anything. What gives? What am I doing wrong. Thanks for any help.
So just to test it out, from here http://www.question2answer.org/themes.php#theme I copy and pasted the example code to override functions...
function nav_user_search() // reverse order from qa_html _theme_base { $this->search(); $this->nav('user'); }
But it didn't change anything. What gives? What am I doing wrong. Thanks for any help.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.