Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 53,551 through 53,575 (of 64,431 total)
  • Author
    Search Results
  • #71356
    ilo
    Member

    checked the database and it seems the following line went from

    bb_capabilities a:2:{s:13:”keymaster”;b:1;s:8:”throttle”;b:1;}

    to

    bb_capabilities a:2:{s:9:”keymaster”;b:1;s:8:”throttle”;b:1;}

    The first one being when it was not working

    #71355
    ilo
    Member

    Ok i logged out of wp and logged back in and I am now able to log in to bbpress again, is there any reason for this?

    #71354
    ilo
    Member

    Fyi this seem to be affecting all users rather than just the admin!

    #4683
    #71349

    In reply to: Upload Problem

    chrishajer
    Participant

    What version of bbPress are you using and are you talking about a specific plugin that allows you to upload?

    #71325
    chrishajer
    Participant

    @ganzua – do you have examples of plugins that do that?

    #71313
    deadlyhifi
    Participant

    just found this post regarding the ‘inactive’ thing, although their fix hasn’t fixed my issue.

    https://bbpress.org/forums/topic/successful-convert-smf-gt-phpbb2-gt-bbpress#post-14831

    #4679
    supreme87
    Member

    Hi all,

    we have launch the new version of ours blog with added integration with bbpress (alpha 1-6). We would appeal to us to have some opionions about this and others opionions to improve bbpress and even to make it better

    thanks!

    url http://www.strabello.it/forum/

    #71324
    _ck_
    Participant

    Not only won’t it work, you’ll find caching a forum vs a blog rather pointless unless you have very few members.

    #4678
    giofilo
    Member

    Hi!

    I installed wp 2.7 and bbpress 1.0 (alpha 6) and all seem to work.

    I have only a little problem: when a user changes his website in his profile editor, bbPress doesn’t show the website link but the profile link!

    Anyone can help me?

    Thank you,

    Giovanni

    Italy

    #71323
    ganzua
    Member

    Ahhh, he istalled wp plugins in bbpress folder. Sorry, my post was referring to wp plugins that are installed in wp plugins. Some of them cause errors when you browse bbpress.

    #71328
    ganzua
    Member

    BBpress 1.06a and Topic views plugin 1.6.3. I couldn’t paginate last posts in front-page.php

    If you know how, please share some knowledge :) What I wanted is to have an unlimited number of posts in the front-page loop and set a pagination. I think this feature would be a great improvement for bbpress.

    I’m interested too in a last 10 posts loop for my 404 page :)

    #71263
    criketos
    Member

    i use wpmu 2.7 and bbpress 0.9.0.4!

    I reinstall everything from scratch. Now it works! for information should be recorded wordpress site in the form https://monsite.com. for users of WPMU.

    thank you

    #71322
    chrishajer
    Participant

    > I read that WordPress wp-caching plugins should work

    Where did you read that? I never had the impression that WordPress plugins would work when installed in bbPress.

    #71321
    ganzua
    Member

    There is a bunch of wp plugins that doesn’t work with bbpress. You click whatever bbpress link and you find out that you have installed a wp plugin that doesn’t work with bbpress. Last one I found was wp “Feed statistics”, it causes an error whenever you click a view in the views section.

    #4677
    frooyo
    Member

    How do I setup on the front-page.php to list pagination?

    Meaning, if I have more than 30 threads – I would like it to say “Page 1, 2, 3…” as links

    I assume this is a bbPress function call but can’t find it

    #4676
    frooyo
    Member

    I just downloaded and installed bbPress ALPHA.

    All is working okay.

    I read that WordPress wp-caching plugins should work, I just installed the WP SuperCache into /my-plugins/

    http://wordpress.org/extend/plugins/wp-super-cache/

    I logged in as Admin, went to ACTIVATE the plugin and received the following error:

    Fatal error: Call to undefined function get_option() in /home/uptownelite/forum.uptownelite.com/my-plugins/wp-super-cache/wp-cache.php on line 30

    Any ideas why?

    I thought WP caching plugins are suppose to work in bbPress ALPHA

    #4673
    #4674
    ganzua
    Member

    I can’t make this plugin work :(

    Do you have it working in your bbpress installation?

    #71262
    deadlyhifi
    Participant

    Can you check your database to see that you permissions states

    bb_capabilities a:1:{s:9:”keymaster”;b:1;}

    #71261
    chrishajer
    Participant

    What versions of bbPress and WordPress did you integrate?

    #4671

    Basically heres the issue I’m having. I have a wordpress installation and and a bbpress installation working together, I would like to create a special role for contributors on bbpress so that my contributors on wordpress can go to view things specific to contributors. I don’t want to allow my contributors access to moderator rights.

    So there you have it, is there a way to create a custom role so I can assign them special access?

    christopherh
    Member

    Hi all,

    I want to create one bbPress forum using 2 different languages. Without using any plugin I think I can achieve this by these steps:

    (1) Prepare the directories <WebRoot>/bbpress/US and <WebRoot>/bbpress/FR

    (2) put the files in the US directory first.

    (3) Start the installation using http://localhost/bbpress/US

    (4) All tables are installed as usual. Forum can operate in full

    (5) copy all the files under /US directory to /FR directory

    (6) change the /FR/bb-config.php

    define(‘BB_LANG’, ”); to become define(‘BB_LANG’, ‘fr’);

    (7) clone the database table bb_topicmeta to bb_topicmeta2

    (8) change the uri value in bb_topicmeta2 to http://localhost/bbpress/FR

    (9) change the table name reference for table bb_topicmeta to bb_topicmeta2 under /FR

    Under this installation any user can go to http://localhost/bbpress/US for forum in English; or http://localhost/bbpress/FR in French. However, all the post content, tag, user profile are the same.

    Okay…I’m looking up and down and still unable to do step (9). I cna only figure out the table names are defined in file /bb-includes/db.php. I made the change

    var $tables = array( ….’topicmeta’…) to var $tables = array( ….’topicmeta2’…)

    but it did not really change the table name reference.

    So all bbPress guru…is my approach incorrect or I actually go the wrong way ? Any help is welcome. Thanks !!!

    #71271
    Malice
    Member

    I integrated it in my site by editing the bbpress template.

    Looks like this now http://www.holysh1t.net/forum

    Requires some basic css/html knowledge or puzzling skills though…

    No idea if I could actually integrate the sidebars as well, but thats not really important to me.

    #71276
    ilo
    Member

    I fixed it, turns out i had not updated my config file from my wordpress upgrade so i was using an old config file, when changing i just edited the file and added the secret key setting and it seems to be working great with 0.9

Viewing 25 results - 53,551 through 53,575 (of 64,431 total)
Skip to toolbar