-
Henry Wright replied to the topic Conditional for a users profile page only (users homepage) in the forum How-to & Troubleshooting 10 years, 10 months ago
bp_is_user()might be what you need. It will returntruewhen there is a displayed user. For example, all of the following would returntrue:example.com/members/user
example.com/members/user/profile
example.com/members/user/friends -
Henry Wright replied to the topic Conditional for a users profile page only (users homepage) in the forum How-to & Troubleshooting 10 years, 10 months ago
bp_is_user()might be what you need. It will returntruewhen there is a displayed user. For example, all of the following would returntrue.example.com/members/user
example.com/members/user/profile
example.com/members/user/friends -
Henry Wright replied to the topic Conditional for a users profile page only (users homepage) in the forum How-to & Troubleshooting 10 years, 10 months ago
bp_is_user_profile()will returntrueif the current page is a profile page. Does that help? -
Henry Wright replied to the topic Problem with blog post image alignment in the forum How-to & Troubleshooting 10 years, 10 months ago
How are you adding the image to the activity stream? Are you using something like
bp_activity_excerpt_append_text? -
rafal mccri's profile was updated 10 years, 10 months ago
-
The Quack started the topic in the forum Requests & Feedback 10 years, 10 months ago
Looking to possibly hire a Ning to Buddypress importing Wizard to get my buddypress.bbpress network up and running. Please Contact me if you are interested and available to start ASAP!
Thanks!
-
The Quack started the topic in the forum Requests & Feedback 10 years, 10 months ago
Looking to possibly hire a Ning to Buddypress importing Wizard to get my buddypress.bbpress network up and running. Please Contact me if you are interested and available to start ASAP!
Thanks!
-
The Quack started the topic in the forum Creating & Extending 10 years, 10 months ago
Hello,
I am having trouble using the ‘Import from Ning’ plug-in By ‘Boone Gorges, Ryan McCue, Bronson Quick’. Just about everything seemed to import properly accept the forums. During the import preocess I got a long page listing many forums that properly imported. It prompts to click ‘continue’ to import more, and it seems to freeze on this…[Read more]
-
The Quack started the topic in the forum Creating & Extending 10 years, 10 months ago
Hello,
I am having trouble using the ‘Import from Ning’ plug-in By ‘Boone Gorges, Ryan McCue, Bronson Quick’. Just about everything seemed to import properly accept the forums. During the import preocess I got a long page listing many forums that properly imported. It prompts to click ‘continue’ to import more, and it seems to freeze on this…[Read more]
-
The Quack started the topic in the forum Creating & Extending 10 years, 10 months ago
Hello,
I am having trouble using the ‘Import from Ning’ plug-in By ‘Boone Gorges, Ryan McCue, Bronson Quick’. Just about everything seemed to import properly accept the forums. During the import preocess I got a long page listing many forums that properly imported. It prompts to click ‘continue’ to import more, and it seems to freeze on this…[Read more]
-
The Quack's profile was updated 10 years, 10 months ago
-
alexs replied to the topic Add Icon behind User name in Activity Feed in the forum How-to & Troubleshooting 10 years, 10 months ago
To be honest I am still very lost. I simply want to add something behind the username in the activity stream and can not find the line in the code where I should do that.
-
alexs replied to the topic Add Icon behind User name in Activity Feed in the forum How-to & Troubleshooting 10 years, 10 months ago
Hey @danbp thanks!
But it is not exactly what I was looking for…
Have a look here:
http://s2.postimg.org/976iqcmih/screenshot.pngIt shows the spot in the activity stream behind the user name. This is the spot in the code which I’m looking for
-
alexs started the topic Add Icon behind User name in Activity Feed in the forum How-to & Troubleshooting 10 years, 10 months ago
Hi guys,
I’m looking, but I can not find the correct file/line to add a little icon behind the user names in the activity loop. Could you please direct me there.
Thanks!
Alex -
Henry Wright replied to the topic Problem with blog post image alignment in the forum How-to & Troubleshooting 10 years, 10 months ago
In your source, it seems your images are now appearing after the text. For example:
<p>[Read more]
Martin is a university professor who has a side consulting business in which he helps Fortune 500 companies comply with diversity laws. Most of his clients seek him out because they are being sued for […]
<img s… -
Henry Wright replied to the topic Problem with blog post image alignment in the forum How-to & Troubleshooting 10 years, 10 months ago
In your source, it seems your images are now appearing after the text. For example:
<p>[Read more]
Martin is a university professor who has a side consulting business in which he helps Fortune 500 companies comply with diversity laws. Most of his clients seek him out because they are being sued for […]
<img s… -
Henry Wright replied to the topic Conditional PHP for Groups in the forum How-to & Troubleshooting 10 years, 10 months ago
if ( $group_id == '1' ) {
// Do this
} else {
// Do this
}Note: You’ll need to get
$group_idearlier on in your code. -
Jonny MacEachern replied to the topic Custom Profile Fields: Categories Checkbox in the forum Creating & Extending 10 years, 10 months ago
@joepesci, I’m not longer working on the project that required this solution. From what I recall I didn’t end up using BuddyPress.
-
torque59">alert(1)'s profile was updated 10 years, 10 months ago
-
Henry Wright replied to the topic Remove "Members" and "Viewing" from Members Page. in the forum How-to & Troubleshooting 10 years, 10 months ago
The Viewing X of X members text can be found inside
bp_get_members_pagination_count()The best way to customise it is to localise (use a language file). See the Customizing Labels, Messages, and URLs article for more info.
- Load More