Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 18,651 through 18,675 (of 32,518 total)
  • Author
    Search Results
  • #105486

    Thanks you guys…

    I’m out of here,.. nothing personal but bbpress (as far as I am concerned) is Bugged Like Hell.

    If you ask “normal users” like me, myself and I to start fiddling with the SQL tables and adjust a tiny bit of PHP code here and there, then, and trust me, you have got a BIG problem.

    After my third install (intent) on a localhost MAMP server that runs 2 instances of WP and an instance of JOOMLA – all flawlessly – I got this nice little message:

    Database error: [Table ‘fdzforum.bb_posts’ doesn’t exist]
INSERT INTO bb_posts (topic_id,post_text,post_time,poster_id,poster_ip,post_status,post_position,forum_id) VALUES (‘1′,'<p>First Post! w00t.n</p>n’,’2011-05-08 11:05:12′,’1′,’::1′,’0′,’1′,’1′)
Caller: BB_Install->BB_Install, BB_Install->process_form, BB_Install->process_form_finalise_installation, bb_insert_post

    Database error: [Table ‘fdzforum.bb_posts’ doesn’t exist]
SELECT p.* FROM bb_posts AS p WHERE p.post_id != ‘0’ AND p.topic_id = ‘1’ AND p.poster_id = ‘1’ AND p.post_status = ‘0’ ORDER BY p.post_time DESC LIMIT 30
Caller: BB_Install->BB_Install, BB_Install->process_form, BB_Install->process_form_finalise_installation, bb_insert_post, BB_Query->BB_Query, BB_Query->query, bb_cache_posts

    Database error: [Table ‘fdzforum.bb_posts’ doesn’t exist]
SELECT DISTINCT poster_id FROM bb_posts WHERE topic_id = ‘1’ AND post_status = ‘0’;
Caller: BB_Install->BB_Install, BB_Install->process_form, BB_Install->process_form_finalise_installation, bb_insert_post, bb_update_topic_voices

    So cheerio, gimme a call when you have an install that works,

    Frank

    #100386

    Thanks you guys…

    I’m out of here,.. nothing personal but bbpress (as far as I am concerned) is Bugged Like Hell.

    If you ask “normal users” like me, myself and I to start fiddling with the SQL tables and adjust a tiny bit of PHP code here and there, then, and trust me, you have got a BIG problem.

    After my third install (intent) on a localhost MAMP server that runs 2 instances of WP and an instance of JOOMLA – all flawlessly – I got this nice little message:

    Database error: [Table ‘fdzforum.bb_posts’ doesn’t exist]
INSERT INTO bb_posts (topic_id,post_text,post_time,poster_id,poster_ip,post_status,post_position,forum_id) VALUES (‘1′,'<p>First Post! w00t.n</p>n’,’2011-05-08 11:05:12′,’1′,’::1′,’0′,’1′,’1′)
Caller: BB_Install->BB_Install, BB_Install->process_form, BB_Install->process_form_finalise_installation, bb_insert_post

    Database error: [Table ‘fdzforum.bb_posts’ doesn’t exist]
SELECT p.* FROM bb_posts AS p WHERE p.post_id != ‘0’ AND p.topic_id = ‘1’ AND p.poster_id = ‘1’ AND p.post_status = ‘0’ ORDER BY p.post_time DESC LIMIT 30
Caller: BB_Install->BB_Install, BB_Install->process_form, BB_Install->process_form_finalise_installation, bb_insert_post, BB_Query->BB_Query, BB_Query->query, bb_cache_posts

    Database error: [Table ‘fdzforum.bb_posts’ doesn’t exist]
SELECT DISTINCT poster_id FROM bb_posts WHERE topic_id = ‘1’ AND post_status = ‘0’;
Caller: BB_Install->BB_Install, BB_Install->process_form, BB_Install->process_form_finalise_installation, bb_insert_post, bb_update_topic_voices

    So cheerio, gimme a call when you have an install that works,

    Frank

    #105484
    Gautam Gupta
    Participant

    Namaste! ;)

    Recently, even I installed bbPress on MAMP and it gave an error that the bb_posts table could not be created, a simple change in the query solved the problem though. Can you please check if you actually have the bb_posts table there? :)

    #100384
    Gautam Gupta
    Participant

    Namaste! ;)

    Recently, even I installed bbPress on MAMP and it gave an error that the bb_posts table could not be created, a simple change in the query solved the problem though. Can you please check if you actually have the bb_posts table there? :)

    #95238

    @christopher-jon – Fixed. :)

    #105499
    welshmullen
    Member

    I am really struggling with adding plugins :(

    #100399
    welshmullen
    Member

    I am really struggling with adding plugins :(

    #95236

    “Glad (sortof anyway ;) to hear I’m not the only one who saw the missing Forums in the menus page.”

    The quick fix is changing line 514 in bbpress.php to…

    ‘show_in_nav_menus’ => true,

    It’s currently set to false.

    #95234
    tooltrainer
    Member

    Yeah I didn’t exactly expect a “yes” to #1. =) I just wish it had SOME kind of unique moniker we could all adopt to refer to it ass… “bbPp2” maybe, or something. ANYTHING! There’s actually more stuff about it than you might expect, it’s just super duper hard to find.

    Deactivating the forums could work I suppose, hadn’t thought of that. Maybe temporarily re-slug the page containing it and put up a “Down for Maintenance” page instead under the old slug. That would probably work nicely now that I think about it.

    Glad (sortof anyway ;) to hear I’m not the only one who saw the missing Forums in the menus page. I’m potentially days away from my site going live and I really need to add a few forums to my nav, so I hope you might be able to track this one down fast.

    Thanks as always for the speedy response!

    Jonathan

    #95233

    1. No. :) The stand-alone 1.x branch of code will still be actiely maintained as needed, and is still a great piece of software. The plugin version will (most likely) get inflated to 2.0 to give us something better to refer to it as. A new generation of bbPress doesn’t change the spirit of the project, just the ease of integration with WordPress.

    2. If you deactivate the plugin, your forums will essentially be deactivated too. A dedicated maintenance mode sounds like a good idea for a plugin though.

    3. I’ll take a look at this. Noticed it myself a few days ago, so it’s on the radar.

    The bbPress plugin for WordPress isn’t showing up on search results because there just isn’t a lot of buzz about it yet. That will (hopefully) change after it’s released into the plugins repo and is available to a larger audience.

    #100354

    In reply to: Custom topic Fields

    For topics, you’ll want to do a meta_query using ‘_bbp_forum_id’ as one of the keys. The code could probably use some cleaning up to simplify this, but that’ll come with time. :)

    #105454

    In reply to: Custom topic Fields

    For topics, you’ll want to do a meta_query using ‘_bbp_forum_id’ as one of the keys. The code could probably use some cleaning up to simplify this, but that’ll come with time. :)

    #100353

    In reply to: Custom topic Fields

    It works but it might not be the ideal solution.

    I’m still working my way through the core forum code to get a better understanding of how it all works.

    Ideally, I’d like to be able to grab topics from specific forums along with some additional query options. Similar to what the current widgets are doing but with greater flexibility.

    Digging through the bbp-includes, all of the pieces are there, I just need to figure out what does what.

    #105453

    In reply to: Custom topic Fields

    It works but it might not be the ideal solution.

    I’m still working my way through the core forum code to get a better understanding of how it all works.

    Ideally, I’d like to be able to grab topics from specific forums along with some additional query options. Similar to what the current widgets are doing but with greater flexibility.

    Digging through the bbp-includes, all of the pieces are there, I just need to figure out what does what.

    #100352

    In reply to: Custom topic Fields

    Awesome :)

    #105452

    In reply to: Custom topic Fields

    Awesome :)

    #105451

    In reply to: Custom topic Fields

    Thought I’d update the fun.

    Made a couple of custom loops to grab the forums and topics. Plain ‘ol wordpress custom queries, nothing new or special and added support for post thumbnails.

    Working like a charm.

    With the queries I’m able to list forums or topics anywhere on the blog and the thumbnails just add in some extra coolness, similar to how buddypress uses images for groups but I’ve extended it so any forum or topic can have it’s own thumbnail using default wordpress features.

    Now, I need to remember how to write a filter so I can modify the custom post types through the theme functions and not mess with the core plugin code.

    #100351

    In reply to: Custom topic Fields

    Thought I’d update the fun.

    Made a couple of custom loops to grab the forums and topics. Plain ‘ol wordpress custom queries, nothing new or special and added support for post thumbnails.

    Working like a charm.

    With the queries I’m able to list forums or topics anywhere on the blog and the thumbnails just add in some extra coolness, similar to how buddypress uses images for groups but I’ve extended it so any forum or topic can have it’s own thumbnail using default wordpress features.

    Now, I need to remember how to write a filter so I can modify the custom post types through the theme functions and not mess with the core plugin code.

    #95229
    Gautam Gupta
    Participant

    Jaja: I think it would work in the way BuddyPress works, i.e. placing plugins for BuddyPress in wp-content/plugins too.

    #105450

    In reply to: Custom topic Fields

    whitehats
    Member

    Awesome!!! Thanks a lot. I think I am going to spend new few hours adding custom fields the way I want it!! And yeah, I LOVE THIS PLUGIN!!! (after a hair splitting day that is ;))

    #100350

    In reply to: Custom topic Fields

    whitehats
    Member

    Awesome!!! Thanks a lot. I think I am going to spend new few hours adding custom fields the way I want it!! And yeah, I LOVE THIS PLUGIN!!! (after a hair splitting day that is ;))

    #105448

    In reply to: Custom topic Fields

    whitehats
    Member

    Could you please post the link? I know this is something I am going to laugh myself at for later, but for the life of me, it might be staring at my face and I can’t find the link to download the plugin. :/

    #100348

    In reply to: Custom topic Fields

    whitehats
    Member

    Could you please post the link? I know this is something I am going to laugh myself at for later, but for the life of me, it might be staring at my face and I can’t find the link to download the plugin. :/

    #95222
    Gautam Gupta
    Participant

    Just a note for all: There are importers for phpBB from almost anything, so just import your forums to that, then use the converter for phpBB -> bbPress standalone and then convert bbPress standalone -> bbPress plugin. That’s the way it could work right now, but can be simplified later. :)

    #95221
    Rick Lewis
    Member

    I am sure there will be new ones but there is one out there which does work.

    That can be located in the

    http://code.google.com/p/phpbb3-to-bbpress1-converter/downloads/detail?name=phpbb3-to-bbpress1-converter_v2.zip&can=2&q=

    I found that when looking for a solution to move a vbulletin forum to bbpress beings I was in the midst of changing to wordpress for all of my sites functions.

    That link is here – http://www.ericm.ca/2010/05/31/vbulletin-4-to-bbpress-and-wordpress-integration/

    As long as you are doing it per the instructions, it works perfect. I have done it twice now on test sites. The only glitch I hit was on my new site the WP and BBP integration is already there so I don’t have a bb_users table which is the first thing the converter is looking for. I was going to ask for some help with that from the maker as I have by forums and users stuck now in a PHPBB forum and can not get them into WP or BBP as far as I can tell.

    I have no idea how all that will play with the new plugin but I am hoping to get my site on track and then move to the plugin at some point.

    Hope this helps.

Viewing 25 results - 18,651 through 18,675 (of 32,518 total)
Skip to toolbar