Team, despite I'm not programmer, can we replace, just like that, for example, the text "Sticky: " with a variable in the language pack and this way to have the word, symbol or whatever - in languages. Like this:
$l_sticky='what_you_like';
and:
/* displaying additional info for sticky topics */ function parseTopic(){ if($GLOBALS['cols'][7]==1) $GLOBALS['stickyText']='<strong>{$l_sticky}</strong> '; else $GLOBALS['stickyText']=''; } /* --displaying additional info for sticky topics */
2. And also: how will be the same code for a closed topic?
3. And why don't you release this as a solution?
:) |