Search Results for 'buddypress'
-
AuthorSearch Results
-
July 6, 2011 at 11:37 am #115845
Erlend
ParticipantI can confirm this is working very well, as I’ve got a local test with BuddyPress running on a Network enabled WordPress, and it’s all working great. On top of that, with only medium technical savvy (no programming, just as-instructed config stuff) I’ve successfully moved my BuddyPress install to a secondary blog, i.e. example.org/hub, thanks to the tutorial by the fitting name, Install BuddyPress on a secondary blog.
July 6, 2011 at 11:09 am #115844John James Jacoby
KeymasterCheers
July 6, 2011 at 7:09 am #115839In reply to: Buddypress 1.2.9 & WordPress 3.2
Paul Wong-Gibbs
KeymasterHave you tried after clearing your browser’s cache?
July 6, 2011 at 7:01 am #115838Paul Wong-Gibbs
KeymasterSounds interesting and it’s always good to hear about new BP sites. Good luck with the move. Out of interest, how/what are you using to import the data from Ning?
July 6, 2011 at 6:58 am #115837In reply to: how to have comment and replies collapse and expand.
James
ParticipantI really doubt that plugin is working, since it uses same code and calls same 1.3.2 jQuery
July 6, 2011 at 1:45 am #115833Eric Odom
MemberAlso, for those interested, we integrated OpenX ad server to create a truly robust ad network that serves trackable mixes of Google Adsense, affiliates and internally sold ad inventory. Very cool to see it all working. You can catch a glimpse of it on one of the sub-domains at http://campaigntrailreport.com
July 5, 2011 at 11:49 pm #115829In reply to: A quick note about WordPress 3.2
petegriffyn
ParticipantJuly 5, 2011 at 10:36 pm #115825n0ise
ParticipantI’ve fixed the theme, just copy the ajax.php and global.js from the bp-default theme into your custom theme in _inc/ and it’s done. YAY
edit: it seems it’s partially fixed (i’ve just copy pasted without comparing, i will check better tomorrow:) )July 5, 2011 at 9:25 pm #115823In reply to: How do I use bbPresses Plugins???
Famous
Participant@DJPaul Can I start using bbPress plugins now that 1.2.9 is out? And how do I do that?
July 5, 2011 at 9:07 pm #115821In reply to: categorize groups !!
pcwriter
ParticipantUmm… looky looky:
https://buddypress.org/community/groups/bp-group-hierarchy/
July 5, 2011 at 9:02 pm #115820In reply to: Will wp3.2 break alot of BP plugins?
pcwriter
Participant@frizzo
See this thread by Boone:
https://buddypress.org/community/groups/miscellaneous/forum/topic/a-quick-note-about-wordpress-3-2/July 5, 2011 at 8:55 pm #115819In reply to: A quick note about WordPress 3.2
chules
MemberI have been working in the Pagelines forums and received some feedback as others are experiencing this issue. I now have Buddypress active and it’s working.To do this I had to disable Buddypress Tempalte Pack. It seems the issue is with the Buddypress Template Pack and without this its just as if I have disable BuddyPress itself.
Thank you – Mark
July 5, 2011 at 8:48 pm #115818In reply to: Crazyness with bp_dtheme_page_on_front
bluehornetstudios
MemberI don’t know if you’ve resolved this on your own, but I think the problem is that if you are using the BP template pack, or another non-BP theme, Buddypress’s functions.php file is not loading, so those functions are not getting defined. I don’t know where the function is that loads BP’s functions.php but I just went and added an include in bp-custom.php to load it before any of the other scripts.
Like this:
$bp_functions_file = ABSPATH . ‘wp-content/plugins/buddypress/bp-themes/bp-default/functions.php’;
include $bp_functions_file;There’s probably a better way but that was a quick fix I used to fix that error. I didn’t get any “cannot redeclare…” errors so I’m assuming the file is not loading anywhere else.
PS. I am using the freshnews theme by woothemes.
July 5, 2011 at 8:45 pm #115817In reply to: Creating NAV Bar
bluehornetstudios
MemberI don’t know if you’ve resolved this on your own, but I think the problem is that if you are using the BP template pack, Buddypress’s functions.php is not loading. I don’t know where the function is that loads it but I just added an include in bp-custom.php to load it before any of the other scripts.
Like this:
$bp_functions_file = ABSPATH . ‘wp-content/plugins/buddypress/bp-themes/bp-default/functions.php’;
include $bp_functions_file;There’s probably a better way but that was a quick fix I used to fix that error.
PS. adding “Template: bp-default” to my style.css didn’t work for me either.
PPS. I am using the freshnews theme by woothemes.July 5, 2011 at 7:01 pm #115811Hugo Ashmore
ParticipantThat’s why I asked if you had upgraded to BP. Look at the error messages and deactivate the plugin that it’s referring to , same method as BP rename the folder, when you are cleanly back in the WP dashboard set buddypress directory back to correct name so that it is listed correctly in plugins , don’t activate it but run the auto upgrade to take it to 1.2.9
July 5, 2011 at 6:58 pm #115810Virtuali
MemberJuly 5, 2011 at 6:57 pm #115809oldrow
MemberJust realized buddypress isn’t upgraded to 1.2.9 and that might be the problem… how can I manually upgrade since I can’t access wp-admin?
== Upgrade Notice === 1.2.8 =
Compatibility with WordPress 3.1July 5, 2011 at 5:30 pm #115808n0ise
ParticipantI rarely edit the core because im such a messy and when there’s an update I always forgot what i’ve edited lol…
btw..i changed the value with ‘Search here…’ but the problem still remains, tried also to disable all plugins, so i guess it’s something else in my website (i use a custom google map using “)
July 5, 2011 at 5:22 pm #115807ARHistoryHub
ParticipantThat will actually be in the core files – plugins/buddypress/bp-core.php, buddypress/bp-groups/bp-groups-templatetags.php, and the same for forums. This is a great example of why you shouldn’t mess with core files (and why I’m a fool for doing so), but it’s probably not your problem at all. I think most people’s problems are stemming from other plugin’s or the theme loading another version of jquery. I’d check the source code from the offending pages and see if any other jquery libraries are being loaded.
July 5, 2011 at 5:12 pm #115806In reply to: Adding Posts to a BuddyPress Group
sdls
MemberHeres an example of what I’m trying to achieve:
URL: http://emergineers.com.s26200.gridserver.com/groups/builders/forum/
Conversation takes 2 forms….a quick discussion or a more in depth post called a “nugget” (just a placeholder name
) with meta, taxonomy, commenting, and media associated.Thoughts?
July 5, 2011 at 5:00 pm #115804In reply to: Adding Posts to a BuddyPress Group
sdls
Memberright on…. @anointed and @4ella… this does provide some more possibilities… and definately some useful code snippets looking into these plug-ins.
Regarding the group blog plugin……..Implementing MU, P2 theme, and setting up “networks” might be a little overkill for this purpose…. as it looks like creation and editing of posts by group members is still limited in terms of being able to include meta fields and custom taxonomies, and would have to built from scratch regardless. As well the media manager and other WP publishing tools are not part of this plug-in / theme setup.
my feeling that IF this extended functionality needs to be built ON TOP of MU / buddypress plug-in such as “groupblog” (which is an awesome plug-in by the way) things can get complicated quickly….. (and unnecessarily)…..
So the cleanest solution so far seems to be matching posts to groups using taxonomy…. which Im sure we could agree could be improved upon greatly…..
Thanks again for the feedback!
July 5, 2011 at 4:57 pm #115803In reply to: A quick note about WordPress 3.2
chules
MemberI noticed the following on my site which is upgrade to wordpress 3.2, buddypress 1.2.9 and using the Platformpro template from pagelines.
When you have the buddypress plugin enabled either 1.2.8 or 1.2.9 the following happens
– The menu drop downs do not work as they do not display
– In the dashboard the arrows that control the plugins expand/contract do not function
– I use a feature from pagelines (it’s basically a slider) that no longer functions. It doesn’t slide and even clicking the thumbnails does not workIf I disable the Buddypress plugin everything works fine?
July 5, 2011 at 4:34 pm #115799oldrow
MemberK I did that, but still cannot get in… this is the new error:
Warning: require_once(/home/oldrow0/public_html/postgradjam.com/wp-content/plugins/buddypress/bp-loader.php) [function.require-once]: failed to open stream: No such file or directory in /home/oldrow0/public_html/postgradjam.com/wp-content/plugins/buddypress-like/bp-like.php on line 17
Fatal error: require_once() [function.require]: Failed opening required ‘/home/oldrow0/public_html/postgradjam.com/wp-content/plugins/buddypress/bp-loader.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/oldrow0/public_html/postgradjam.com/wp-content/plugins/buddypress-like/bp-like.php on line 17
July 5, 2011 at 4:29 pm #115797n0ise
Participant@ARHistoryHub thanks for the hint…but where i can find the “search anything” ? (i’m using buddybase too)
July 5, 2011 at 3:42 pm #115793ARHistoryHub
ParticipantThanks @n0ise. Yes, the activity and directory filters is a WP 3.2 thing. I think I’ve figured it out – I had fooled around with the directory template tag files and changed “Search anything…” to something else – which for some reason broke sorting, but not the search function. It’s fixed now.
I couldn’t figure out the active state thing, but felt it was an important enough feature that I changed my design to accommodate this issue. If you ever figure it out, let me know!
-
AuthorSearch Results