Forum Replies Created
-
You, my friend, are god ! Or King Midas, anything you touch is converted 2 gold.
Looking forward to this
@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 http://buddypress.org/community/groups/buddypress-rate-forum-posts/). And is looking for a patron.
@foxly just saw you updated latest version
Just to let you know I can give you a hand with spanish translationsAre 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 http://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
Hola @bluelf
I am almost ready with buddystream-en_US.po.Why dont we split tasks so as not to overlap ?
I will finish buddystream-en_US and continue with youtube, twitter and soundcloud.Does that sound fair to you ? Lemme know
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, I am on bluehost and it is using PHP v 5.2.17
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 ?Wow, that was fast ! thanx @r-a-y !
Is this code necessary even if using OE 0.6 beta ?
@paragate try disablying it followint this instructions: http://yoast.com/disable-wp-admin-bar/
Anyone ?