How To Use XDForum in WordPress Blogs With Nice Permalinks
XDForum (example: Anaconda Forum) is a nice basic forum software which works seamlessly with WordPress blogs (download our free theme and plugins). Unfortunately it works out-of-the-box with default permalinks only. Most site today use nice permalinks. This mini-tutorial will teach you how to use XDForum with nice permalinks (how to enable; tips and more).
Replace the .htaccess generated by your WordPress 2.x blog with this:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !xdforum/ /index.php [L]
RewriteRule ^xdforum/([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?(\([^/\(\)]*\))?/? /index.php?pagename=xdforum&xdforum_action=$1&xf_id=$3&xt_id=$5&xp_id=$6&start=$8&pstart=$8 [QSA,L]
# END WordPress
Change the permission of .htaccess to 644.
Filed under CMS Software, Headline News, How To, Open Source Software, PHP, Pro Blogging, Tech Note, Web, Web Hosting, Web Services, WordPress |
|
RSS 2.0 |
Trackback this Article
|
Email this Article
You may also like to read |





































October 30th, 2006 at 6:30 am
[...] How To Use XDForum in WordPress Blogs With Nice PermalinksAdded Forum for Anaconda ThemeWhen Google Search FailsScott Adams Conquers Incurable Spasmodic Dysphonia, Voice LossHow To Exclude Files From Displaying in Subversion Status Command?How To Add Revision Number, ID Automatically To Subversion Files in Two Simple StepsAngsuman’s Translator Plugin Pro 3.2 ReleasedHow To Enable Nice Friendly URL in Vanilla ForumHow To Use Vanilla Forum On MySQL Database Without Password SetHow To Enable / Use .htaccess / Nice permalinks in Apache Web Server on Windows « Angsuman’s Translator Plugin Pro Version 3.1 Released [...]
October 30th, 2006 at 1:11 pm
Have you considered using bbPress as forum software?
October 30th, 2006 at 8:26 pm
Thanks for the suggestion. I will take a look.
October 31st, 2006 at 12:27 am
[...] How To Use XDForum in WordPress Blogs With Nice Permalinks (tags: wordpress plugin) [...]