pattycake2
Active member
I am trying to create a menu item that will display the results of a mysql query. Nothing fancy, no user permissions, no group permissions, no settings, etc. Just be able to create a query and have it display the results inside the forum. For example, I have AndyB's "New Member" add-on that does a query and then displays the results of that query showing all new members The table is the XF database so it's not an external database (although it could be but not required). No conditionals. etc.
Do I need to go thru all the steps of creating an add-on, or can I just create a php page with the necessary sql query and then display the results?
or, Is there an existing template that I can use as an example and then make the menu item call that template.
I know php, I know mysql, just don't know enough about XF to make this happen.
Thanks for any advice or help
Do I need to go thru all the steps of creating an add-on, or can I just create a php page with the necessary sql query and then display the results?
or, Is there an existing template that I can use as an example and then make the menu item call that template.
I know php, I know mysql, just don't know enough about XF to make this happen.
Thanks for any advice or help