-
Hugo replied to the forum topic What's the filter for "is current user's profile"? in the group Creating & Extending 13 years, 4 months ago
You will probably find examples of how you do this now you have found the BP Skeleton component – it’s pretty extensively documented.
-
Hugo replied to the forum topic TELL ME HOW STEP BY STEP… Adding Tabs in the group How-To and Troubleshooting 13 years, 4 months ago
The solutions are usually there, non responses on tech forums generally tend to mean the information is available somewhere not too hard to find.
Some helpful guidence: writing in all caps is not polite – […]
-
Hugo replied to the forum topic SPAM ON ACTIVITY PAGE! in the group Requests & Feedback 13 years, 4 months ago
And a parting final comment or two on what does tend to become a wearisome topic:
Spam is pandemic across internet sites, all internet sites that have a member/registration system suffer from spammers – it is […]
-
Hugo replied to the forum topic Remove (not hide) Page Titles in the group How-To and Troubleshooting 13 years, 4 months ago
which makes it look unprofessional
Really? considering BP is developed by professional web developers that’s a sightly surprising statement to be making.
The titles you refer to on pages such as ‘Forums’, […]
-
Hugo replied to the forum topic Activity timestamp error in the group How-To and Troubleshooting 13 years, 4 months ago
A quick search through Trac produced this :
https://buddypress.trac.wordpress.org/ticket/4090 -
Hugo replied to the forum topic Activity timestamp error in the group How-To and Troubleshooting 13 years, 4 months ago
It’s not time zones, this was mentioned to me by another dev in passing as one of their clients had run up against this. I think, but not 100% sure, they created a ticket or forum post on the issue. It sounds as […]
-
Hugo replied to the forum topic Date picker not working in the group How-To and Troubleshooting 13 years, 4 months ago
Duplicate post – closing.
-
Hugo replied to the forum topic Date picker not working in the group How-To and Troubleshooting 13 years, 4 months ago
Not a core function of BP try plugin author for help.
-
Hugo replied to the forum topic How to give all new users automatic rights to post on the main blog? in the group How-To and Troubleshooting 13 years, 4 months ago
Pretty much – unless you want to start going down the frontend posting route, but that can start to get tricky.
-
Hugo replied to the forum topic How to give all new users automatic rights to post on the main blog? in the group How-To and Troubleshooting 13 years, 4 months ago
Not BP’s fault – MS fault!
You can try going to /wp-admin/options.php and set the default user role from there.
-
Hugo replied to the forum topic Display follower and following count in the group BuddyPress Followers 13 years, 4 months ago
bp_follow_total_follow_counts() is the function I used
I used it in a function fed to a do_action in the members-header to produce that stat view above, you’re probably better off running this stuff in […]
-
Hugo replied to the forum topic Display follower and following count in the group BuddyPress Followers 13 years, 4 months ago
That should be in the plugin somewhere?
It displays this in a profile account doesn’t it?
Followers: [2] Following: [2]
-
Hugo joined the group BuddyPress Followers 13 years, 4 months ago
-
Hugo replied to the forum topic What is the purpose of do_action('bp_after_message_content') in the group How-To and Troubleshooting 13 years, 4 months ago
Yep it just represents an insertion point in a file, marker points throughout a theme template file where ‘stuff’ may be added.
-
Hugo replied to the forum topic Buddypress Members page does not show all the registered users in the group How-To and Troubleshooting 13 years, 4 months ago
The users need to login to kick that count into accurate life.
-
Hugo replied to the forum topic Avatar sizing in the group How-To and Troubleshooting 13 years, 4 months ago
You need to explain what page you are referring to, avatars are displayed across many pages and most can have their size passed through as args.
Asking people to login to your site isn’t really going to […]
-
Hugo replied to the forum topic Activity displaying posts from plugin developer? in the group Third Party Components & Plugins 13 years, 4 months ago
But we won’t trot out the tired cliché “always read the docs” 😉
-
Hugo replied to the forum topic How to change the bp-default theme to look like buddypress.org in the group Creating & Extending 13 years, 4 months ago
You still have an outstanding reply to respond to – help was given and solution provided for your previous issue with your theme please check that thread and mark it as resolved if issue corrected now […]
-
Hugo replied to the forum topic Apply a class to last entry in activity feed in the group How-To and Troubleshooting 13 years, 4 months ago
you could do things the hard way, using PHP which has no real ‘method’ to get the last item in an array or loop, instead you have to cobble bits together depending on the type of array and it’s a lot more painful.
-
Hugo replied to the forum topic Apply a class to last entry in activity feed in the group How-To and Troubleshooting 13 years, 4 months ago
Use CSS??!! 🙂 psuedo class :last-child
- Load More
@hnla
Active 7 years, 3 months ago