1 daibutsu Jun 17, 2009 17:34
3 daibutsu Jun 18, 2009 10:43
thanks a lot. I followed your hint, but to no avail. So I checked index_main.php once more. This time I used a plain text editor instead of the slightly outdated freeware tool I previously opened the file with. And, hooray, there it was, together with some other lengthy html code, which imho shouldn't be placed in this file. The designer of the skin I derived mine from seemed to mistake the php file for a container for html hacks ...
btw - is there a method to mark threads as "solved" in this forum?
4 edb Jun 18, 2009 10:48
Sometimes it is perfectly okay to put html bits in a php file. Heck many times it makes perfect sense. For example the crediting linkback used to be good old fashioned html but turned into a function call to do exactly what the html used to.
AFAIK you can edit your first post and change the title if you want. Any post actually, but only the first one in a topic will change the overall topic title.
Hey glad you got it worked out :)
If in your skin the text "Posted Under" does not look like T_('Posted Under') then it won't translate. Also, it has to be in the translation file to translate so it is a two-part deal: put the text you want to change with locale inside T_('') and make sure it is in your locale's translation file. Not the messages.po file - gotta be in the global.php file.