Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,426 through 63,450 (of 64,411 total)
  • Author
    Search Results
  • #52249
    ardentfrost
    Member

    Yeah, thanks for helping me work through those few problems Trent (esp with your legacy version of php ;) ).

    WP Integration support is a big update for .73a, as well as the double header/footer fix.

    So, download away BBPress users! :)

    #52409
    Trent Adams
    Member

    I think you are A OK on this issue! Good job!

    Trent

    PS….calling in recruits on permalink issues!

    #52248
    Trent Adams
    Member

    The new working version for integrated with WP and non-integrated sites will be updated in a couple of minutes! It should work for everyone now, but Ardentfrost could use a few more testers! If you are interested, just download it at:

    http://faq.rayd.org/bbpress_private_message/

    Thanks,

    Trent

    #50368
    larmir
    Member

    My database is UTF-8. I also have the same database shares tables with WordPress and BBPress. WordPress does not have this problem. Though it happens with all apostrophes and quotation marks on BBPress – new posts and edits. With edits, it will keep adding slashes each time a post/thread is edited.

    Any ideas where to look? I’d really like to get this solved.

    BTW, what is the ‘PHP magic quotes issue?’

    #1085

    http://totalphysiqueonline.com/bbpress/topic.php?id=2&replies=1#post-2

    Have a look at this post. Noltice how the title have no carriage return until it is too late, and boom, it is already into the sidebar.

    #52408

    Ahh,

    I logged OUT of my bbpress forums, then I logged INTO my WP blog at http://totalphysiqueonline.com/ and then went to my bbpress forum and BOOM, I was automatically logged. I did not even have to enter my info and press the login button. How cool is that!

    I guess I did it right eh?

    #1084

    I tried my best to synchronize my bbpress forum with my WP blog the best I could.

    Once installed, I examined my Database and noticed this:

    bb_forums

    bb_posts

    bb_tagged

    bb_tags

    bb_topicmeta

    bb_topics

    wp_usermeta

    wp_users

    Do the last two tables mean that this install of bbpress is synchronized with my blog? Is there another way to make sure I did it properly?

    #52407

    In reply to: Time discrepancy

    Trent Adams
    Member

    I would change the timezone to reflect the server and not yourself so that freshness is right relative to the server. Until a fix comes, it makes the most sense because bbPress config.php timezone was setup for the server and not the users.

    It is something that we need to visit in future versions or with plugins, but the freshness issue throws users for a loop!

    Trent

    #1082
    Geezerjim
    Participant

    Does anyone know of a way to modify bbPress so that tags can be separated by something other than spaces (such as commas). I’d like to have tags that can contain spaces, ie. Santa Claus as one tag instead of Santa and Claus

    #952

    Topic: Plugin – Messengers

    in forum Plugins
    bbolman
    Participant

    This mod adds AIM, MSN, Yahoo, Google Talk, Jabber, and Skype fields to your profiles. They are displayed when viewing the profile of a user.

    It isn’t really a plugin, but… I didn’t know where else to put this.

    Please let me know if you’re interested. I’ll post it soon.

    Demo: http://www.palmansworld.com/bbpresstest/profile.php?id=1

    Get it here: http://www.palmansworld.com/bbpresstest/topic.php?id=1&replies=1#post-1

    #52324
    Trent Adams
    Member

    I have thought about this a was thinking that it really doesn’t matter, but my preference would be to get the login integration with WP first if you are going to have it and this doesn’t apply to everyone because not everyone is going to sync logins with WP. The reason is that seems to be the hardest part and you have to have your key admin being the one you want and associated with the right user in WP.

    Once you are ready to go, then test the import of phpBB becauase if it doesn’t go according to plan, you can just empty tables in bbPress and the hardcoding part for integration is still done.

    Trent

    #52323
    spencerp
    Member

    IMHO, the best thing to do first is, make sure you’ve imported the phpBB stuff, into a fresh bbpress install, that doesn’t have the integration with WordPress.. then, integrate it with WordPress.. =/

    As is now, *some* people are still having problems with the bbpress+wordpress integratation deal.. again, IMHO.. I would just play it safe, by doing the phpBB (import) to a normal bbpress install first.. then go from there.. ?

    Trent, what do you think?

    spencerp

    #52322
    rablake
    Member

    I’ve got my bbpress install (just a simple thing to test with) integrated into my WordPress database. I’d like to be able to import selectively for testing but no screw everything up — is that possible? I note that the script calls for importing into a FRESH NEW bbpress install. :)

    #50954
    peiqinglong
    Member
    #50146
    Trent Adams
    Member

    You want all the tags the same size? That is what the second code you have means. I guess it doesn’t like having tags all the same size. For reference, check out:

    https://bbpress.org/forums/topic/67?replies=5#post-295

    Trent

    #52240
    Trent Adams
    Member

    Ok…I fixed the other errors (still waiting for Ardenfrost to see if they will work or if there is a better way), but I can’t get rid of the following error when I post or reply:

    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 '19:54:11' at line 1]

    SELECT * FROM bb_privatemessages WHERE id_sender = 14 AND created_on = 2006-12-09 19:54:11

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/forum/bb-includes/db.php:147) in /var/www/html/forum/bb-includes/pluggable.php on line 160

    The error is generated from the following code in the plugin itself:

    function pm_new_message( $id_receiver, $id_sender, $pmtitle, $message ){

    global $bbdb, $bb_table_prefix;

    $created_on = bb_current_time('mysql');

    $bbdb->query("INSERT INTO ".$bb_table_prefix."privatemessages

    (id_sender, id_receiver, pmtitle, message, created_on)

    VALUES

    ('$id_sender', '$id_receiver', '$pmtitle', '$message','$created_on')");

    $rmess = $bbdb->get_row("SELECT * FROM ".$bb_table_prefix."privatemessages WHERE id_sender = $id_sender AND created_on = $created_on");

    return $rmess->pm_id;

    }

    I would ask anyone that might have an idea for me here to let me know. It doesn’t have a problem with the bb_current_time for posting normally, so I can’t understand why it doesn’t like the timestamp on this one. I have mySQL 4.1.21.

    Anyone?

    #52321
    marky
    Member

    Brilliant; thanks so much, jaim3!

    #52237
    spencerp
    Member

    UPDATE: I’m getting the same errors as Trent had mentioned above sigh. The “solution” you posted above, didn’t seem to correct anything, but.. I could have done it wrong though.. =/

    If you want too, maybe join my board, and check em out..

    http://spencerp.net/forums/

    Also, when in a thread, and clicking the “PM This User” link, it spits out this database error message “

    bbPress database error: [Table ‘mydatabase_name.bb_users’ doesn’t exist]

    SELECT * FROM bb_users WHERE ID = 1

    Any thoughts on this.. by the way, my board is basically setup like Trent’s board..

    spencerp

    #49983
    Anonymous User 133554
    Inactive
    #52233
    Trent Adams
    Member

    So far……

    I noticed that there are some places where bb_users are called and for some of us that use wp_users, we will get some errors. I found this in message.php so far.

    When I sent my first message, I 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 '23:45:07' at line 1]

    SELECT * FROM bb_privatemessages WHERE id_sender = 14 AND created_on = 2006-12-08 23:45:07

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/forum/bb-includes/db.php:147) in /var/www/html/forum/bb-includes/pluggable.php on line 160

    I found an error in /my-templates/postmsg.php on line 8:

    Parse error: parse error, unexpected T_OBJECT_OPERATOR, expecting ',' or ';' in /var/www/html/forum/my-templates/postmsg.php on line 8

    Still working on those right now……

    Trent

    #52320
    spencerp
    Member

    Nice job! This is awesome, thank you so much for sharing this, with everyone.. ;) :)

    spencerp

    #52319
    ardentfrost
    Member

    nice dude, when I first made the move, I looked at how different the db’s were and said “meh, screw it.” I got the users over easily, but very good job on dealing with topics and posts!

    #49422

    In reply to: Importing from phpBB

    Anonymous User 133554
    Inactive

    Hi,

    I enhaced the excellent Bruno Torres’ script and made it able to import bbCode, as well as to cleanly import topics marked as closed, sticky and announcements, as well as some other improvements and bugfixing.

    Have a look at this: https://bbpress.org/forums/topic/402

    #1079
    Anonymous User 133554
    Inactive

    Hi!

    I switched my site’s phpBB forum to bbPress, and I’ve released the script I used for this purpose under the terms of the GPL.

    It’s largely based on the excellent starting point from Bruno Torres, to which I added some new features — like bbCode conversion with clean XHTML 1.1 compliant output, smily to text transcription, and the ability to import topics marked as closed, sticky and announcements as such.

    I made also some little bugfixing, and the resulting script was able to cleanly import almost everything valuable from my old phpBB database.

    You can have a look here if interested: http://www.iteisa.com/phpbb2bbpress/

    Hope it helps to spread bbPress and web standards all around! ;-)

    #51421

    Ah … sorry for that wrong link -.-“

    Trent … i have no idea at the moment. did this plugin work anytime before? … which version of bbpress are you using? …

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