Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 23,201 through 23,225 (of 26,833 total)
  • Author
    Search Results
  • mimicvii
    Member

    Might have spoken too soon. That at least fixes the login integration and being able to login to my wordpress site, but now, while I show as logged into my bbPress site, I cannot access the Admin section.

    #67246

    In reply to: about sessions

    chrishajer
    Participant

    Sounds more like a PHP question than either a bbPress or WordPress question. Sessions are outside the scope of what’s built in to bbPress and WordPress (unless I am completely off.)

    #67244

    In reply to: about sessions

    chrishajer
    Participant

    Sounds like a WordPress question?

    bbPress and WordPress both use cookies not sessions for storing the state. Not sure how you would go about this.

    #3897
    meitershaker
    Member

    Hi,

    i want to add simply sessions in my wordpress’s header (not the completed integration), how to that? like the phpbb session system ;)

    bye!

    #67243

    In reply to: integration??

    chrishajer
    Participant

    No

    Integration means your users can log in to either bbPress or WordPress and be logged in in the other application. That’s all the built in integration accomplishes.

    If you want the cross-posting between bbPress and WordPress, you want bbSync.

    https://bbpress.org/plugins/topic/bbsync/

    https://bbpress.org/forums/tags/bbsync

    https://bbpress.org/forums/topic/bbsync-broken-plugin-like-it-bb-10#post-18577

    Also, integration has nothing to do with the visual look and feel of bbPress. If you want to make bbPress look like your WordPress installation, you need to modify a theme to look like it (CSS and XHTML work.)

    Pretty thorough discussion of what works and how to do it:

    https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101

    #3896

    Topic: integration??

    in forum Installation
    tmmaersk
    Member

    What does this integration actually means?

    Does it mean that if I install bbpress and wordpress, i can make posts to my forum trough wordpress – which again means I can use rss feeds for that, so a post on a rss feed would be a post on the forum?

    Thanks

    #3894
    _ck_
    Participant

    This mini-plugin will fix your layout/graphics

    for visitors that insist on using IE 8.0

    function fix_ie8() {if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {header("X-UA-Compatible: IE=7");}}
    add_action('bb_send_headers','fix_ie8'); // for bbPress
    add_action('send_headers','fix_ie8'); // for WordPress

    Essentially it makes IE8 render like IE7 by sending a special (invisible) header only to IE8 users.

    Problem solved.

    It blows my mind that a page that can render perfectly in Opera – which is THE standards browser – can be messed up by Microsoft attempting to conform to standards. What a (continued) waste of everyone’s time.

    ps. For those that don’t want to install IE8 permanently to just test their sites, this version will run in it’s own virtual box so it doesn’t affect the rest of your system:

    http://start-o.xenocode.com/layers/ie8/8-0-0-0__2/ie8.exe

    #3893
    meitershaker
    Member

    hi,

    i use the alpha 1, if i want to update, i just simply put the new files and erase the old? with wordpress, the bdd is updated too, what about bbpress?

    thanks. bye!

    #67207
    chrishajer
    Participant

    I was thinking when I read the subject line that this would be criticism of the amount of change between versions and the amount of work required to update the plugins for each new release. It took WordPress a while to get to their “automated notification” for plugins. Maybe it will take a while for something like that for bbPress.

    1. Number of tags: in your template file, where the tags are displayed, there is a call to bb_tag_heat_map – that accepts parameters, the last of which is the number of tags to return. Put whatever you want in there. The first two parameters are font min and font max size, and the next parameter is what measure to use for the font sizes.

    <?php bb_tag_heat_map( 9, 38, 'pt', 80 ); ?>

     

    That’s 9pts minimum, 38pts maximum, return the top 80 tags

    2. No suggestions for you there. Not sure I understand the concern.

    3. This can be done in your template files as well.

    #65266
    Sonika
    Member

    Maybe it will be helpful for somebody:

    if you have a problem with bbpress logout after “wp & bbpress integration” — delete cookies in your browser and try agan.

    It works for me (wp 2.5.1, bbpress 0.9.0.2)

    #66993
    jarrettb
    Member

    ok i figured it out, there was an issue where the bbpress and wordpress were using two different databases for users, once i made them coincie with each other, everything worked…..

    thanks for your help!

    #3883
    geekymom
    Member

    I’ve installed bbpress .9.0.2 and I’m not integrating with WordPress. The install went fine, but when I log in as the keymaster, I see the link to the Admin area, but clicking on it does nothing. I’ve looked at a couple of other posts about this but they were for earlier versions, so I don’t think they’re going to solve my problem. Help greatly appreciated.

    #66068
    karlo
    Member

    I’ve been trying to install and integrate wp 2.5.1 and bbPress 0.9 a couple of times to have both cookie- and userdata integrated, but after removing all databases and configfiles two times in a row and reinstalling I still get this error in my bbPress-installation:

    Duplicate key name ‘user_nicename’

    >>> User tables will already exist when performing a database integrated installation.

    What causes this error?

    shoggy
    Member

    However, I can skip using wordpress registration page to solve this..

    shoggy
    Member

    My setup is fully working, except :

    when a user register via wordpress, he dont get the good capabilities, so he can’t post on bbpress!

    user registered via bbpress get the good capabilities (a:1:{s:6:”member”;b:1;} in wp_usermeta).

    In the admin integration option (http://domain.tld/forums/bb-admin/options-wordpress.php), I mapped wordpress subscribers to bbPress members.

    How can I fix this ?

    Thanks!

    btw, does some know if there is a planned release date for bbPress 1.0 ?

    #67162
    jbbrwcky
    Member

    That did it! Thanks very much :)

    #67161
    chrishajer
    Participant

    Most likely due to selecting permalinks but not setting up the .htaccess file with rewrite rules.

    https://bbpress.org/forums/topic/error-404-when-viewing-forums#post-18435

    #3879
    jbbrwcky
    Member

    Hi

    I have a wordpress install in the top directory and then a bbpress install sitting in the /bbpress/ directory. Whenever I go to a forum page, profile pages, post pages etc., I get the WordPress 404 taking over saying it doesn’t exist.

    Is this something I can fix?

    Thanks!

    Richard

    #66987
    jarrettb
    Member

    the keymaster sees things normally. only new admins and mods have this issue. yes, its as if the new admins and mods cant access the database that logs the forums. i am at a loss to how this is. especially after ive deleted all plugins and even created a new member and upgraded to admin. same issue. the only thing i can see is that there is an update for wordpress 2.6.1…….could that be an issue?

    #67156
    Erica S
    Member

    I don’t think that’s possible, and probably something that the makers of BBpress should change. It says under settings that: “Changes do not affect users with existing roles in both WordPress and bbPress.” I’ll have to delete my user and then recreate it. Then that role will be assigned. But I don’t think it will change any existing members. Thanks again.

    #67153
    Erica S
    Member

    It worked! Actually, I found out that all my wordpress users were members. I picked the right one out by their ID and changed them to keymaster and the admin link came back. I still don’t know what happened to the original keymaster but that’s ok, I don’t need it. Thank you for sticking with me and helping me out.

    #67148
    chrishajer
    Participant

    Are you using any plugins that could cause this? Maybe the Display Name plugin? I’ve heard that creates trouble for some people.

    I’m sure there’s a way to fix this through the database. Have you created a regular member you can log in as? If so, then you just need to promote them to keymaster in the database. Try this:

    Deleted Admin in WordPress- now no Keymaster in BBPress

    There was this old trick too – not sure if it still works:

    https://bbpress.org/forums/topic/no-site-keymasters?replies=6#post-909

    #67147
    Erica S
    Member

    Yeah, after the integration all of my members from WordPress could log in just fine into Bbpress. But the thing is that none of them can get into the admin. Only the keymaster had that access and it disappeared right after I set the cookies. I even tried setting the user roles before integrating so that my admin account would have keymaster access and it didn’t work. I’ve looked into the database and it says that the keymaster is there but when I log in it says that it’s username does not exist. Is there another way to fix this through the database?

Viewing 25 results - 23,201 through 23,225 (of 26,833 total)
Skip to toolbar