Site Activity
-
# · 3 days, 14 hours ago · bowromir posted on the forum topic Showing the_post_thumbnail in Activity entries / Displaying author link in navigation menu? in the group BuddyPress:
For the people who might stumble upon this thread in the near future.. someone found a fix for showing the post_thumbnail:
-
# · 3 days, 16 hours ago · New external update The next dev chat will be on Wednesday 8… from the news feed BuddyPress Development Updates in the group BuddyPress
The next dev chat will be on Wednesday 8th September @ 19:00 UTC. IRC: irc.freenode.net Channel: #buddypress-dev Web-based IRC client: http://java.freenode.net/ To find out what time 19:00 UTC is in your country, look here. Please post any topics you want to discuss here.
-
# · 4 days, 9 hours ago · rossagrant posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
Nice one Rich! Fingers crossed Forum extras and moderation can play nicely with each other soon!
-
# · 4 days, 11 hours ago · nuprn1 posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
ahah! someone pinged me on twitter that bp-moderation was giving them some conflicts with restrict group creation. i haven’t installed it yet to see what is going on under the hood. think i will this week now, might be overriding stuff in a bad way. side note: as for the bp-custom vs functions – [...] -
# · 4 days, 11 hours ago · rossagrant posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
The culprit is BP Moderation – the new plugin by Francesco Laffi.
It must be conflicting in some way!
-
# · 4 days, 11 hours ago · rossagrant posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
Rich, I take the above comment back! I have just installed it on a fresh site with no plugins and it works. I’m just gonna find the culprit now!
Give me 10 mins! -
# · 4 days, 11 hours ago · rossagrant posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
I added this to the bp-custom.php file I have in my plugins folder. Is that appropriate? I have added other functions in there in the past and it’s been fine but maybe I need to create a new file? I have tried with all plugins disabled too and still no joy. I’ll try it wth [...]
-
# · 4 days, 12 hours ago · nuprn1 posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
did you add this to the functions file?
i’ll have to dig into this more during the week. have you disabled all other plugins? try the default theme?
-
# · 4 days, 12 hours ago · rossagrant posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
Hi Rich, Tried using the above code as is and it didn’t fix the issue unfortunately. Then I tried using the code without the if statement like this: function my_add_forum_privacy_sql() { { add_filter( ‘get_topics_fields’, ‘groups_add_forum_fields_sql’ ); add_filter( ‘get_topics_index_hint’, ‘groups_add_forum_tables_sql’ ); add_filter( ‘get_topics_where’, ‘groups_add_forum_where_sql’ ); } } add_filter( ‘bbpress_init’, ‘my_add_forum_privacy_sql’ ); I think that’s how it [...]
-
# · 4 days, 12 hours ago · nuprn1 posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
…and if the above does not work, just remove the if statement around the add_filter just to test it out.
-
# · 4 days, 12 hours ago · nuprn1 posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
into a functions/custom file
maybe something like this (the code above is already from buddypress core files)
-
# · 4 days, 13 hours ago · rossagrant posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
Hey Rich, Right I’m back home now and going to try adding the add_filters. In which file am I adding them to and am I just pasting the code from above i.e. /* Only filter the forum SQL on group pages or on the forums directory */ if ( ( $bp->groups->current_group && ‘public’ == $bp->groups->current_group->status [...]
-
# · 4 days, 13 hours ago · bowromir started the forum topic Showing the_post_thumbnail in Activity entries / Displaying author link in navigation menu? in the group BuddyPress:
Hi Rich, 1: I’ve noticed that new blog excerpts do not show the_post_thumbnail in the entries, but only the text and a cropped version of the first image in a post.. Do you think there’s a way to show it somehow? I’ve looked on BP.org and found this thread: http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/the_post_thumbnail-the-activity-stream/#post-70105 Since you’re the guy who [...]
-
# · 4 days, 13 hours ago · nuprn1 posted on the forum topic Showing the_post_thumbnail in Activity entries / Displaying author link in navigation menu? in the group BuddyPress:
smileys -> http://www.greensmilies.com & http://www.famfamfam.com
-
# · 4 days, 13 hours ago · bowromir posted on the forum topic How did you add the "view blogpost" button? in the group BuddyPress:
I think that will be included as well.. I just need to make it easy to use… It would be best to make it a widget, but I don’t really know how to make it into a widget and make it easy for someone to add extra links to it.. So I think I’ll just [...]
-
# · 4 days, 13 hours ago · bowromir posted on the forum topic Showing the_post_thumbnail in Activity entries / Displaying author link in navigation menu? in the group BuddyPress:
The 2nd one worked.. thank you sir
ps: these smileys are awesome
-
# · 4 days, 20 hours ago · Updated 4 days, 15 hours ago · nuprn1 posted an update in the group BuddyPress:
testing out a BuddyPress API hook reference for do_action and apply_filters – http://etivite.com/groups/buddypress/hooks/
- To view this reply - please log in first. You can also create an account.
-
# · 4 days, 19 hours ago · rossagrant posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
Haha, just missed your reply! I’ll try that now!
-
# · 4 days, 19 hours ago · rossagrant posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
Hmm… It is really weird, as I get this problem on 2 separate installs on 2 different servers now. It’s even stranger if you can’t replicate it also. The widget works on other pages too but just not the activity pages so at least we can isolate it but I too am at a loss. [...]
-
# · 4 days, 19 hours ago · nuprn1 posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
err nevermind – seems those filters are dynamically generated deep within bbPress.
Try hooking those 3 add_filter if on the activity component page (though I don’t know why they are restricted to just the group pages/forum directory)
-
# · 4 days, 19 hours ago · nuprn1 posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
A weird problem that I can’t replicate but I know the general area of concern with the functions. which is odd as it works fine locally and on this site (on the main page and activity page)
bp_get_the_topic_permalink()andbp_get_the_topic_object_permalinkandbp_get_the_topic_object_namesome reason the vars stored in the global$forum_template$forum_template->topic->object_slugand$forum_template->topic->object_nameis null in your instance. Looking in [...] -
# · 4 days, 20 hours ago · rossagrant posted on the forum topic Still Got problems with the latest topics widget. in the group BuddyPress:
Any update on this Rich? Thanks!
-
# · 4 days, 20 hours ago · nuprn1 posted on the forum topic Showing the_post_thumbnail in Activity entries / Displaying author link in navigation menu? in the group BuddyPress:
bp_displayed_user_username()echos the output so you wantbp_get_displayed_user_username()though I don’t know the context of your code – also consider
bp_get_loggedin_user_username -
# · 4 days, 21 hours ago · bowromir posted on the forum topic Showing the_post_thumbnail in Activity entries / Displaying author link in navigation menu? in the group BuddyPress:
Thanks rich! I just edited my post though.. I thought I’d combine both questions I had.. woops
I’ll see if I’ll get it to work.. If I can get it to work though I can add more custom post types to the stream.. nice! LOL.. that Arrogant Bastard beer is awesome… I need to [...] -
# · 4 days, 21 hours ago · nuprn1 posted on the forum topic Showing the_post_thumbnail in Activity entries? in the group BuddyPress:
you might have to decipher the information i posted in here: http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/displaying-content-of-custom-field-in-activity-stream/ though with switching blogs for each activity item for a blog post would be processor intensive. A better way would be capturing the thumbnail during the activity stream add action and saving it in the activity meta table. (i need to look at [...]
-
# · 5 days, 23 hours ago · nuprn1 posted on the forum topic Buddypress V.1.3 in the group BuddyPress:
my guess is end of the year for 1.3… but still waiting on 1.2.6.
http://buddypress.org/about/roadmap/ -
# · 6 days, 12 hours ago · cavamondo started the forum topic Buddypress V.1.3 in the group BuddyPress:
Does anyone have an idea on when they release version 1.3 and/or V.1.4 of Buddypress?
-
# · 1 week ago · rossagrant posted on the forum topic How did you add the "view blogpost" button? in the group BuddyPress:
@bowromir Just seen the profile widget too on the top left! Oh man I NEED that!
-
# · 1 week ago · rossagrant posted on the forum topic How did you add the "view blogpost" button? in the group BuddyPress:
@bowromir WOW, that site’s design looks pretty outstanding! Think You need to start releasing themes for me to buy!
-
# · 1 week ago · bowromir posted on the forum topic How did you add the "view blogpost" button? in the group BuddyPress:
Glad you got it to work! That tutorial should be there soon.. Working hard on the redesign:
- Load More