Witam, chciałbym edytować wtyczke prefix closed thread zmieniając kolor wyświetlany przed tematem
niestety została usunięta z vbulletin.org ale dodaje kod
Kod:
<?xml version="1.0" encoding="ISO-8859-1"?>
<product productid="rellect_closed_prefix" active="1">
<title>Closed Thread Prefix - by rellect</title>
<description><![CDATA[This mod will add a "Zamknięte" prefix to the thread title if the thread is closed.]]></description>
<version>1.0.1</version>
<url><![CDATA[http://www.vbulletin.org/forum/misc.php?do=producthelp&pid=rellect_zamknięte_prefix]]></url>
<versioncheckurl><![CDATA[http://www.vbulletin.org/forum/misc.php?do=producthelp&pid=rellect_closed_prefix]]></versioncheckurl>
<dependencies>
</dependencies>
<codes>
</codes>
<templates>
</templates>
<stylevardfns>
</stylevardfns>
<stylevars>
</stylevars>
<plugins>
<plugin active="1" executionorder="5">
<title>Closed Prefix FORUMDISPLAY</title>
<hookname>threadbit_process</hookname>
<phpcode><![CDATA[if ($thread['open'] == 0)
$thread['prefix_rich'] .= $vbphrase['rellect_prefix_zamknięte'].": ";]]></phpcode>
</plugin>
</plugins>
<phrases>
<phrasetype name="GLOBAL" fieldname="global">
<phrase name="rellect_prefix_zamknięte" date="1331323690" username="rellect" version="1.0"><![CDATA[Zamknięte]]></phrase>
</phrasetype>
</phrases>
<options>
</options>
<helptopics>
</helptopics>
<cronentries>
</cronentries>
<faqentries>
</faqentries>
</product>