Moving Posts from One Forum to Another?
I would like to create a few news feeds that are going into "News" Forums, that do not show up on the "New Posts" lists.. This was easy and got everything working..
Now I would like to make it when someone "Reply" to a post that the posts is removed from that forum and placed where it will show up in the "New Posts" list...
So my question is (And i am open for suggestios - I am a php coder, that knows a little about vBulletin)
Can I run this query outside of vBulletin code without messing anything up?
update thread set forumid=90 where forumid=25 and replycount>0 and postuserid=4655
Is there a better way to do this?
Keeping in mind that I want a news category for each area and each would move from and two diffrent forums..
Thanks,
Matt
|