Forum Replies Created
-
In reply to: Forum could not be created!
Shouldn’t the prefixes too be the same for integration? But guess what, I just uploaded bbPress 1.0 RC2 and somehow the problem is fixed!! But now when I login to bbPress admin page, I cannot see the link for the Plugins page. Also, if I type /bb-admin/plugins.php, I get redirected to the forum’s homepage! Please help
In reply to: Forum could not be created!Yeah but the final step of the installation halts with this error.
Initially, when I tried to set up the forum, it stopped at the final step and displayed an error that said “Forum could not be created”. So after having read this thread, I added some arbitrary data to the bb_forums table and then re-ran the installation. Now in the final step it again throws up an error and says “Forum already exists!”.
I’m using the same database and the same table prefix as my WP-MU installation, if that is any help. What do I do?
In reply to: Forum could not be created!But when I add dummy data to the bb_forums table and then proceed with the installation, it says “There are existing forums in this database.” Now what do I do?
In reply to: Cannot begin installationHey thanks Ipstenu. I just tried removing this line:
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file= [L]
And the installer is running. I guess this error is resolved (Though now I’m having trouble with Step 3 of the installation, which means I’m running over to another topic).
Thanks a lot
In reply to: Cannot begin installationI never saw even http://huddle.inversekarma.in/forums/index.php work!
Here’s my .htaccess in /huddle
RewriteEngine On
RewriteBase /
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>And here’s the one in /huddle/forums
Options +MultiViews
Options +Indexes
IndexOptions ShowForbiddenIn reply to: Cannot begin installationThanks Ipstenu and chrishajer.
Yeah now I notice that the /forums/license.txt file opens up. I’ve suspected htaccess to be the source of trouble. So now what do I do to fix this? HELP
In reply to: Cannot begin installationYes, I’m sure. Here’s screenshots of the dir listing :
http://i232.photobucket.com/albums/ee199/exchequer598/listing1.png
http://i232.photobucket.com/albums/ee199/exchequer598/listing2.png
In reply to: Emoticons For bbPress?_ck_:
The insert function in Comment Quicktags for bbPress can easily be reused to insert smilies.
Can you please show us how? Thanks
In reply to: Emoticons For bbPress?UPDATE!!
Figured out a way to integrate WordPress smileys into bbPress. Use this plugin!
http://pastebin.com/f411dfe2a
In reply to: Emoticons For bbPress?Doesn’t work for me in 0.9.x either!!
Its time someone built a plugin here..