Re: Footer Menu Support Thread
Quote:
Originally Posted by
DivaVocals
People share ideas of how they use or modify mods all the time.. It's how the community shares and learns.. and sometimes some ideas make their way into mods.. I do not think Clyde will mind at all if you share how you have used his excellent contribution..
Clyde,
Do you mind if I share with how I modified your mod?
Re: Footer Menu Support Thread
Quote:
Originally Posted by
autoace
Clyde,
Do you mind if I share with how I modified your mod?
Not at all
Re: Footer Menu Support Thread
Quote:
Originally Posted by
autoace
Clyde,
Do you mind if I share with how I modified your mod?
If you look around the community does this ALL the time.. It's how we all learn and share tips and tricks..:smile: A few folks have shared ideas in THIS support thread already on how they've used and expanded on Clyde's wonderful mod..
Re: Footer Menu Support Thread
Hi,
I have a question regarding the footer menu. Is it possible to make it dynamically show the sub-category links? In other words, how can I display all brand names at the footer menu without hard coding? Thanks in advance.
Re: Footer Menu Support Thread
Quote:
Originally Posted by
dealbyethan.com
Hi,
I have a question regarding the footer menu. Is it possible to make it dynamically show the sub-category links? In other words, how can I display all brand names at the footer menu without hard coding? Thanks in advance.
The footer menu was designed to provide "page" links not product/manufacture links.
If you want to show subcategory/brand names you'll need to re-write the mod so that it can make database queries to the appropriate tables in order to pull that information.
Re: Footer Menu Support Thread
Hi, I am having some problem with About Us link in Footer Menu. I have attached the screenshot. Can anyone please help me to make this work?
http://www.aboutahmedabad.com/images/footermenu.JPG
I can't get the About Us link to work. It shows BOX_Information_About_us and points towards /index.php?main_page=FILENAME_ABOUT_US&zenid=ag4kbpvp6avf2vofaoj9vj2g87
I have modified the footer menu to my needs but this one is causing much problems for me.
Please some one help.
Thank you.
Re: Footer Menu Support Thread
Quote:
Originally Posted by
thirdangle
Hi, I am having some problem with About Us link in Footer Menu. I have attached the screenshot. Can anyone please help me to make this work?
http://www.aboutahmedabad.com/images/footermenu.JPG
I can't get the About Us link to work. It shows BOX_Information_About_us and points towards /index.php?main_page=FILENAME_ABOUT_US&zenid=ag4kbpvp6avf2vofaoj9vj2g87
I have modified the footer menu to my needs but this one is causing much problems for me.
Please some one help.
Thank you.
Downloading and installing the About Us Page contribution (from the downloads section) should take care of the problem.
Re: Footer Menu Support Thread
Hi clydejones,
Thank you verymuch for your timely help. You saved my life.
Thank you once again.
Thirdangle
Re: Footer Menu Support Thread
Does anyone have an idea of how I would place the following code in the footer_menu_defines.php to work properly?
Define('BOOKMARK','<li><a href="javascript:bookmarksite('Kremer Publications', 'http://www.kremerpublications.com')">Bookmark this site!</a></li>');
It is for bookmarking the site.
Thank you.
Re: Footer Menu Support Thread
Quote:
Originally Posted by
jeskremer
Does anyone have an idea of how I would place the following code in the footer_menu_defines.php to work properly?
Define('BOOKMARK','<li><a href="javascript:bookmarksite('Kremer Publications', 'http://www.kremerpublications.com')">Bookmark this site!</a></li>');
It is for bookmarking the site.
Thank you.
try this:
Define('BOOKMARK','<li><a href="javascript:bookmarksite(\'Kremer Publications\', \'http://www.kremerpublications.com\')">Bookmark this site!</a></li>');