Final tweaks to Matrix: I want to remove colored navbars and login info and photo title from page and title bar
|
wordman
![]()
Joined: 2008-12-28
Posts: 25 |
Posted: Tue, 2008-12-30 04:57
|
|
The title pretty much says it all. From the main page I want to remove these things: From the full size photo pages I want to remove these things: With these tweaks, I would be satisfied that Gallery can do the job for me (and I hope that it can!) so any and all help would be appreciated. Cheers, thanks and have a Happy New Year everyone, wordman |
|
| Login or register to post comments |


Posts: 25
...I forgot one other thing...
The Gallery logo at the top is also a Hyperlink. How can I change it to redirect to any page I want?
Posts: 6
1.) Go to gallery2/themes/matrix/templates
2.) Create a subfolder local.
3.) Copy theme.tpl into the new subfolder
4.) Delete the following code from the copied theme.tpl in local:
{g->block type="core.SystemLinks"
order="core.SiteAdmin core.YourAccount core.Login core.Logout"
othersAt=4}
Before, you should save the links for "logging" in and "site admin" to your favorits in order to be able adding fotos later
Those things will work more or less the same. Maybe you have to copy the other *.tpl as well and to search in those... Simply try it (for testing deactivate "Template Cache" under Performance).
E.g. the Gallery2-button at the bottom is made by this code:
<div id="gsFooter">
{g->logoButton type="validation"}
{g->logoButton type="gallery2"}
{g->logoButton type="gallery2-version"}
{g->logoButton type="donate"}
</div>
That is already dome by editing theme.tpl
So, luckily for you this all you things are not that difficult
Good luck!
Posts: 38
hi, I have followed these steps but I dont see any changes... I have eliminated the cookies, and tryed to instal a new browser, but nothig works. What can I do? unistall the theme and install it again?