Search Results for 'bbpress'
-
AuthorSearch Results
-
June 27, 2009 at 9:28 am #48164
In reply to: Custom Loops for Forum Topics
Kunal17
ParticipantThe above code link to the posts in the bbpress forums. Is there a way to modify it to take you into the group view instead?
I want to restrict access to the forums directly and only want people to use it through the groups.
June 27, 2009 at 8:47 am #48163In reply to: Group Creation stops at step 3 ….
Tracedef
ParticipantAlso noticed that group forum threads are showing the html markup such as [p] tags and the like when shown on group page, the markup doesn’t show up in bbpress…. strange.
r-a-y
KeymasterAhh cool! I see you guys are using the BBCode LIte plugin now for bbPress
June 25, 2009 at 3:11 pm #48063In reply to: BP admin bar on bbpress front page
seppolaatle112
ParticipantOk, I’m getting tired of this forum always changing my posts when submitting. I guess that post up there is good enough for you guys to understand.
June 25, 2009 at 3:08 pm #48061In reply to: BP admin bar on bbpress front page
seppolaatle112
ParticipantI am using Buddypress 1.01 width Wpmu 2.7.1 and managed to get the adminbar working great without even touching Buddypress core.
All i actually did was to make sure I had :
require_once('../wp-blog-header.php');in my bb-config.php-file, and after that i just simply added r-a-y’s code to my bb-theme functions.php file. :
function recreate_bb_admin_bar() {echo '<div id="wp-admin-bar"><ul class="main-nav">';
bp_adminbar_logo();
bp_adminbar_login_menu();
bp_adminbar_account_menu();
bp_adminbar_blogs_menu();
bp_adminbar_notifications_menu();
bp_adminbar_authors_menu();
bp_adminbar_random_menu();
echo '</div>';
}
add_action( 'wp_footer', 'recreate_bb_admin_bar', 8 );
add_action( 'admin_footer', 'recreate_bb_admin_bar' );
add_action( 'wp_head', 'bp_core_admin_bar_css', 1 );
Works just perfect. I can’t really see any need for a plugin to do this, but I guess there’s always someone who don’t manage without them.
June 25, 2009 at 12:32 pm #48052pb1285n
ParticipantI don’t have any memory errors but I keep getting this error.
[25-Jun-2009 07:05:35] WordPress database error Table ‘pb1285n_sims3legacy.wp_98_options’ doesn’t exist for query SELECT * FROM wp_98_options WHERE option_name = ‘blogname’ made by require, require_once, do_action, call_user_func_array, bp_core_do_catch_uri, load_template, require_once, load_template, require_once, bp_the_site_blog_name, bp_get_the_site_blog_name, get_blog_option
Any idea? Thanks
June 25, 2009 at 8:33 am #48049talk2manoj
ParticipantIt seems memory_limit issue to me. If you check your php error log there must be a line something like “Allowed memory size of 8388608 bytes exhausted…….”
To resolve that
1. Check your phpinfo() and find “memory_limit” in it (Most server has 8 MB).
2. Now to increase your memory_limit edit your php.ini file and find memory_limit
3. Change existing value memory_limit = 8M ; to something like memory_limit = 12M ;
4. Restart your apache server.
5. Again check phpinfo() and memory_limit, now it should be 12M
I think above workaround will solve your problem.
June 25, 2009 at 6:14 am #48042pb1285n
ParticipantOkay maybe it’s just me, because no one else has mentioned it since I made the change.
Okay and thanks for letting me know about the other problem.
June 25, 2009 at 6:10 am #48041talk2manoj
ParticipantI have tried many times but at my end forum coming out ok, each time every time

[p][/p] is a known bug and still needs to be tracked.
June 25, 2009 at 5:50 am #48040pb1285n
ParticipantWell it didn’t fix the formatting issue and I’ll have to wait and see if it fixes the vanishing forums, but thanks.

