|
[How To?] myBB sql query to change forum ID
|
|
03-28-2011, 05:10 PM
Post: #1
|
|||
|
|||
How can I change forum ID? Like this..
http://www.vbulletin.com/forum/showthrea...48b7447907 For example I want to change /forum-3.html to /forum-1.html |
|||
|
03-28-2011, 05:38 PM
Post: #2
|
|||
|
|||
RE: myBB sql query to change forum ID
Run these;
PHP Code: UPDATE `announcements` SET `fid` = '1' WHERE `fid` =5;Replace `5` to the forum ID you want to `Change`. ![]() MyPortfolio | Latest Stuff: PremiumThemes | MyBlog |
|||
|
03-28-2011, 06:31 PM
Post: #3
|
|||
|
|||
RE: myBB sql query to change forum ID
Make sure you take a backup before running any of these queries as you will not be able to change it back
|
|||
|
03-28-2011, 07:33 PM
Post: #4
|
|||
|
|||
RE: myBB sql query to change forum ID
Probably be easier & safer to just move all the threads to the forum you want them to be in (and/or create a new empty forum with the ID you want and then move them). There are too many things that can go wrong otherwise, since forum IDs are references in so many places (caches too).
Even better solution would be to never attempt to change any ids at all. Google SEO | Gravatar | Hooks | HTMLPurifier | Overview | Patches | PluginLibrary @ GitHub/frostschutz |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help





![[Image: 1.png]](http://yaldaram.com/1.png)
