Quote:
Originally Posted by klimshelf
...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 ...