Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Hacks and Modifications

Post Reply
 
Thread Tools
  #1  
Old 10-01-2008, 08:38 AM
Ixelkhan Offline
forum loafer
 
Join Date: Oct 2008
Location: Montpellier, France.
Posts: 2
Changing "browse" title into "gallery" ?

Hi :)

I would like to modify this "browse" link at the top of every page and change it into "gallery". The reason being, "browse" is highly specific to English, and I swear most non-english users don't understand it. Or they don't want to click it, because even those who can relate "browse" to anything relate it to "internet browser", and start thinking that they are going to have to do some typing/validating/searching (like Google search and whatnot) on the photoblog they are visiting.

Yes I did the test, several times, with people who actually are quite good at english :)

Meanwhile :
french : "galerie"
italien : "galleria"
spanish : "galeria"
...

So, although "gallery" might not exactly be relevant, we still have better understanding, simply because people are used to see "gallery" used... for pages that display thumbnails of artworks.

I hope someone can help (and that it's a simple tweak, because I'm not a developper), and I'm sorry if this has been discussed before, I couldn't find it.

Thanks in advance, cheers.
Reply With Quote
  #2  
Old 10-02-2008, 01:28 PM
TiCor Offline
forum loafer
 
Join Date: Sep 2008
Location: Lochristi, Belgium
Posts: 10
Look for this code in all of your xxx_template.html

Code:
<li><a href="index.php" title="Return to Homepage">Home</a></li>
<li><a href="<SITE_BROWSELINK>" title="Browse">Browse</a></li>
<li><a href="index.php?x=about" title="About">About</a></li>
and change it to:

Code:
<li><a href="index.php" title="Return to Homepage">Home</a></li>
<li><a href="<SITE_BROWSELINK>" title="Browse">Gallery</a></li>
<li><a href="index.php?x=about" title="About">About</a></li>
You'll have to change it in all your _templates.
image_template.html, browse_template.html, about_template.html, ...

Hope this will help.
Reply With Quote
  #3  
Old 10-10-2008, 07:52 PM
Ixelkhan Offline
forum loafer
 
Join Date: Oct 2008
Location: Montpellier, France.
Posts: 2
And it works ! I finally found some time to try and it's perfect. Thank you very much for your time, the result is here :
http://shutterspeed.ixelkhan.com/
Thanks again
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 01:44 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs