Search Results for 'bbpress'
-
AuthorSearch Results
-
August 2, 2009 at 4:57 am #50496
In reply to: BuddyBar for bbPress
dcservices
ParticipantThis works almost fine for me.
When I try to go to Admin in bbpress I get the white screen.
Help Please!
August 2, 2009 at 2:51 am #50492In reply to: buddypress and simplepress
Jeff Sayre
ParticipantIf you are asking if can you use some other forum software instead of bbPress as a sitewide forum, then the answer is yes. If you are asking if can you use some other forum software instead of bbPress that will share user credentials or function as a group-based forum component, then the answer is no–not without doing a lot of custom coding.
However, I believe that Simple:Press does share WP user credentials, but I am not positive about this as I do not use it.
August 1, 2009 at 9:44 pm #50489In reply to: BP based on WP not WPMU possible ?
lstelie
ParticipantThanks a lot Jeff
I’ll wait so.
I use WP + BBPress, I’d love a little more interactivity but I don’t need WPMU
Thanks again
Luc
August 1, 2009 at 6:26 pm #50479In reply to: BBPress Component Keeps Deactivating
wordpressfan
Participantbump
August 1, 2009 at 3:35 pm #50470Korhan Ekinci
ParticipantOk solved the problem by adding “stripslashes”, here is the hack to bp-core-templatetags.php file:
function bp_get_the_site_member_name() {
global $site_members_template;
return stripslashes( apply_filters( ‘bp_get_the_site_member_name’, $site_members_template->member->fullname ));
}
add_filter( ‘bp_get_the_site_member_name’, ‘wp_filter_kses’ );
@Rohan Kapoor, I solved the bbpress part by hacking the bb-includes/template-functions.php file:
function get_post_text() {
global $bb_post;
return stripslashes($bb_post->post_text);
}
And
return stripslashes(apply_filters( ‘get_topic_title’, $topic->topic_title, $id ));
Hope this helps people with similar problems.
August 1, 2009 at 1:53 pm #50464In reply to: rss feed for each forum post
nicolagreco
Participantare you sure you installed latest bbpress ?
August 1, 2009 at 2:00 am #50453Rohan Kapoor
ParticipantTHe same happens with bbPress. At this point there is no solution.
August 1, 2009 at 1:43 am #50451In reply to: BuddyPress and Shared Hosting
Greg
ParticipantDoes anyone know how much (server) memory is used by a single user visiting an integrated bbPress+BuddyPress installation (assuming standard installs and themes)? This could be a big impact on the ability of the system to scale to many users and lots of traffic.
I remember _ck_ (moderator on the bbPress forum) saying that it would be about 1MB, but that was before BackPress integrated a lot of the overlapping functionality.
How would one measure something like this?
August 1, 2009 at 1:23 am #50448In reply to: Is this the right syntax
r-a-y
KeymasterHey John,
Regarding the spam comment, do you know if these forums are using the bbPress Akismet plugin?
July 31, 2009 at 4:34 pm #50411In reply to: Allowed memory size?
kimschips
Participant1: 2.8.2 version
2: Directory
3: Root
4: No
5: Yes it works
6: I try to run 1.0.3
7: No
8: No
9: Can´t install it
10: No
11: I not running bbpress
12: -.-
13: Warning: require(/wp-content/plugins/buddypress/bp-core-catchuri.php) [function.require]: failed to open stream: No such file or directory in /wp-content/plugins/buddypress/bp-core.php on line 25
Fatal error: require() [function.require]: Failed opening required ‘/wp-content/plugins/buddypress/bp-core-catchuri.php’ (include_path=’.:/usr/share/php5/’) in /wp-content/plugins/buddypress/bp-core.php on line 25
July 31, 2009 at 11:08 am #50393In reply to: BuddyPress Showoff: Post your links
necati
ParticipantHere is my first Buddypress-run site: ecofuture.
Runs on MU 2.8.2, BuddyPress 1.0.2, bbPress 1.0.
I was afraid of upgrading to 1.0.3 after reading through the forums and after finally getting the three-way integration to work.
Buddypress pages are worked up fromt he skeleton theme. Homepage blog is based on the Thematic Theme. I got the two to closely resemble each other.
July 31, 2009 at 10:27 am #50391John James Jacoby
KeymasterThe idea with the included bphome/bpmember themes is to be a skeleton framework to build off of. It shows how to use all of the included functions and loops in a way that makes the output of each element clear and concise.
It might not be the cleanest theme available, but it’s a great start if you’re learning BP or you need to understand what files do what for what reasons.
In my opinion, an experienced BP developer should be able to create a unique template starting from the bphome/bpmember themes and working outwards, within a few days. There’s no doubt that BP themes are extremely involved, but that’s likely to change as the platform matures and WordPress better supports theme locations and child themes.
Long story short, you’re probably right, but don’t expect the included theme to get much fancier. (Look at WordPress and bbPress for example. Both included original themes are very primitive in their designs.)
July 30, 2009 at 1:22 pm #50349In reply to: Widget for bbPress/forum discussions
José M. Villar
ParticipantA custom loop is the most direct way, instead of a widget
https://buddypress.org/forums/topic/custom-loops-for-forum-topics#post-17240
July 30, 2009 at 12:58 pm #50348In reply to: BuddyPress and Shared Hosting
David Lewis
ParticipantOkay… so what might be some example of server recommendations for different installations? For instance… I have a dedicated server but it’s not exactly high-powered. The specs are:
– 3.06 Ghz Celeron
– 80GB HDD
– 512 MB RAM
– 1000 GB Traffic
– 10Mbps uplink
Nothing fancy! But I’m only serving half a dozen small blog sites now with very low traffic. Mostly just small personal sites. It’s awesome for that and being dedicated allows me total control and I don’t have to worry about my ‘neighbours’ getting my IP blacklisted… etc.
Now… let’s say I launch a public BuddyPress site with 250 registered users, pretty low traffic from non-registered users, the bpPicture plugin, chat plugin, bbPress and NO personal blogs allowed (just the main blog). Is it gonna go boom? This client can probably afford to pay more for hosting if needed.
I have another potential BP project which would probably also be a low traffic site… but where the client wants users to be able to create blogs. It will be a true community site. It could have… let’s say 20-30 blogs. It would also have forums, photos and chat. This client is a friend. It’s a simple pro bono thing with no custom theming or coding. Problem is, she has no money for more ‘iron’. Not a cent.
I know this is all very hypothetical and hard to judge… but even a rough idea of server recommendations for a few different scenarios would be extremely helpful.
July 30, 2009 at 12:36 pm #50345zkwc
ParticipantAll this stuff that was going wrong after the 1.0.3 auto install:
The bad stuff:
4. The admin bar is missing when you click on someone’s profile and if you click to view a group. The admin bar is active everywhere else, including the backend of blogs.
5. Profile Wires and Forum Wires aren’t working anymore.
No buddypress plugins are active. Haven’t set any of them up yet. Just checking out the install. Not sure why wires aren’t working. hmm.
WPMU 2.8.2 + buddypress 1.0.3 + bbPress
On the wires of the profiles the Avatar is put in replace of the wire with an error message:
Warning: require_once(/home/mysites_org/htdocs/wp-content/bp-themes/bpmember/activity/activity-list.php) [function.require-once]: failed to open stream: No such file or directory in /home/mysites_org/htdocs/wp-includes/theme.php on line 843
On the wires of the “groups” a huge avatar is plucked out of nowhere and I’m getting this message:
Warning: require_once(/home/mysites_org/htdocs/wp-content/bp-themes/bpmember/activity/activity-list.php) [function.require-once]: failed to open stream: No such file or directory in /home/mysites_org/htdocs/wp-includes/theme.php on line 843
This was all fixed by uploading my backup from 1.0.2 of the wp-content – bp-themes – bpmember
There were some files missing from the 1.0.3 auto install that was causing the wires not to work, and the admin bar not to show up in places.
PROBLEM SOLVED!
Thanks to everyone for their very helpful tips!
July 30, 2009 at 5:56 am #50325zkwc
ParticipantFatal error: Cannot redeclare bp_activity_install() (previously declared in /home/mysites_org/htdocs/wp-content/plugins/buddypress/bp-activity.php:27) in /home/mysites_org/htdocs/wp-content/plugins/buddypress/bp-activity.php on line 101
Fatal Error after activating new install of Buddypress 1.0.3
The good stuff:
1. It sees all of the profiles.
2. It sees all of the friends.
3. It’s showing all the blogs recent activity.
The bad stuff:
4. The admin bar is missing when you click on someone’s profile and if you click to view a group. The admin bar is active everywhere else, including the backend of blogs.
5. Profile Wires and Forum Wires aren’t working anymore.
No buddypress plugins are active. Haven’t set any of them up yet. Just checking out the install. Not sure why wires aren’t working. hmm.
WPMU 2.8.2 + buddypress 1.0.3 + bbPress
On the wires of the profiles the Avatar is put in replace of the wire with an error message:
Warning: require_once(/home/mysites_org/htdocs/wp-content/bp-themes/bpmember/activity/activity-list.php) [function.require-once]: failed to open stream: No such file or directory in /home/mysites_org/htdocs/wp-includes/theme.php on line 843
On the wires of the “groups” a huge avatar is plucked out of nowhere and I’m getting this message:
Warning: require_once(/home/mysites_org/htdocs/wp-content/bp-themes/bpmember/activity/activity-list.php) [function.require-once]: failed to open stream: No such file or directory in /home/mysites_org/htdocs/wp-includes/theme.php on line 843
July 30, 2009 at 2:31 am #50320zkwc
ParticipantOK – here’s where I’m at. *deep breath*
I’m kind of scared to install buddypress 1.0.3 fresh, which is probably the only way I should do it at this point since that last install totally went awry. Thing is… WPMU is working great right now – and bbPress is still working great too. Will a fresh install of 1.0.3 pick up where I left off? Or do I need specific files from 1.0.2 in order for all the friends lists to work in the bp? I’m terrified that if I do a fresh install that it won’t pick up all that information automatically. OR… is all that information stored in the database and not a file? If it’s stored in the database I should be good to go, right? Or will there be malfunctions with bbPress and will I need to input the required cookie codes in order for things to pick up again? Or will the database (if it’s all stored in there) just be intelligent and see it?
Just wondering if anyone has ever done this before and knows the answers. Sorry for all the questions, just scared the blogs will flame up again and cause even more user emails to me asking why this and that. LOL
Thank you thank you!!!
July 29, 2009 at 2:47 pm #50273In reply to: Can not re-enable bbpress forum
Marcus (aka @msykes)
ParticipantGlad to help. Shame it’s so hackish, but at least it works!
July 29, 2009 at 1:28 pm #50261In reply to: BuddyBar for bbPress
hatiro
ParticipantOK, found that if I comment out
//require_once( BACKPRESS_PATH . ‘/class.ixr.php’ );
in oci_bb_group_forums.php it all works happily together…!!!!
July 29, 2009 at 8:28 am #50244In reply to: BuddyPress and Shared Hosting
hatiro
ParticipantJeff,
I don’t agree that this is just a WPMU question. Getting bbpress and buddypress to ‘talk’ to one another to use the groups plugin is an issue for shared hosting, which may not be resolved in the WPMU forums. A few hosts have been mentioned on this site but it would still be good for this issue to be aired with those not using dedicated servers.
Perhaps, in terms of scalability it is different but for those starting out how far shared hosting will take you before shelling out for better hosting is valid.
Buddypress will be picked up and used by a lot of ‘hobbyists’ (I use the term in quotes not to offend) and shared experiences in this forum is surely what it’s all about.
As for me, I’ll be starting out using shared hosting, but am still at the testing on home server stage so not yet positive enough to say how it will pan out.
</rant>
July 29, 2009 at 1:38 am #50225In reply to: up date of bp was a fail
graduatebuddy
Participantare these powered by bbPress????? forums??? and SimpleScripts make no difference manual installations have same problems
July 28, 2009 at 11:29 pm #50220In reply to: bbPress version 1.0.2
graduatebuddy
Participantdidn’t knew they released it i mean bbPress 1.0.2
July 28, 2009 at 11:29 pm #50219In reply to: bbPress version 1.0.2
graduatebuddy
Participanthttp://graduatebuddy.com/ uses WordPress MU 2.8.2, BuddyPress 1.0.3, bbPress 1.0
July 28, 2009 at 11:27 pm #50218In reply to: BuddyPress Showoff: Post your links
graduatebuddy
Participantcomment system needs to be improved, had to go to 9th page to post this comment, there should be a link somewhere of the top of first page, and the from should be at the bottom of every page intensedebate if could be made compatible would be a great plus
now the BuddyPress install:
it uses a wordpress MU 2.8.2 , BuddyPress 1.0.3, bbPress 1.0
July 28, 2009 at 8:42 pm #50212In reply to: bbPress version 1.0.2
Paul Wong-Gibbs
KeymasterThanks for the heads-up el_terko! I’ve just upgraded to 1.0.2 and nothing obvious is immediately broken.
-
AuthorSearch Results