This component is built to provide a Search page under the links menu of your OSSN installation. I made this because I was having issues with mobile devices not showing the search field properly.
V 1.0 - Provides a simple page under the Links menu with a Search field.
Ok, did a rewrite of the ossn_com.php code and voila! It works!!! Uploading a new version for all to try out. Many thanks, Arsalan!
Now the page file you created in plugins directory you created, you need to remove all the code inside it , enter a dummy text and see if that text appears on the page? if that text appears then seems issue with your page code.
Ok, I have now changed all the case statements to lower case. I have even renamed the main component file searchpage instead of SearchPage. That being done the page not only no longer registers like it does in this version, it simply shows a white page. So, that in mind my code must be plain wrong somewhere. Any thoughts?
Where you registered the page. The URL must match the segment you used to register the page.
Where though? And, do you mean it should be searchpage and not SearchPage? Or, visa versa?
Because it points to wrong segment: SearchPage not searchpage