Is there any way I can mass change the post icon for a specific forum? Ive had a look through the database and it looks like the forum id is stored in a different place to the icon id so im not sure about doing an SQL query.
I can't do it the easy way and change all the icons because ive got quite a few that can't have the same icon as others.
Any help on this will save me going through all the posts and doing them by hand.
--------------- Added [DATE]1216131208[/DATE] at [TIME]1216131208[/TIME] ---------------
Ok im a nonse..... Was looking at post table not thread.......
So ive changed all of the threads that I wanted to using this query
Code:
UPDATE `directrs_vbul1`.`vb_thread` SET `iconid` = '15' WHERE `vb_thread`.`forumid` =48
Is there anywhere else that the iconid is stored?