-
Chris O’Brien posted on the forum topic Date shown in Default BP theme in the group How-To and Troubleshooting: 14 years, 3 months ago
Thanks @r-a-y . That worked for me on the individual blog posts. How do I get the change to also appear on the homepage? That is, when people are on the homepage, they still see the old time-only format. When they click on the post, the time and date appear on the post page.
-
amahesh posted on the forum topic Group Activity Feed in the group How-To and Troubleshooting: 14 years, 3 months ago
@r-a-y I built a child theme, creating the style.css as shown in that link and it built fine then I created functions.php and added the code below (does the fact that it is installed on snipbids.com/network have any impact) I then made a duplicate of bp-activity-groups-feed.php and put it in the child theme folder and made […]
-
nit3watch posted on the forum topic image link in a plugin folder – dev question in the group Creating & Extending: 14 years, 3 months ago
@r-a-y miester last of the last thing 😛 Im getting a error for groups that dont have the db field
Warning: in_array() expects parameter 2 to be array, string given in F:Programmesxampphtdocswordpresswp-contentpluginsbuddypress-group-credit-cardsbp-group-credit-cards.php on line 101
Would saying ‘else return something’ be the right path, and what…[Read more] -
nickmy posted on the forum topic Hide profile field in the group Creating & Extending: 14 years, 3 months ago
-
Anton posted on the forum topic Group avatar in activity stream in the group Creating & Extending: 14 years, 3 months ago
Thanks @r-a-y
-
amahesh posted on the forum topic Group Activity Feed in the group How-To and Troubleshooting: 14 years, 3 months ago
@r-a-y for this line include_once( WP_CONTENT_DIR . ‘/themes/YOURTHEME/bp-activity-group-feed.php’ ); shouuld the directory be “plugins/buddypress/bp-themes/bp-default/’ ? Also does it matter that i am running it on snipbids.com/network and not snipbids.com? Which functions.php file do I edit? The bp-default one correct? So I add the code you sent…[Read more]
-
nit3watch posted on the forum topic image link in a plugin folder – dev question in the group Creating & Extending: 14 years, 3 months ago
Edit: Iv’e come right 😀 using the last method ( thanks r-a-y for all your halp..again <3 )
@r-a-y Ive gotten the value’s to save an an array, example from my db: a:2:{i:0;s:3:”one”;i:1;s:3:”two”;} Now I take it I have to use steralize, while Im reading up on that.. have I used in_array correctly as Im finding info hard […] -
Beck B posted on the forum topic To BP_ENABLE_USERNAME_COMPATIBILITY_MODE or Not To in the group Miscellaneous: 14 years, 3 months ago
Can somebody help me with this nicenames business, too? I’m working on the username/displayname oddity I’ve already been chatting with @r-a-y about (re: the username only plugin) and have presently disabled his plugin and added this to my bp-custom.php: Example 1 Well that’s lovely at various points across my site, but it doesn’t add the title info […]
-
nit3watch posted on the forum topic image link in a plugin folder – dev question in the group Creating & Extending: 14 years, 3 months ago
@r-a-y last thing, Ive changed my mind a bit when it comes to the options. How could I get it to check the values seperated by a , Say the db field ready: one ,two The thing is it might read “one,three” or “two,four” so there should be a way for it to check separating it by a […]
-
Korhan Ekinci posted on the forum topic cubepoints plugin shows real name in the group BuddyPress Usernames Only: 14 years, 3 months ago
Hi,
Thanks for the code @r-a-y
I just wanted to link the top users to their profile page and hacked this line:
$html .= ‘<a href="”>’.$data.’ (‘.cp_formatPoints((int) $data).’)’;
ok, the link did not display. bp_member_permalink() in between href=””
but somehow the links don’t work. Is there something i am missing?
-
Anton posted on the forum topic Group avatar in activity stream in the group Creating & Extending: 14 years, 3 months ago
@r-a-y – can’t get this to work. Here is my code lines 416-440 in bp-activity/bp-activity-templatetags.php – http://pastebin.com/SLR3qk6L
-
amahesh posted on the forum topic Group Activity Feed in the group How-To and Troubleshooting: 14 years, 3 months ago
any thoughts @r-a-y or anyone else?
-
ipstenu posted on the forum topic Replace Activity Stream blog excerpt with the_excerpt in the group How-To and Troubleshooting: 14 years, 3 months ago
Some free time returned. You can either request an additional parameter for unfiltered text in the “bp_blogs_record_activity_content” filter or in the “bp_create_excerpt” filter. So that now exists thanks to @r-a-y ( https://trac.buddypress.org/ticket/2481 ) I’m assuming I need to tell bp_blogs_record_activity_content to use the excerpt, but wou…[Read more]
-
nickmy posted on the forum topic User Pages? in the group How-To and Troubleshooting: 14 years, 3 months ago
-
alex posted an update 14 years, 3 months ago
@r-a-y hi r-a-y
ive read this thread
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-get-only-the-avatar-url and im trying to call avatars in the plugin cbox which is a chat component could you explain on what i could do to fetch avatars in the chat box – it calls the used id – maybe i could email…[Read more] -
Anton posted on the forum topic Group avatar in activity stream in the group Creating & Extending: 14 years, 3 months ago
Thanks @r-a-y
I’ve implemented the patch but it doesn’t show the uploaded group avatar in the activity stream. It shows a random image that buddypress generates when creating a group.
-
pcwriter posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 14 years, 3 months ago
@hnla Yes, I added the first bit ( ‘register_nav_menus’ ) before the pages function in my plugin file, but the second part ( ‘if(has_nav_menu’ ) throws up errors. So I’ll include that part of the code in the readme with instructions on where to paste it if running WP3.0. @r-a-y Your infinite wisdom will again come in […]
-
pcwriter posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 14 years, 3 months ago
-
pcwriter posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 14 years, 3 months ago
-
pcwriter posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 14 years, 3 months ago
Hi guys… nap’s over. Thanks for continuing on this fun little ploblom! @hnla I’m trying to wrap the entire ul containing both the “Community” dropdown AND the WP pages dropdowns so that they ONLY appear on the main blog (yes, it’s multisite on WPMU2.9.2 and I just upgraded to BP1.2.5.2). @r-a-y Should the global be called before […]
- Load More
@r-a-y
Active 5 months ago