Search Results for 'buddypress'
-
AuthorSearch Results
-
March 15, 2011 at 2:05 am #107828
In reply to: Root Groups Profiles
Taylor Baybutt
MemberAwesome thanks @r-a-y for for the direction. I will report tomorrow when I get back to this!
March 15, 2011 at 12:08 am #107820In reply to: How to display the Group’s recent activity
r-a-y
KeymasterUse the activity loop:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/Set parameters to:
object – groups
primary_id – $group_id (you need to grab the group id and put it in)
action – activity_update
max – 1 (or how many updates you want to return)March 14, 2011 at 11:59 pm #107812In reply to: No filters to BP Blog Class?
r-a-y
KeymasterYou can filter the blogs using “bp_blogs_get_blogs” located in bp-blogs.php.
You’d then have to write your own blog fetch routine (yeah I know a pain!).If you’re not happy with this, post an enhancement ticket on BP Trac:
https://trac.buddypress.org/newticketLogin with the same credentials you use here on bp.org.
March 14, 2011 at 11:58 pm #107811In reply to: Buddypress.org [PLEASE FIX]
r-a-y
KeymasterIf you want to show your mug on buddypress.org, upload an avatar to Gravatar.com using the same email address you used to register for buddypress.org.
March 14, 2011 at 11:49 pm #107809In reply to: The Forum Topic’s Second Post’s Position
r-a-y
Keymaster@bigjimmysisco – The code has been updated so the text shows on subsequent pages.
March 14, 2011 at 11:37 pm #107802In reply to: How to add reply Number in topic.php
r-a-y
KeymasterThis might give you some hints:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/the-forum-topics-second-posts-position/March 14, 2011 at 11:36 pm #107801r-a-y
KeymasterVarious people have experienced problems with Yahoo Hosting:
https://buddypress.org/community/groups/installing-buddypress/forum/topic/404-errors-using-yahoo-to-host/#post-16797
https://buddypress.org/community/groups/installing-buddypress/forum/topic/404-error-on-buddypress-links/
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/can-not-view-or-edit-member-profile-redirected-to-the-members-page/March 14, 2011 at 11:28 pm #107800r-a-y
KeymasterDuplicate of the following:
https://buddypress.org/community/groups/creating-extending/forum/topic/private-messaging-profile-view-add-friend-not-working/Closing thread.
March 14, 2011 at 11:26 pm #107799In reply to: Recent Post plugin
r-a-y
Keymaster@rogerwhitson – In response to this, you add the bp_core_fetch_avatar() function in your recent post loop.
It would look something like this:
` $user_id ) ); ?>`
I’m guessing that the recent posts loop is a widget; you’d have to add the code above into the widget’s code somewhere.
You would also have to pass the $user_id properly in the loop.
March 14, 2011 at 11:21 pm #107795In reply to: Root Groups Profiles
r-a-y
KeymasterPaul already mentioned this. It’s possible, but requires some workarounds.
You’d need to unhook how BuddyPress catches URI requests and route them to groups.
The comments below are for people who know their way around WordPress:
– The catch URI function in BP is the bp_core_set_uri_globals() function located in /bp-core/bp-core-catchuri.php.
– You can unhook this from the “bp_loaded” action. Then write your own function to catch URI requests. Would be good to duplicate the function and look at the BP_ENABLE_ROOT_PROFILES section of the code to modify it to read groups.Hope that gives you some pointers!
@mercime
Participant1. You don’t require BuddyPress if you just want something like the photoblog site you linked to. You only need
a. The reflection theme http://xyloid.org/projects/reflection/
b. Yet Another Photoblog Plugin http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/
c. Allow user registration to your site – at least Contributor level – and instruct users on single image uploads only.If you still want to install BuddyPress, the three BuddyPress-compatible gallery/media plugins mentioned above can be configured to limit users to single image uploads at a time.
March 14, 2011 at 11:13 pm #107792In reply to: Zebra styling Profile Page
r-a-y
Keymaster@ultimateuser – You only need to install the second patch, not the first.
March 14, 2011 at 10:04 pm #107785In reply to: CubePoints
Paul Wong-Gibbs
KeymasterI would suggest you get in contact with the authors rather than post on a BuddyPress support forum
March 14, 2011 at 7:29 pm #107777In reply to: Buddypress forums not working
Aritz Olabarrieta
MemberOk, it seems I had some database problems. I have innodb as the default database type, so when creating the forum tables, there was an error by a “TYPE = MYISAM” sentence in a table. The result was that the bb_posts table didn’t create, and so I couldn’t see the posts. As an advise, always check that the bb_press tables have been correctly created, they are: bb_topics, bb_term_taxonomy, bb_term_relationships, bb_terms, bb_posts, bb_meta and bb_forums.
Hope it helps someone.
March 14, 2011 at 7:01 pm #107775In reply to: How can I easily post images in the activity stream?
March 14, 2011 at 6:29 pm #107772In reply to: Buddypress forums not working
Aritz Olabarrieta
MemberI have tried all that and if I don’t manually add an auto_increment id to the bb_term_relationships table, I get the error “There was an error creating forum topic”. I cannot either see the topic details… I have no additional plugins installed and my permalink structure is the “Month and name” one. Also, my document root is “c:/xampp/htdocs/” and I have my installation in “c:/xampp/htdocs/www/wordpress”.
March 14, 2011 at 5:48 pm #107770In reply to: [Resolved] Buddypress activation error message
hloti
Participant@virtuali hi
you are my hero. thank you so much for your help. yes it was correct. it seems the installation was broke. actually it was not my fault as it was the host that installed every thing. any ways what i did was uninstall 1.2.7 version of buddypress and installed the 1.2.8 version and it worked for me. i have not tested every thing else but the problem i had was solved. i hope it does not introduce other problems. once again thanks a lot, you made my day. keep up the good work.
HlotiMarch 14, 2011 at 5:42 pm #107769jgriffith
Memberhttps://wordpress.org/extend/plugins/buddypress-group-documents/ is what I’m referring too, the plugin does appear to be working other than fixing the upload URL as stated above. If anyone knows how would fix this any help or direction would be greatly appreciated..
March 14, 2011 at 5:10 pm #107766In reply to: Login error and WordPress login page
@mercime
Participant=== Another plugin perhaps that could be styled so that the password recovery page could be made to look like the rest of the site? ===
There’s premium plugin http://buddydev.com/buddypress/buddypress-branded-login-plugin-for-your-buddypress-powered-site/
March 14, 2011 at 3:38 pm #107758In reply to: Buddypress forums not working
@mercime
Participant1. Deactivate all plugins except BuddyPress.
2. Change theme to bp-default.
3. Install Forums – BuddyPress > Forums Setup > New Installation
4. Run Settings > Permalinks
5. Create new public Group and allow Forums
6. Create a new Topic and publish.
March 14, 2011 at 1:50 pm #107750In reply to: Buddypress forums not working
Aritz Olabarrieta
MemberHello, I have installed Buddypress 1.2.8 in wordpress 3.1, and solved the forum topic creation error buy adding an auto_increment field to the bb_term_relationships table, as follows:
id bigint(20) auto_increment
It seems that the installation does not create the table with a primary auto_increment id field, and for me that was causing the problems. I am running a windows xp with xampp, working in localhost. Mysql version is 5.5.8 and php 5.x. The theme I am using is a custom one, located at wp-content/themes/
Still, I cannot see each topic’s detail page when I click them. I am trying to fix this at the moment, any clues ?
March 14, 2011 at 1:21 pm #107747In reply to: May implement a Town Index with buddypress.org?
lselwd
Memberif install current, may update to 1.3? This is usually without bugs?
March 14, 2011 at 1:06 pm #107745In reply to: How do I add a menu item on the profile page?
Jens Wedin
ParticipantVirtuali ( @gunju2221) Sorry for bumping, not sure you have seen my answer. Any clue why it ain’t working?
March 14, 2011 at 11:32 am #107742In reply to: can i integrate buddypress forum into my site?
@mercime
ParticipantYes you can. However, installing BuddyPress only for the forum feature alone is overkill if you’re not going use the social networking components of the plugin. The BuddyPress internal bbPress forums are associated to groups by default. I would suggest that you install a WP or WP-compatible forum plugin or software like:
https://wordpress.org/extend/plugins/forum-server/
https://wordpress.org/extend/plugins/mingle-forum/
http://simple-press.com/
or integrate external bbPress plugin with your WordPress site.If you do intend to use BuddyPress components plus the forums, before you install and activate BuddyPress, you would need to make your WordPress theme compatible with BuddyPress via BP Template Pack plugin or by building a child theme of bp-default theme that comes with BuddyPress plugin first. If you are going the first theme route – BP template pack – then you could add the necessary link to your BP components including forums by adding the links listed in ul#nav seen here
https://trac.buddypress.org/browser/tags/1.2.8/bp-themes/bp-default/header.php#L46March 14, 2011 at 11:24 am #107741In reply to: Zebra styling Profile Page
ultimateuser
ParticipantI am having problems installing the patches. I do not have the file bp-xprofile-template.php on my server. Although I do have bp-xprofile-templatetags.php?
Whats the easiest way to install these patches?
-
AuthorSearch Results