dvsgr,
I cleared both of the cache folders then uninstalled and reinstalled your addon but still no luck.
Our URL is www.simplewifi.com
Should I be looking somewhere to confirm that it installed properly?
Thanks for all your help I certaily appreciate it.
Great addition to CSCart. Installed and works great.
Scotty
Thanks Scotty.
idpweb we are going to have to take a better look…
idpweb, I had a better look, and I think that it might get in the way the fact that currently you dont have any quicklinks.
If you have a look at my first post at the image, what you see in the first row is the first 6 links from quicklinks. Try to put a few links over there and let me know.
However we should have a closer look
I added the quick links and cleared the cash to no avail. This is really weird.
In the my_skin/customer/addons/bottommenu directory I have an images folder that contains the social media images and a hooks/index directory that contains the files bottom_override.tpl and bottom_link_override.tpl. Is that correct?
Would I be able to edit the bottom.tpl file and incorporate the code you have in your two files?
I removed this section of code from the bottom.tpl file which I assumed would remove the copyright info from the page. Even after clearing the cache this info still appears. That leads me to believe the info is being pulled from somewhere else.
{if $manifest.copyright}
who likes this{$lang.skin_by} {$manifest.copyright}
{/if}
I viewed the store in design mode and saw that the footer is shownin the override -addons/bottom_menu/hooks/index/bottom.override.tpl - its just not rendering.
With you addon turned off there is no information provided in design mode for the footer.
Does that help at all?
hard to tell. I think something else renders over. Can you send me the whole customer folder zipped to have a look?
I sure will. What is the best email to use for that?
Thanks again for all your help!!
Hi idpweb,
Got your email. seems like you are missing the hook lines for bottom_links.(line 8 and 14).
So change your bootom.tpl to this (after you backup) and let me know.
```php
{* $Id: bottom.tpl 9039 2010-03-10 07:42:57Z klerik $ *}
{include file="common_templates/search.tpl" hide_advanced_search=true}
{hook name="index:bottom_links"}
{foreach from=$quick_links item="link"}
{$link.descr}
{/foreach}
{/hook}
{hook name="index:bottom"}
{$lang.copyright} © {if $smarty.const.TIME|date_format:"%Y" != $settings.Company.company_start_year}{$settings.Company.company_start_year}-{/if}{$smarty.const.TIME|date_format:"%Y"} {$settings.Company.company_name}. {$lang.powered_by} {$lang.copyright_shopping_cart}
{/hook}
```
Do these .zip links work? I can't seem to download them?
let me check out again. There something wrong with the attachments in the forum…
Hi, I am getting the following error when i validate my page, i have tried to fix it myself, but im not that good, any help - please, this is the error and it referes to the page bottom_links.override.tpl
Line 521, Column 23: document type does not allow element “style” here
It is the style sheet wich is build in to the code of this mod.
I might do a better version later with an external css file, but it will take some time as these days I am on the road almost every day…
Fotis
You could always use blocks with horizontal layouts?
Thanks DVSGR, this was very useful. I have added rel=“nofollow” for My Account links to prevent link juice evaporating to these non important pages.
Yes nice idea with rel no follow . I ll try in the next days to implement it and update the files.
Yes I have tried this With horizontal blocks, but most times I need that space for other stuff, so this is why I thought of that implement mod.
By the way the cs-cart guys did something similar in the new version #3?
Great job!!! DVS thanks.
Nice Job !! Fotis.
After I'm logged in, the Log Out line in the bottom right column looks like “_log_out” instead of “Log out”, if I enter translation mode I can alter the others (like order history) but not the “_log_out”. Any ideas?
Just add it to your languages in Administration => Languages
Just click “Add Language Variable”
For the variable, put:
log_out
For the value, put:
Log Out
And you'll be all set.
Thanks,
Brandon
Thanks! …again!