Forum Replies Created
-
In reply to: Buddypress Like on 1.6In reply to: Post rating plugin?
@dwenaus is building a comprehensive ratings plugin for everything BP related. So far has released the forum ratings part (called “BP rate forum posts”, find it here https://buddypress.org/community/groups/buddypress-rate-forum-posts/). And is looking for a patron.
In reply to: Facebook-auto-connect Conflict with Social plugins.Are you talking about justin klein’s wp-fb autoconnect ?
If you are not, try it. Its creator claims no conflicts with other facebook social pluginsI use https://buddypress.org/community/groups/wp-fb-autoconnect/ premium version. Its developer has automatic profile fields population in his roadmap, but with no release date unfortunately
In reply to: “Add Friend” link displaying twince on member pageGee, afraid not, I am just a cut-and-paster
Maybe use the above code as a place to start fromI have the following code in my bp-custom.php file
`function my_bp_activity_entry_meta() {if ( bp_get_activity_object_name() == ‘blogs’ && bp_get_activity_type() == ‘new_blog_post’ ) {?>
<a class="view-post" href="”>Ver nuevo post
<?php }if ( bp_get_activity_object_name() == ‘blogs’ && bp_get_activity_type() == ‘new_blog_comment’ ) {?>
<a class="view-post" href="”>Ver comentario
<?php }if ( bp_get_activity_object_name() == ‘activity’ && bp_get_activity_type() == ‘activity_update’ ) {?>
<a class="view-post" href="”>Ver actualizacion
<?php }if ( bp_get_activity_object_name() == ‘groups’ && bp_get_activity_type() == ‘new_forum_topic’ ) {?>
<a class="view-thread" href="”>Ver hilo en el foro
<?php }if ( bp_get_activity_object_name() == ‘groups’ && bp_get_activity_type() == ‘new_forum_post’ ) {?>
<a class="view-post" href="”>Ver respuesta en el foro
<?php }}
add_action(‘bp_activity_entry_meta’, ‘my_bp_activity_entry_meta’);`Trim what you don’t need. Mine is translated to spanish also
In reply to: how to have comment and replies collapse and expand.I can see on @aliceembroid site that it shows as “show comments”. I would like to have a comments count as “show comments (x)” being x the total number of comments.
So each visitor can know at a first glance if that activty has any comments or not before pressing “show comments”In reply to: how to have comment and replies collapse and expand.Nice, very nice, thanx @timothyjunior and @aliceembroid for sharing this.
Now, how would I add a comments count field ? I mean, showing the comments count if there are any comments or showing nothing if there are not. Am I clear enough ?In reply to: Tips on updating abandoned BP theme to 1.2.8Gee, thanx, never would have figured using bp template pack on my own…
Even though its last update was more than a year ago ?In reply to: Text Editors in BP@mercime I think @redsavior is only looking for a rich text editor for forums and groups entry boxes. And 3.1/1.2.8 compatible.
@redsavior Buddypress docs is a whole differente deal, adds wiki-like functionality to BP
In reply to: Categories on a BuddyPress Group ForumNope, havent used it.
But I would expect top notch assistance from its developer @sbrajesh, he always provides lots of help in his website.In reply to: Categories on a BuddyPress Group ForumPaid alternative: http://buddydev.com/plugins/global-forums/
In reply to: Hiding activity content for non-logged users@gunju2221 yep, did that, but all it does is add “To view this activity – please log in first. You can also create an account.” after showing the activty, it does not hide it for unlogged users. Using 1.2.7 with 3.0.5
In reply to: Best way to downgrade to 1.2.5.2Gee, @mercime, I wasn’t aware of BP/WP compatability issues. So you imply that with 1.2.5.2 I cannot have WP version greater than 3.0.1 ? Even if tho they were only security updates ?
One last question: uninstall or overwrite BP 1.2.7 ?In reply to: OK, 3.1 anyone?@paragate try disablying it followint this instructions: http://yoast.com/disable-wp-admin-bar/
In reply to: Hiding activity content for non-logged usersAnyone ?
In reply to: WP 3.0.4 Multisite Breaks BP ForumIn reply to: Chat Rooms, Chat Scripts – Any Recommendations?I am using bp ajax chat free version https://buddypress.org/community/groups/buddypress-ajax-chat/ (adsense present), paid version here: http://dynamicendeavorsllc.com/2011/01/25/bp-chat-no-adsense/
Works pretty well so far, but I do not know how to customize itIn reply to: How to move adminbar links to sidebar?Mo’ resources for this topic: http://code.ipstenu.org/2011/customizing-sidebar-profile-bp/
In reply to: How to move adminbar links to sidebar?Maybe this helps: http://whaaat.de/blog/w/439
+1, updated to 1.2.7 but my theme isnt
WOW.
If U need any sort of translation to spanish, just let me knowNice, looking forward to BP Mobile