-
Marcella replied to the topic Customising default member avatar – Gravatar bug? in the forum Creating & Extending 10 years, 10 months ago
Thanks guys that’s awesome.
Worked out the box @shanebp
-
Henry Wright replied to the topic bp_notifications_get_notifications_for_user doesn't display bbpress notification in the forum How-to & Troubleshooting 10 years, 10 months ago
As @shanebp said, I think you might need 2
for
loops to handle$notifications[$i]
when it is of typearray
-
Justin replied to the topic Backend notification when user profile complete in the forum How-to & Troubleshooting 10 years, 10 months ago
That’s a great idea @shanebp! I looked at that plugin before but didn’t dive into the code much.
It looks like there’s a function
bppp_get_user_progression_percent()
that can be used.Should this work?
function my_update_profile_mark() {
$percentage = echo bppp_get_user_progression_percent();if ($percentage == 100 &&…[Read more]
-
Henry Wright replied to the topic Membership Reporting in the forum How-to & Troubleshooting 10 years, 10 months ago
@shanebp I’ve not come across anything like this for BP. Will be useful – it’s going on my plugin wish list 🙂
It would be super cool if you could add some front-end screens to this – like a member stats dashboard – or perhaps that’s a separate plugin?
-
Ben Hansen replied to the topic Membership Reporting in the forum How-to & Troubleshooting 10 years, 10 months ago
it’s awesome i got a sneak peak on this definitely recommend it for any active BP site. awesome stuff @shanebp !
-
Henry replied to the topic [Resolved] Timestamps in members timezone in the forum How-to & Troubleshooting 10 years, 11 months ago
Hey @colabsadmin @shanebp @djpaul
I’m happy to help out writing the plugin. Anyone feel like taking the lead?
-
Shmoo replied to the topic Display green border around avatar when user is online in the forum How-to & Troubleshooting 10 years, 11 months ago
Thanks that works beautiful just like I wanted.
? Just one question, why does it only work if you place the huge function code snippet in the loop template ( at the top ) but when you paste it inside your functions.php it doesn’t work.
-
Asynaptic replied to the topic Paid Themes in the forum How-to & Troubleshooting 10 years, 11 months ago
@shanebp is right. If you want to buy a theme, buy a good wordpress theme. You don’t need a buddypress theme since they should all work work with buddypress out of the box.
The point is that the creator of a premium theme stands behind their work and will answer support questions. These questions may be specific to the theme and how it works so…[Read more]
-
Henry replied to the topic Hide 'view all matched members' message in the forum Creating & Extending 10 years, 12 months ago
View all 9 matched Members – See more at:
Where does this come from? I’ve never seen it before.
Are you using a plugin to generate that text? I can’t find it anywhere in BP.
-
Henry replied to the topic Guys….. What is the point of including filters if… in the forum How-to & Troubleshooting 10 years, 12 months ago
@shanebp – Re 2: dynamic strings would certainly have some advantages. I wouldn’t throw a tantrum if the core devs decided to develop something like this 🙂
-
Henry replied to the topic Getting an array error in the forum Miscellaneous 11 years ago
@shanebp whoever worked on it looks like they wanted to exclude the admin user account from the member list perhaps?
-
David Bisset replied to the topic Member Profile Meta Key Value in the forum How-to & Troubleshooting 11 years ago
i share @shanebp confusion, there’s no naming convention (in BP I can refer to a BP field by it’s ID or what i named it). I wish i knew more about the BP Integration Add On.
-
Henry replied to the topic Filtering bp_format_time in the forum How-to & Troubleshooting 11 years ago
Ah got ya! Thanks @shanebp i’m on your wavelength now.
$date
being a string I can perform some operations on. -
Henry replied to the topic Filtering bp_format_time in the forum How-to & Troubleshooting 11 years ago
Hi @shanebp
If you take a look at the
bp_format_time
function (I have copied to Pastie.org for easy access) you’ll see the$date
variable that is being returned needs both the$date
and$time
variables (see line 22):return apply_filters( 'bp_format_time', $date )
only seems to allow me to pass$date
to my filter…[Read more] -
Hugo Ashmore replied to the topic BuddyPress Constantly Crashes Server in the forum How-to & Troubleshooting 11 years ago
Have you followed @shanebp advice? it’s important to establish the cause of this and that means as suggested starting to look through your server log files – essentially all the answers you need or at least the clues to where to look further will be in log files. We can’t do this for you or provide much more by way of help…[Read more]
-
Florence Baby replied to the topic How to add item to main activity Subnav in the forum How-to & Troubleshooting 11 years ago
You are the man, thanks for your help. changing ID to class solved the problem.
Thumbs Up and thanks for your time.
-
Florence Baby replied to the topic How to add item to main activity Subnav in the forum How-to & Troubleshooting 11 years ago
thanks so much, the link is correct and it a normal page create from wp admin.
and I just want to use the code to just link to that page called invite-friends
so I used the code you help me with to link it
function bp_myadd_tabto_mainactivity() {
[Read more]
echo '<li id="activity-invito"><a href="/invite-friends">Invite your… -
Florence Baby replied to the topic How to add item to main activity Subnav in the forum How-to & Troubleshooting 11 years ago
thanks so muck for your great help, the link now shows on the activity page tab but when click, it just stay the same and not going to the link page.
Any suggestion? so sorry to disturb you just a newbie.
regards
-
Florence Baby replied to the topic How to add item to main activity Subnav in the forum How-to & Troubleshooting 11 years ago
thanks so much for your help, although am new to all this code stuffs but after reading through codex have came up with the below code but it is not working.
Any help will be highly appreciated.
function bp_myadd_tabto_mainactivity() {
global $bp;'<li id="activity-invito"><a href="/invite-friends">Invite your…[Read more]
-
@mercime replied to the topic How do I customize this on Admin bar in the forum Installing BuddyPress 11 years ago
@shanebp thank you for submitting your article! I have updated the link you posted above to the new home under BP Plugin Development 🙂 Surrounded your code with [
php
] [/php
] . Looks nicer, no? 😀@luckskywalker thanks for posting sucess with code. Marking this topic as resolved.
- Load More
@shanebp
Active 10 hours, 28 minutes ago