Hello
how i can add more links on the footer and i want to make the links on the center of the footer please
Thank's For Reading and Helping
Hello how i can add more links on the footer and i want to make the links on the center of the footer please Thank's For Reading and Helping Post Reply - if you going to help - No for - bla bla bla bla |
The only way I could figure it out was to manually add them in the database. You can go into your database via MyPhpAdmin and look for the table called: sys_menu_bottom Hint: Take a note to the current IDs already assigned so you dont duplicate. - Click the tab at the top that says INSERT - Fill out the top information box with the information you would like and click GO Here is an example to add a "Home" to the footer links: After clicking INSERT: ID = 11 Caption = Home Name = Home Icon = leave blank (could put a path to one if you wanted Link = index.php Script = leave blank Order = 2 (I want it to be the first link so since it started with 3, I chose 2 to be in front) Target = leave blank Click GO You will need to manually clear your /cache directory (except for the .htaccess file for your new link to show) This might not be the easiest way, but it works. I tested this myself. Chris Nothing to see here |
Thanks, this is a very easy way of doing this. 000 |