-
Roger Coathup posted on the forum topic Stylizing the navigation bar in the group How-To and Troubleshooting: 14 years, 5 months ago
Adding a link – Have a look at this thread: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-moverelocate-the-links-in-the-admin-bars-my-account-individuallyseparately-to-the-sidebar/
Your other issues are CSS rather than BuddyPress related. Check the admin bar CSS settings in the different themes you are…[Read more]
-
Roger Coathup posted on the forum topic @thepseudo in the posts in the group Creating & Extending: 14 years, 5 months ago
If you are adding your own filters you can add them either in your theme’s function.php file or in bp-custom.php in your plugins folder. This article introduces you to the concept of filters in WordPress (albeit from a plugin perspective): https://codex.wordpress.org/Plugin_API#Filters To find the hook in question (content_save_pre), I suggest…[Read more]
-
Roger Coathup posted on the forum topic disable my blogs on the admin bar and the profile page in the group How-To and Troubleshooting: 14 years, 5 months ago
details on removing from the nav bar:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-remove-and-add-items-in-bp_get_displayed_user_nav/ -
Roger Coathup posted on the forum topic disable my blogs on the admin bar and the profile page in the group How-To and Troubleshooting: 14 years, 5 months ago
To remove from the admin menu, add something like this to your functions.php:
if ( bp_core_is_multisite() )
remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_blogs_menu’, 6 ); -
Roger Coathup posted on the forum topic User blogs show up not working correctly. in the group How-To and Troubleshooting: 14 years, 5 months ago
This is exactly the same post you made 1 month ago: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/users-blogs-show-up-broken/ Your first link is just a Google Blogger blog, and locks a visitor’s browser to some extent… I don’t advise clicking on it. Your second link is a blank page. I don’t see any sign of…[Read more]
-
Roger Coathup posted on the forum topic Killing the @mention function in the group How-To and Troubleshooting: 14 years, 5 months ago
cross linking threads – there’s more on this subject here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/mentions-is-confusing-to-members/
If anyone has developed a full solution for removing @mention, please let me know
-
Roger Coathup posted on the forum topic Member Count Incorrect in the group How-To and Troubleshooting: 14 years, 5 months ago
@nunomad – slightly off track – why’ve you gone with 1.0.3? That’s an old old version. The latest BuddyPress (and the best option for support, etc.) is 1.2.5
-
Roger Coathup posted on the forum topic Question about installing Buddypress on a subdomain of multisite in the group How-To and Troubleshooting: 14 years, 5 months ago
hxxp is just a placeholder to stop everything being turned into links in the post. You should use http
p.s. I’m not sure you need to make the avatar path changes if this is a new install (rather than moving an existing BP install from the root blog). Perhaps @r-a-y can confirm this.
-
Roger Coathup posted on the forum topic @thepseudo in the posts in the group Creating & Extending: 14 years, 5 months ago
@johnwinch42 – ‘fix’ isn’t the right word, as it’s not really broken – in general, WordPress blog post text is left as the original author intended it to be written (with the exception of some meddling by Matt mullenweg). If you want to modify your blog posts to convert @pseudo references into clickable links, you can […]
-
Roger Coathup posted on the forum topic Need a Submit News Plugin in the group Creating & Extending: 14 years, 5 months ago
Take a look at @Pollyplummer‘s recent article on front page posting http://wpmu.org/8-wordpress-plugins-that-enable-posting-and-editing-from-the-front-end/
-
Roger Coathup posted on the forum topic Split members into admin defined caregories in the group How-To and Troubleshooting: 14 years, 6 months ago
it’s item 9 on this list for BuddyPress 1.3:
-
Roger Coathup posted on the forum topic Split members into admin defined caregories in the group How-To and Troubleshooting: 14 years, 6 months ago
@modemlooper – roles would restrict you to just one level of categorisation
Category and tag taxonomies for members would allow you to implement much more complex groupings, e.g. hierarchical nested groups of members, allocation of members to multiple categories, etc.
-
Roger Coathup posted on the forum topic Feature Request – Profile Galleries? in the group Requests & Feedback: 14 years, 6 months ago
@thelandman – yes, that should do it 🙂
-
Roger Coathup posted on the forum topic Feature Request – Profile Galleries? in the group Requests & Feedback: 14 years, 6 months ago
@thelandman, @hitler With some template coding, you can enable writing on other people’s walls – it’s done on this site for instance… click through to any member, and you’ll see the post box at the top! I haven’t looked in to the coding, but suspect it’s just a ‘simple’ case of hiding the @mention ‘behind’ the post […]
-
Roger Coathup posted on the forum topic Split members into admin defined caregories in the group How-To and Troubleshooting: 14 years, 6 months ago
I’m not sure roles is the correct solution to this. What we really want is the capability to extend the existing category / tags concept to include member profiles as well as posts. I’m sure there’s probably a lot of discussion on this topic already, under the heading ‘taxonomies’. Unfortunately, most articles using the term […]
-
Roger Coathup posted on the forum topic distinguish between editors and other contributors in the group How-To and Troubleshooting: 14 years, 6 months ago
@dubbelf – it’s no more technical than modifying your theme loops to exclude posts from various categories, and certainly less technical than restricting certain authors to specific categories. At this stage the questions you are asking are not really BuddyPress support specific, more general WordPress considerations. If you want someone to build…[Read more]
-
Roger Coathup posted on the forum topic Post Freshness in the group How-To and Troubleshooting: 14 years, 6 months ago
@janismo – if you want a developer to help write the code for your site, you can advertise the opportunity on the Jobs Board: https://buddypress.org/community/groups/bp-jobs-board/
You can also search the BuddyPress plugin files for examples of how to call bp_core_time_since()
-
Roger Coathup posted on the forum topic subnav slug constants in the group How-To and Troubleshooting: 14 years, 6 months ago
Lest anyone stumbles on this sad, lonely, and un-answered post looking for the same slugs. Here’s the update:
Unfortunately, the answer appears to be “no, there are no slug constants at present for the subnav items such as inbox”.
It’s covered towards the end of this page:…[Read more]
-
Roger Coathup posted on the forum topic Split members into admin defined caregories in the group How-To and Troubleshooting: 14 years, 6 months ago
@theandyreport – Putting members into different categories isn’t a built in feature. You could perhaps implement your requirement using groups, i.e. assigning your celebrities to a group. You’d then have to do a fair bit of template / loop manipulation, and enabling / disabling features dependent on whether members were in the group or not. If @mod…[Read more]
-
Roger Coathup posted on the forum topic Stop posts and updates from a single blog showing up in the mainpage activity stream in the group How-To and Troubleshooting: 14 years, 6 months ago
The solution from @nuprn1 is essentially the details for implementing option 1 that I suggested above, the code snippet I gave you is the option 2 solution.
- Load More
@rogercoathup
Active 4 years, 11 months ago