exchequer598 (@exchequer598)

Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • @exchequer598

    Member

    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 :-)

    @exchequer598

    Member

    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?

    @exchequer598

    Member

    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?

    @exchequer598

    Member

    Hey 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 :-)

    @exchequer598

    Member

    I 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 ShowForbidden

    @exchequer598

    Member

    Thanks 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 :-)

    @exchequer598

    Member
    In reply to: Emoticons For bbPress?

    @exchequer598

    Member

    _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?

    @exchequer598

    Member

    UPDATE!!

    Figured out a way to integrate WordPress smileys into bbPress. Use this plugin!

    http://pastebin.com/f411dfe2a

    In reply to: Emoticons For bbPress?

    @exchequer598

    Member

    Doesn’t work for me in 0.9.x either!!

    Its time someone built a plugin here..

Viewing 10 replies - 1 through 10 (of 10 total)