EDIT: nevermind, they are still disappearing. Thanks for trying though, any other thoughts?
June 25, 2009 at 5:45 am #48039talk2manoj
ParticipantTry by deactivation vipers-video-quicktags plugin.
June 25, 2009 at 5:34 am #48038pb1285n
ParticipantJune 25, 2009 at 5:34 am #48037talk2manoj
Participant@ pb1285n : Can I have your URL?
June 24, 2009 at 7:00 pm #48023In reply to: How to Make a Achievements thing?
3198429
Inactivei have bbpress plugins enabled , but is their a plugin ?
June 24, 2009 at 5:08 pm #48022In reply to: Forum Integration: HELPING HINTS
3262389
InactiveThis should really be in the readme, forums are a huge part of social networking, and I will be developing a tightly integrated BuddyPress and bbPress application over the next few months. I’m sure you will see a lot of questions from me, and I look forward to helping out along the way.
June 24, 2009 at 1:50 pm #48017In reply to: Forums Not Being Created
notme31
ParticipantAttention Site Admin: Group forums require the correct setup and configuration of a bbPress installation.
((((
June 24, 2009 at 1:47 pm #48016In reply to: Forums Not Being Created
notme31
Participantok, i started from 0 again, its my 4th day trying to make it work, 8 hours day, I am FRUSTRATED, now:
bbpress alpha 6
BP 1.0.1
wordpress mu 2.7.1
I followed ALL the steps in this post (https://buddypress.org/forums/topic.php?id=471&page=5), I know them by heart already, users are shared in bbpress and wordpress, if i log on as admin in wordpress i am logged in also in bbpress, cookies seem to work but….
…still not able to create a group with forum, nothing is updated in bbpress after creating the group, i think its because of cookies but I did ALL as commented so I am REALLY lost
(( so bbpress alpha 6 doesnt work for me, i tried rc1 and rc3 also
June 24, 2009 at 1:44 pm #48015In reply to: Forums installation issues
notme31
Participanti hope, its the most difficult installation ever
after expending 4 days to integrate buddypress bbpress and wordpress mu with no luch it makes Drupal easy
June 24, 2009 at 1:42 pm #48014In reply to: Forum Integration: HELPING HINTS
notme31
Participantok, now when i log in in wordpress i am logged in bbpress, but still cant create a group with forums enabled

and now i can say i dont have any idea of what more to try
(((
June 24, 2009 at 8:55 am #47999In reply to: Forum Integration: HELPING HINTS
notme31
Participantok, i started from 0 again, its my 4th day trying to make it work, 8 hours day, I am FRUSTRATED, now:
bbpress alpha 6
BP 1.0.1
wordpress mu 2.7.1
I followed ALL the steps in this post, I know them by heart already, users are shared in bbpress and wordpress, but if i log on as admin in wordpress and I go to bbpress I am NOT logged
still not able to create a group with forum, nothing is updated in bbpress after creating the group, i think its because of cookies but I did ALL as commented so I am REALLY lost
((
June 24, 2009 at 7:45 am #47996In reply to: Forums installation issues
John James Jacoby
KeymasterWhen bbPress goes 1.0, all will be well.
June 24, 2009 at 7:43 am #47995In reply to: BuddyPress theme for bbPress
John James Jacoby
KeymasterGood job
June 24, 2009 at 2:36 am #47987In reply to: Forum Integration: HELPING HINTS
Tracedef
ParticipantI’m using bbpress alpha 6, you may be pushing the envelope using the RC’s you mentioned.
Also, 2.7.1 and BP 1.01
June 23, 2009 at 9:34 am #47957In reply to: How to Make a Achievements thing?
gpo1
ParticipantIt would be easy if bbpress plugins can be enabled!
June 23, 2009 at 8:38 am #47951In reply to: Forum Integration: HELPING HINTS
notme31
Participantat least it semi works for you
)))which versions are you using? bbpress 1.0.rc-1?
I use bbpress 1.0.rc-3 and doesnt work and i dont know where to dowmnload rc-1 !!!
do you have the file?
-
AuthorSearch Results