Log in

View Full Version : Postbit selected based on forumid


RadioErewan
10-25-2009, 05:53 PM
Would like to display different postbits based on forumid. To be able to show new horizontal postbit in some of forums and oldschool postbit in others. Is there any mod for such easy task. Found first post in thread something I could play around, but in fact would like to be able to do it more convenient way...

Regards

Lynne
10-26-2009, 02:05 AM
I don't think there is a mod. You would have to write a plugin that checks the forum id, and it it is in forumid x, then change the option $vbulletin->options['legacypostbit'] (to '1' or '0' based on the forumid).