View Single Post
  #11 (permalink)  
Old 25-05-2007, 23:41
247h's Avatar
247h 247h is offline
Premium Member
 
Join Date: Nov 2006
Location: Buckingham UK
Posts: 265
Send a message via AIM to 247h Send a message via MSN to 247h Send a message via Yahoo to 247h
Default

Quote:
Originally Posted by klimshelf View Post
...BTW, how did you find it?
I had made a similar change myself (some time ago) when, having put Viper in a Joomla Wrapper, returning to the Main Index was not a hyperlink that was wanted, whereas "Back a page" in Joomla was of far more interest.

How I found it was just a logical process I suppose — if you look at the source of the page you'll see that string is associated with class 'vgblink' and like many other apps that use skins + language files, it seemed fairly sensible to start looking in the skins folders (well, there's only the default one). Spotting the file 'skinMenu.php', I checked the contents and found the following:
PHP Code:
<?php LinkIfBack("<span class='vgbselect' > | </span>{<?php Out(LANG52)?>}","","class='vgblink'")?>
Note: I'll be bl**dy glad when eUKhost fix this vBulletin to allow codes to be displayed correctly! I've added spaces where necessary to 'greater-than' and 'less-than' brackets ...

It then didn't take long to realise that I should look for LANG52 in lang.inc — sometimes you get lucky; sometimes it takes much longer ...
__________________
Gadge

Too many nice toys — too little time to play with 'em!
Reply With Quote