Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,251 through 63,275 (of 64,411 total)
  • Author
    Search Results
  • #1169
    mistainu
    Member

    my bbpress is integrated with my wordpress. the 2 required plugins, and adding

    <require_once('../wp-blog-header.php');

    in my config file so i could use my wordpress theme as my bbpress template. ok, so everything was file. now i tested it’s functions.

    i tried to make a test topic as sticky. apparently i can’t use sticky as long as the above code (require once etc) was in the config. i removed it and i could do as normal.

    so now i ask: i wnat to keep my wordpress theme as the bbpress template, unless i use that line i can’t… that line is not allowing me to sticky/unsticky. anyway this was the error msg i got.

    Warning: main(../wp-blog-header.php) [function.main]: failed to open stream: No such file or directory in /home/gray/domains/unlimitedinfinity.com/public_html/forums/config.php on line 57

    Fatal error: main() [function.require]: Failed opening required '../wp-blog-header.php' (include_path='.:/usr/local/lib/php') in /home/gray/domains/unlimitedinfinity.com/public_html/forums/config.php on line 57

    Edit: another error, seems i can’t access my ./bb-admin/ when the above integration is active.

    #51682
    spencerp
    Member

    Nicki, I’m using another version of this plugin.. I had asked Thomas earlier in the thread, for one that sends one out no matter what, or who’s thread gets replied too. ;):)

    https://bbpress.org/forums/topic/313?replies=34#post-1766

    So, by default.. his original plugin won’t do that. ;) :)

    https://bbpress.org/forums/topic/313?replies=35#post-1528

    spencerp

    #52282
    Nicki Faulk
    Member

    Revisiting this: I’m still getting this error:

    bbPress database error: [Table 'DBNAME.bb_users' doesn't exist]

    SELECT * FROM bb_users WHERE ID = 4

    I’ve re-read all the replies to this thread and it looks like spencerp had the same problem I am right now, but I didn’t see a solution posted. Spencer, could you lend me a hand? Or ardentfrost, is there a new version coming? (in other words, should I wait? :))

    #51681
    Nicki Faulk
    Member

    hrm … I haven’t tried this on my own bbPress install yet, but spencerp’s uses it and I enabled it in my profile on his forums and it emailed me about my initial post and my own reply. Is this behavior intentional?

    #52891
    spencerp
    Member

    Oh ok, thanks a million Trent. ;) :) By the way, I also dropped a thread off over here on the MWUSERS forum.. 15 views, no replies there lol.

    Oh well, maybe someone will then. :) Also, Trent.. how would I go about changing the “Create New” account link in the MediaWiki .. to point to either my Forum’s or Blog’s registration page?

    Shoot, which one should I use though? I’m guessing the Blog’s registration page right? And even point my forum’s register link to the blog? Might be the best way of doing it.. What you all think?

    spencerp

    /*cough* I wish ya were on GTalk again lmao, would be a helleva a lot easier to talk me through this crap LoL!!.. :P

    #52890
    Trent Adams
    Member

    I have done some crazy google searching and also came up empty handed. I would change all registration links to bbPress or WP. That way, at least you know they can register and not screw anything else up.

    Trent

    #52889
    mattgriffin
    Member

    I just want to bump this question — and all discussion about WP+BBpress+MediaWiki membership integration. This is PRECISELY my dream setup.

    Matt

    #1163
    chrishajer
    Participant

    I tried to insert a tag that was a duplicate, and got this error:

    bbPress database error: [Duplicate entry '231-1-65' for key 1]

    INSERT INTO bbpress_tagged ( tag_id, user_id, topic_id, tagged_on ) VALUES ( '231', '1', '65', '2006-12-31 15:19:51')

    Warning: Cannot modify header information - headers already sent by (output started at /htdocs/riverside/forum/bb-includes/db-mysqli.php:147) in /htdocs/riverside/forum/bb-includes/wp-functions.php on line 816

    ]]>

    Are duplicate tag insertions normally caught?

    #51429
    mistainu
    Member

    i got this error:

    bbPress database error: [Table ‘gray_wordpress.bb_online’ doesn’t exist]

    SELECT * FROM bb_online WHERE user_id = 1 LIMIT 1

    bbPress database error: [Table ‘gray_wordpress.bb_online’ doesn’t exist]

    INSERT INTO bb_online (user_id, activity) VALUES (‘1’, ‘1167539857’)

    what happened?

    EDIT: (2 posts above) https://bbpress.org/forums/topic/283?replies=30#post-2413 seems to have fixed it.

    #1166
    spencerp
    Member

    Ok people, here’s the deal.. I’ve installed MediaWiki 1.8.2 on my domain: http://codex.spencerp.net/ and customized the links for it and so forth.. no big deal right… ?

    What I have done so far is (in this order)..

    1) Integrated bbPress to my WordPress blog.. So anyone that registers on my bbPress forums, is automatically registered into my WP blog. Usernames and Passwords work for BOTH..

    2) Applied the bbPress_Auth_for_MediaWiki extension to my MediaWiki.. However, I had to use some of the modifications listed here.

    Now, people can login to my MediaWiki with the usernames and passwords from either the WP blog, or the forums.. ;):)

    The ONLY problem I’m having now, is.. having users register for a new account on my MediaWiki “Create New Account” page.. sigh.. I’m getting the following error..

    http://codex.spencerp.net/Special:Userlogin?type=signup&returnto=Main_Page

    “Login error:

    There was either an external authentication database error or you are not allowed to update your external account.”

    Which is obviously saying, it’s trying to create a new account in the MediaWiki database.. but, where really it should be trying to make a new account in my WP database.. right? Or, that might be meaning the other way around.. I’m not sure.

    My questions are:

    1) Is there a way to modify the “Create New Account” page, with the WP register page codes? So, when someone tries to create a new account on my MediaWiki itself.. it calls the WP database for it?

    Or..

    2) Just modify the MediaWiki file, that contains the “Create Account” link, and use the link to the registration page for the WP blog itself? And if so, which MediaWiki file does this reside in?

    I guess I’d rather have it simple.. and just implement the WP registration codes, into the MediaWiki file.. so there is no redirecting of the “Create Account” link in my MediaWiki..

    Or, does someone know of an “extension” for MediaWiki.. that synchronizes the MediaWiki & WordPress registrations? Thanks in advanced.. ;) :)

    spencerp

    /It’s ALMOST totally there now.. the way I want her.. just that dang Registration problem on the MediaWiki sigh.

    By the way, you have to be registered and signed-in, to edit my Wiki.. whee! Which means, you’ll have to register on my blog, or forums first! This is why I’d like to get this MediaWiki registration figured out soon sigh..

    #1164
    circedesign
    Member

    I just did a fresh install of bbpress, everything works smoothly except for the administrative section. The dashboard opens normally, but all links assume my admin directory is stored in the root folder, which it isn’t.

    where/how do i correct the broken links?

    thanks

    t

    #49484
    satellio
    Member

    File bbpress/bb-admin/index.php

    line #32 is:

    <li><?php printf('Forums started %s ago.', bb_since(get_inception())); ?></li>

    but should be:

    <li><?php printf(__('Forums started %s ago.'), bb_since(get_inception())); ?></li>

    in order for it to be “gettext-translated”.

    The file bbpress/bb-admin/index.php in the bbPress folder archive at http://sostomates.fr/projets/bbpress/bbpress.zip has been modified accordingly.

    #52421
    pontus
    Member

    Hehe, it was a pice of cake. :)

    http://www.crazy-media.com/bbpress/

    AND it is easy to add the extra “step” to ” Website Design > HTML Basics > Whats wrong with my site” to the top-links if you like and it’s easy to group the result on the frontpage if you like.

    (“General (forum cat block 1) >

    –Latest news (forum under general cat)

    –General Discussions (forum under general cat)

    –Site Feedback (forum under general cat)”)

    Well I think it feels “to much” so I made a new row in the table insted of giving every caregory its own line but its an easy to fix. Well, I didnt found any easy way to add a “middle-forum”, like it is in phpBB. If you clock on a categori you see all avalible forums.

    Well, well. My point with this post, if you would like i can post the code and changes. But I warn you, my “hack” isnt realy nice, it demands changes in the db, in the corefiles and ofcause template. And worst of all, it uses crapy if-else and no fancy “all data in the db and one function for each job”-stuff. I’m a newbi so I’m using newbi sollutions.

    #1157

    Topic: Plugin – bbPortal

    in forum Plugins
    Null
    Member

    bbPortal 1.1 is now available for download. Running this script for the first time will show an error message. Just ignore it. It just says there is no database table yet, but this will be created as soon as you press submit.

    Other changes:

    – Made bbPortal a plugin

    – Added an admin menu for editing the portal page (admin/content/portal)

    – Fixed a bbPress CSS bug that caused all <h1> and <h2> fontsizes to be different in every browser

    – Changed how the portal’s menu is placed (original #main in the style.css is put back again)

    – Cause bbPortal is a plugin now, chances to the bb-includes/template-functions.php file are no longer needed.

    You can put back the original bbPress template-functions.php file

    You can download it here:

    http://www.bbportal.org/

    Happy new year!

    #52863
    mistainu
    Member

    first an initiative would have to be put out. i REALLY think it will benefit bbPress, hope it gets into the bbPress Core files somehow.

    #50991
    mistainu
    Member

    i’m also facing the same problem, has anyone solved it? or will bbpress work a UTW integration? =P

    #52281
    spencerp
    Member

    It was no problem at all. ;) :) By the way, he also posted one over here sigh: https://bbpress.org/forums/topic/6/page/2?replies=48#post-2677

    Dang spammers! :(

    spencerp

    #49912

    In reply to: changing user type

    satellio
    Member
    #49483
    satellio
    Member

    I have made a .pot file, a fr_FR.po file and a fr_FR.mo file from version 561 in the bbPress Subversion trunk.

    http://svn.automattic.com/bbpress/trunk/

    svn co http://svn.automattic.com/bbpress/trunk/

    The localization files are based upon the previous French localization files for bbPress made by Luc St-Elie.

    https://bbpress.org/forums/topic/6#post-331

    • The bbPress 561 folder:

    http://sostomates.fr/projets/bbpress/bbpress.zip

    • The pot file:

    http://sostomates.fr/projets/bbpress/trad/bbpress.pot.zip

    • The French po file:

    http://sostomates.fr/projets/bbpress/trad/fr/fr_FR.po.zip

    • The French mo file:

    http://sostomates.fr/projets/bbpress/trad/fr/fr_FR.mo.zip

    See it in action at http://sostomates.fr/

    Comments welcome at http://sostomates.fr/bar/topic/20?replies=1

    #1162
    mistainu
    Member

    i’ve integrated WP and bbPress to my satisfaction (functions anyway). so now i tried integrating the look.

    consulted http://bbpress.org/forums/topic/38/page/2?replies=29 and tried to do it with Tarski. it works beautifully. now i tried it with K2. it somehow doesn’t work? i got this error…

    Fatal error: Cannot redeclare widget_akismet() (previously declared in /home/gray/domains/unlimitedinfinity.com/public_html/wp-content/plugins/akismet/akismet.php:376) in /home/gray/domains/unlimitedinfinity.com/public_html/wp-content/plugins/akismet/akismet.php on line 376

    would someone please point me in the right direction? i understand it’sa double declare of Akismet plugin. so how do i like not make that second declaration? if say i didn’t want to edit K2, where do i turn this function off in bbPress?

    #51875
    mistainu
    Member

    i agreed, so much i’m having trouble trying to insert the wordpress’ theme’s tags into the bbpress template…

    #49911

    In reply to: changing user type

    satellio
    Member

    Yes, see here -> https://bbpress.org/forums/topic/6/page/2#post-2617

    It seems there is a gettext mark-up error in 0.73. If you want to use a localized 0.73, make another .mo file where the line in question is not translated.

    Newer versions from svn trunk work fine.

    #1161
    chrishajer
    Participant

    I am recording this here only so that I don’t lose the information. My forum has been running for about a month and I have never had an issue logging out. Today only, one time, I logged out and got this error:

    bbPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1]

    SELECT * FROM bbpress_online WHERE user_id = LIMIT 1

    Warning: Cannot modify header information - headers already sent by (output started at /htdocs/riverside/forum/bb-includes/db-mysqli.php:147) in /htdocs/riverside/forum/bb-includes/pluggable.php on line 168

    This the the URL from the address bar:

    http://www.example.com/forum/bb-login.php?logout

    I’ve never had that before and I cannot reproduce it. It happened only once and is now fine. I had not edited any files in the past couple of days or added any new plugins. The only thing possibly related is I upgraded from Firefox 1.5.0.x to 2.0.0.1 yesterday, and this was the first time logging out on this computer with that browser (Windows XP if it matters.) Maybe that’s somehow related?

    #1160
    chrishajer
    Participant

    Occasionally, a post will get flagged by Akismet as spam, and it’s because of the apparent limitation on links. Posts with 3 links do not get flagged, posts with 4 do. Is there a workaround for that, or barring that, can you whitelist specific posters so their posts are not checked by akismet or they are just passed through, like a whitelist?

    Looking through bb-includes/akismet.php I found this on line 121

    bb_trusted_roles() ... // Don't filter content from users with a trusted role

    How do I set specific users for a trusted role? In user admin, I see only administrator, moderator, member, inactive and blocked. Everyone is a member now.

    Also, I am integrated, if that matters.

    Maybe something in wp_usermeta (bbpress_capabilities or user_level)?

    Could I add ‘member’ to

    ./bb-includes/functions.php:1546: return apply_filters( 'bb_trusted_roles', array('moderator', 'administrator', 'keymaster') ); (knowing the downsides, whatever they may be?)

    Thank you

    #52860
    spencerp
    Member

    Some of that is already implemented into the bbPress forum software, for the messengers.. try this thread..

    https://bbpress.org/forums/topic/404?replies=11

    spencerp

Viewing 25 results - 63,251 through 63,275 (of 64,411 total)
Skip to toolbar