-
@ChrisClayton replied to the topic Buddypress building shortcode in the forum How-to & Troubleshooting 11 years, 9 months ago
I assume the errors in your div html are because of the forum software and they are fixed in your code?
The only things I can think of are…
it doesn’t like the iframe
another filter is messing with […] -
@ChrisClayton replied to the topic Buddypress building shortcode in the forum How-to & Troubleshooting 11 years, 9 months ago
the filter I mentioned above
add_filter('bp_get_activity_content_body', 'do_shortcode'); // Adds shortcodes to activity content.
will add it to the content of all activity (including on the profile […]
-
@ChrisClayton replied to the topic WP Symposium Vs BuddyPress in the forum Ideas 11 years, 9 months ago
@indirakrishna – Chat is a huge area, and there are all kinds of solutions (some better than others) 🙂
It depends on how you need the chat plugin to function, […]
-
@ChrisClayton replied to the topic Buddypress building shortcode in the forum How-to & Troubleshooting 11 years, 9 months ago
@enriksen –
To ‘do’ shortcodes in different content areas, you will need to filter do_shortcode() into certain functions. See the WordPress codex for documentation on do_shortcode() […] -
@ChrisClayton replied to the topic Registration NOT Working in the forum Installing BuddyPress 11 years, 9 months ago
@stobywan – Please don’t create new threads, there is a response that is waiting for an answer at https://buddypress.org/support/topic/registration-form-not-submitting-2/
You’re more likely to get a response via […]
-
@ChrisClayton replied to the topic BBPRESS/Buddypress issues in the forum How-to & Troubleshooting 11 years, 9 months ago
@chrchcol – this seems like the same issue – http://premium.wpmudev.org/forums/topic/fatal-error-when-trying-to-access-group-forums-in-buddypress
From Jeff in that thread:
Thanks so much for all of your […]
-
@ChrisClayton replied to the topic Duplicate Group Components (Multiple Group Types) in the forum How-to & Troubleshooting 11 years, 9 months ago
Was going to say that copying the groups directory, doing a find/replace, creating a loader and modifying a few things (like calling the active components array – don’t forget manually telling bp your component is […]
-
@ChrisClayton replied to the topic hide activity width id in the forum How-to & Troubleshooting 11 years, 9 months ago
The easiest way to find the ID of individual activitys is by hovering over the timestamp. There will be a url like activity/p/127/ – the number at the end is the ID.
Another option is to edit your templates and […]
-
@ChrisClayton replied to the topic User Roles in the forum How-to & Troubleshooting 11 years, 9 months ago
@resom – BuddyPress doesn’t properly support capabilities (in the current release) except for some basic is_super_admin checking.
The moderator/keymaster/forum roles are from BBpress. And currently have no […]
-
@ChrisClayton updated the Official Logos and Typeface page, on the BuddyPress Codex 11 years, 9 months ago
-
@ChrisClayton updated the Changing Internal Configuration Settings page, on the BuddyPress Codex 11 years, 9 months ago
There are many internal configuration settings that can be changed by adding a configuration definition line to your wp-content/plugins/bp-custom.php file. Here’s a list of the current setting that can be […]
-
@ChrisClayton replied to the topic Buddypress 1.7 in the forum Creating & Extending 11 years, 9 months ago
@tarkham for the fatal errors being posted, If you download trunk, you need to rename the directory to ‘buddypress’ as it defaults to ‘trunk’ and BP_PLUGIN_DIR is hardcoded to ‘/buddypress’.
-
@ChrisClayton replied to the topic My BuddyPress Hosting Recommendation in the forum Miscellaneous 11 years, 9 months ago
It really does depend on the site and how large it is. I have one (closed) site just for me and afew friends (a legacy-facebook experience before they started opening up), and hostgator shared hosting works really […]
-
@ChrisClayton commented on the post, Announcing "Status", a Community-Developed Theme for BP 1.6, on the site BuddyPress.org 11 years, 9 months ago
Oops, forgot to add that if anyone here does wish that Status was more easily customisable via the parent/child theme relationship, please do take JJJ’s suggestion and harass them via Github (or the trac ticket). […]
-
@ChrisClayton replied to the topic Correct way of initialize BuddyPress in the forum Creating & Extending 11 years, 10 months ago
If you’re developing it on trunk (which you probably should be at this stage), you’ll also be able to use buddypress()->loggedin_user; instead of declaring globals everywhere.
-
@ChrisClayton commented on the post, Announcing "Status", a Community-Developed Theme for BP 1.6, on the site BuddyPress.org 11 years, 10 months ago
@Vegaskev – Building parent themes for BuddyPress isn’t something the team who worked on Status are interested in doing. Building Status as a parent theme was something I expressed my strong opinions on.
You […]
-
@ChrisClayton replied to the topic Suggestion for BuddyPress "Account Creation Page" in the forum Installing BuddyPress 11 years, 10 months ago
Then easiest way to show a message on the registration page is to edit the template in your theme and replace the default message. […]
-
@ChrisClayton replied to the topic Redirect issue – bp-core-catchuri.php in the forum How-to & Troubleshooting 11 years, 10 months ago
There is filter hooks in the function which you should use instead of modifying core, but assuming you’re just modifying core for temporary testing purposes only, you will need to modify the $mode variable as it […]
-
@ChrisClayton replied to the topic Search plugin to add an article to "Favorites" and "Read later" in the forum How-to & Troubleshooting 11 years, 11 months ago
does this help?
-
@ChrisClayton replied to the topic [Resolved] Turn off updates on Activity page in the forum How-to & Troubleshooting 11 years, 11 months ago
@Deceth – the easiest way to do this is to remove the content in the activity/post-form.php file in your theme. https://buddypress.trac.wordpress.org/browser/tags/1.6.2/bp-themes/bp-default/activity/post-form.php […]
- Load More
@chrisclayton
Active 4 years, 7 months ago