-
Chris Clayton replied to the forum topic Activity Stream – Now Friends & Profile Picture in the group How-To and Troubleshooting 12 years, 9 months ago
(2) – You may want to see the Block activity types plugin – https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/
-
Chris Clayton replied to the forum topic activity stream customization in the group How-To and Troubleshooting 12 years, 9 months ago
You can remove the button styling via css to turn it into plain text. something like…
`div.activity-meta .acomment-reply a {
background: white;
background: -moz-linear-gradient(top, white 0%, […] -
Chris Clayton replied to the forum topic Disable Nested Comment in the group How-To and Troubleshooting 12 years, 9 months ago
@heruputra – as @Mercime said, you can easily do it with CSS, removing the indent styles so that they appear to be seperate comments to the activity.
You could also use this code – […]
-
Chris Clayton replied to the forum topic a few questions. in the group How-To and Troubleshooting 12 years, 9 months ago
you can add it to your bp-custom.php – https://codex.buddypress.org/extending-buddypress/bp-custom-php/
or a small functions plugin (i personally prefer this method 🙂 ) – […]
-
Chris Clayton replied to the forum topic Site wide notices don't create notifications!? in the group How-To and Troubleshooting 12 years, 9 months ago
Yup.
-
Chris Clayton replied to the forum topic a few questions. in the group How-To and Troubleshooting 12 years, 9 months ago
re activity comments: https://buddypress.trac.wordpress.org/ticket/1870#comment:2
-
Chris Clayton replied to the forum topic /wp-content/uploads/album visible to everyone in the group BuddyPress Media 12 years, 9 months ago
In that case (helping others) You could also insert a blank index.html page into the folders and that will also stop people from peeking.
-
Chris Clayton replied to the forum topic /wp-content/uploads/album visible to everyone in the group BuddyPress Media 12 years, 9 months ago
You answered your own question 🙂
changing file permission on that folder to 751 will fix that problem for you. -
Chris Clayton joined the group BuddyPress Media 12 years, 9 months ago
-
Chris Clayton replied to the forum topic Site wide notices don't create notifications!? in the group How-To and Troubleshooting 12 years, 9 months ago
a site-wide notice is similar to Facebook’s Megaphone feature as seen here: http://farm8.staticflickr.com/7160/6624474793_c43005212c_z.jpg
-
Chris Clayton replied to the forum topic Help Modifying WordPress Theme "hello :D" in the group Installing BuddyPress 12 years, 9 months ago
That happens every time i use the template pack css. 🙂
add this to your css…
div.item-list-tabs ul li.last {
margin-right: 40px;
} -
Chris Clayton replied to the forum topic Change what url 'Create and account' links to. in the group How-To and Troubleshooting 12 years, 9 months ago
@Craiglovelock – the “create an account” link is in the sidebar.php file.
Line 37
Seen Here: https://buddypress.trac.wordpress.org/browser/trunk/bp-themes/bp-default/sidebar.php#L37 -
Chris Clayton replied to the forum topic Stop wp-login.php?action=register redirecting to /register. I want to use normal wp register…. in the group How-To and Troubleshooting 12 years, 9 months ago
@Craiglovelock – you will have to figure out how to insert a custom textfield into the wordpress registration page and then insert a “name” field (sorry, cant help more since i have never touched the wordpress […]
-
Chris Clayton replied to the forum topic Publish a activity at that member's profile in the group How-To and Troubleshooting 12 years, 9 months ago
@tiagobeloto
Woops. half my reply didn’t post :/ Theirs also this tutorial which allows others to post to your activity stream – http://buddydev.com/buddypress/using-activity-as-wire-in-buddypress-1-2-themes/ […] -
Chris Clayton replied to the forum topic Help Modifying WordPress Theme "hello :D" in the group Installing BuddyPress 12 years, 9 months ago
you can go back the the wordpress toolbar by adding
define( ‘BP_USE_WP_ADMIN_BAR’, true ) to your bp-custom.php file – https://codex.buddypress.org/extending-buddypress/bp-custom-php/The buddybar is being […]
-
Chris Clayton replied to the forum topic Help Modifying WordPress Theme "hello :D" in the group Installing BuddyPress 12 years, 9 months ago
@illusionApp – what exactly isn’t working? is the sidebar not aligned correctly? or…?
We have some codex entries that might also help – […]
-
Chris Clayton replied to the forum topic a brand new gaming social network in the group Gallery 12 years, 9 months ago
@djbnotts – what are you using to redirect users?
David Carson (from Frisco)’s method has been working well for me – http://pastebin.com/rgJ6BQc8
You may want to try that… Just add !is_front_page() above […] -
Chris Clayton joined the group Gallery 12 years, 9 months ago
-
Chris Clayton replied to the forum topic Publish a activity at that member's profile in the group How-To and Troubleshooting 12 years, 9 months ago
@tiagobeloto in version 1 we had a ‘wire’ feature that enables a user to post on a friends profile… It was eventually depreciated but It’s been turned into a plugin by […]
-
Chris Clayton replied to the forum topic Filterable member directory via profile fields. in the group Creating & Extending 12 years, 9 months ago
@Lindsayannb – Essentially what you would want to do is utilise the built in “search_terms” parameter (which your already using for the profile fields links) and modifying the searchterm based on what is […]
- Load More
@chrisclayton
Active 4 years, 7 months ago