VinceGledhill Posted February 22, 2015 Share Posted February 22, 2015 HI People. I have a website which uses Joomla. However, it's a pain in the backside to administer. Everything has to be done three fold in the back end to get anything done. Could someone point me towards somewhere where I can learn how to make the menu dynamically with information from the DB? Regards Vince Gledhill Quote Link to comment Share on other sites More sharing options...
tryingtolearn Posted February 23, 2015 Share Posted February 23, 2015 If you are wanting a solution to use with joomla, you might have better luck over on the Third Party Script forum or a joomla forum. Scrolling through any of the "Custom Menu" tutorials - they all seem overly bulky with how they are administered through the admin control panel. Just my opinion but that is one problem you face when using these one size fits all CMS systems. Quote Link to comment Share on other sites More sharing options...
VinceGledhill Posted February 23, 2015 Author Share Posted February 23, 2015 No, I'm looking to have a PHP site instead of using joomla. I have been building it in a temp directory http://www.airfieldcards.com/vg_temp/by_name.php I get the menus to show on the left, but don't get it to load the correct card. It simply shows a blank card on the right. Quote Link to comment Share on other sites More sharing options...
tryingtolearn Posted February 23, 2015 Share Posted February 23, 2015 Ok, it would be hard to point to a specific tutorial without knowing what you are using or how its set up now. So maybe it would be better to show the relevant code you are using and a description of what the desired result is vs. what you are getting. Then someone can help get you going in the right direction. Just a blank "card" sounds odd, do you have any error reporting set? If not add this to the top of the page and see if it tells you anything error_reporting(E_ALL); ini_set("display_errors", 1); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.