Search Results for 'code'
-
AuthorSearch Results
-
May 8, 2011 at 4:50 pm #105486
In reply to: It all works… except, I can't see the posts!
frankdamienzoe
MemberThanks 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_postDatabase 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
May 8, 2011 at 4:50 pm #100386In reply to: It all works… except, I can't see the posts!
frankdamienzoe
MemberThanks 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_postDatabase 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
May 8, 2011 at 7:32 am #105484In reply to: It all works… except, I can't see the posts!
Gautam Gupta
ParticipantNamaste!

Recently, even I installed bbPress on MAMP and it gave an error that the
bb_poststable could not be created, a simple change in the query solved the problem though. Can you please check if you actually have thebb_poststable there?
May 8, 2011 at 7:32 am #100384In reply to: It all works… except, I can't see the posts!
Gautam Gupta
ParticipantNamaste!

Recently, even I installed bbPress on MAMP and it gave an error that the
bb_poststable could not be created, a simple change in the query solved the problem though. Can you please check if you actually have thebb_poststable there?
May 8, 2011 at 7:21 am #95238In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@christopher-jon – Fixed.
May 7, 2011 at 11:13 pm #105499In reply to: Where's the add plugin form?
welshmullen
MemberI am really struggling with adding plugins
May 7, 2011 at 11:13 pm #100399In reply to: Where's the add plugin form?
welshmullen
MemberI am really struggling with adding plugins
May 7, 2011 at 8:59 pm #95236In reply to: bbPress 2.0 – Updates
christopher jon
Member“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.
May 7, 2011 at 5:36 am #95234In reply to: bbPress 2.0 – Updates
tooltrainer
MemberYeah 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
May 7, 2011 at 4:21 am #95233In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster1. 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.
May 7, 2011 at 2:08 am #100354In reply to: Custom topic Fields
John James Jacoby
KeymasterFor 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.
May 7, 2011 at 2:08 am #105454In reply to: Custom topic Fields
John James Jacoby
KeymasterFor 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.
May 7, 2011 at 1:42 am #100353In reply to: Custom topic Fields
christopher jon
MemberIt 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.
May 7, 2011 at 1:42 am #105453In reply to: Custom topic Fields
christopher jon
MemberIt 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.
May 7, 2011 at 12:21 am #100352In reply to: Custom topic Fields
John James Jacoby
KeymasterAwesome
May 7, 2011 at 12:21 am #105452In reply to: Custom topic Fields
John James Jacoby
KeymasterAwesome
May 6, 2011 at 11:24 pm #105451In reply to: Custom topic Fields
christopher jon
MemberThought 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.
May 6, 2011 at 11:24 pm #100351In reply to: Custom topic Fields
christopher jon
MemberThought 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.
May 6, 2011 at 3:15 pm #95229In reply to: bbPress 2.0 – Updates
Gautam Gupta
ParticipantJaja: I think it would work in the way BuddyPress works, i.e. placing plugins for BuddyPress inwp-content/pluginstoo.May 6, 2011 at 12:50 pm #105450In reply to: Custom topic Fields
whitehats
MemberAwesome!!! 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
)
May 6, 2011 at 12:50 pm #100350In reply to: Custom topic Fields
whitehats
MemberAwesome!!! 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
)
May 6, 2011 at 11:17 am #105448In reply to: Custom topic Fields
whitehats
MemberCould 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.
May 6, 2011 at 11:17 am #100348In reply to: Custom topic Fields
whitehats
MemberCould 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.
May 6, 2011 at 1:50 am #95222In reply to: bbPress 2.0 – Updates
Gautam Gupta
ParticipantJust 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.
May 5, 2011 at 10:06 pm #95221In reply to: bbPress 2.0 – Updates
Rick Lewis
MemberI am sure there will be new ones but there is one out there which does work.
That can be located in the
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.
-
AuthorSearch Results