How to remove the about us link?

Hi,

I want to remove the "about us" link from the footer of my site. Which file I need to edit? please help.

Quote · 7 Jan 2010

You do this via the sql, open the sys_menu_bottom and remove the line for ID7 (About Us).  Now open up ftp program and go to cache and delete the sys_menu_bottom.inc.  Now it will be gone.

This process is used to add to the footer as well, just add to the sys_menu_bottom table instead of deleting.

Quote · 7 Jan 2010

Hi,

Thanks a lot. The aboutus menu gone!

Could you please tell me the reason of removing the file sys_menu_bottom.inc from the cache folder?

If I add a new menu in the table, what should I do for the sys_menu_bottom.inc file?

Quote · 8 Jan 2010

sys_menu_bottom.inc is a cached copy of the bottom menu.

Dolphin uses cached copies if they exist to speed things up.

Using a cached copy saves dolphin from having to query the database to rebuild the menu information. There are a lot of things dolphin makes cached copies of.

So any time you change that bottom menu or do anything directly in the database that dolphin makes caches of, the cached copy needs to be deleted to force dolphin to rebuild it.

This is why i recommend that while a site is under construction, the caching system be turned off from the template options in admin.

https://www.deanbassett.com
Quote · 8 Jan 2010

Thanks much for the detailed reply.

What should I do to make the first letter capital for all footer items?

Quote · 8 Jan 2010

Thanks much for the detailed reply.

What should I do to make the first letter capital for all footer items?

The text is transformed to lowercase in the css file. If you don't want the case tansformed then edit

templates/base/css/general.css

Look for.

.bottomCopyright .bottomLinks {
text-transform:lowercase;
}

Comment it out.

/*
.bottomCopyright .bottomLinks {
text-transform:lowercase;
}
*/

With the case transform off, the links to be as they appear in the language settings for it.

If CSS caching is turned on, your may need to clear the cache to see the results.

https://www.deanbassett.com
Quote · 8 Jan 2010

To add to deano's post, you can also just change the text-transform to this in the same spot instead of commenting out:

text-transform:capitalize;

Chris

EDIT: Had to correct spelling on the word 'capitalize' (hooked on phonics worked for me)


Nothing to see here
Quote · 8 Jan 2010

To add to deano's post, you can also just change the text-transform to this in the same spot instead of commenting out:

text-transform:capitlaize;

Chris



Oh yea, thats right. Ok. Scratch my suggestion. This one most likely would be better just in case some of the language keys are not properly cased.

https://www.deanbassett.com
Quote · 8 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.