Forum Replies Created
-
@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.
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
Gee, 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
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”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 ?Gee, thanx, never would have figured using bp template pack on my own…
Even though its last update was more than a year ago ?@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
Nope, havent used it.
But I would expect top notch assistance from its developer @sbrajesh, he always provides lots of help in his website.Paid alternative: http://buddydev.com/plugins/global-forums/
@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
Gee, @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 ?@paragate try disablying it followint this instructions: http://yoast.com/disable-wp-admin-bar/
Anyone ?
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 itMo’ resources for this topic: http://code.ipstenu.org/2011/customizing-sidebar-profile-bp/
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