Aaron1
05-27-2006, 06:39 PM
Hi,
I run 2.3.5 vbulletin & got access to Phpmyadmin. I want to run a query, in the 'thread' table, so that I am able to set the iconid to a value but only for a specific forumid. The iconid has te be "75", but only for forumid "67".
(I want to change the post icon for all the threads in a specific forum only)
SELECT * FROM `thread` WHERE `forumid=75`AND `iconid=75`
I got to this point, completely wrong probably, but no clue how to proceed. I am pretty newbie with this stuff.
So any help would be appreciated :-)
Regards,
/Aaron
I run 2.3.5 vbulletin & got access to Phpmyadmin. I want to run a query, in the 'thread' table, so that I am able to set the iconid to a value but only for a specific forumid. The iconid has te be "75", but only for forumid "67".
(I want to change the post icon for all the threads in a specific forum only)
SELECT * FROM `thread` WHERE `forumid=75`AND `iconid=75`
I got to this point, completely wrong probably, but no clue how to proceed. I am pretty newbie with this stuff.
So any help would be appreciated :-)
Regards,
/Aaron