Chris Clayton
i am, not a designer, coder or developer. but i try! I prefer to think of myself as an ideas guy!
-
@djbnotts – sorry, missed your reply the other day. Your welcome. Just thought i’d suggest it as users seeing errors is a serious problem.
BP Private community does the exact same thing as David’s code […]
-
Chris Clayton replied to the forum topic Here's What I Want To Do... Can You Explain How? in the group Creating & Extending
Membership – have you seen S2members? http://buddypress.org/community/groups/s2member/
The name, city ect, you can get that by default in buddypress via your wp-admin – go to buddypress/profile fields.
The […]
-
To enable your existing WordPress theme for BuddyPress, please download and activate the BuddyPress Template Pack plugin. This will run you through the process step-by-step.
The Process At-A-Glance
This […]
-
This article is a list of the activity stream action hooks available for use in plugin development in Buddypress.
!–more–
bp-activity.php
bp_activity_screen_my_activity
Parameters: […]
-
Chris Clayton replied to the forum topic Remove "delete" link in site activity in the group Creating & Extending
== or simply remove the “delete” link? ==
Sure can. CSS is your friend
.delete-activity {
display: none;
} -
Chris Clayton replied to the forum topic Plugin for stopping fake profiles and rapid activity spam? in the group How-To and Troubleshooting
@jmk10276 in buddypress 1.6 their will be Akismet integration built into buddypress, which will help kill the activity spam. http://buddypress.org/about/roadmap/
Their isn’t really any spam protection plugins […]
-
Chris Clayton replied to the forum topic Activity Stream - Now Friends & Profile Picture in the group How-To and Troubleshooting
(2) – You may want to see the Block activity types plugin – http://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
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
@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 – […]
-
you can add it to your bp-custom.php – http://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
Yup.
-
re activity comments: http://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
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
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
-
Chris Clayton replied to the forum topic Site wide notices don't create notifications!? in the group How-To and Troubleshooting
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
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
@Craiglovelock – the ”create an account” link is in the sidebar.php file.
Line 37
Seen Here: http://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
@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
@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/ […] - Load More