Quote:
Originally Posted by Chewy954
Can we make it so that it only shows the postbit in certain forums only?
|
Edit Template
tmnt_postbit
Add at the beginning (replace X,Y,Z with forumids)
HTML Code:
<if condition="in_array($forumid, array(X,Y,Z))">
Add at bottom
Quote:
Originally Posted by MCAlexandre
I always got an error:
When uploading the product-tournament2008.xml to the Product Manager...
|
Open up product file and remove line below and then upload product file.
PHP Code:
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."usergroup ADD tournamentpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;");