-
@modemlooper replied to the forum topic How to add links, what would be correct code? in the group How-To and Troubleshooting 13 years, 2 months ago
You wrap your link to admin with a capability check
if ( current_user_can('edit_post') ) {
Link code here
} -
@modemlooper replied to the forum topic custom post type – activity stream thumbnail in the group How-To and Troubleshooting 13 years, 2 months ago
Cool!
-
@modemlooper replied to the forum topic custom post type – activity stream thumbnail in the group How-To and Troubleshooting 13 years, 2 months ago
I might have some code that might help, I’ll post later. I was messing with BP external blogs plugin to add the group avatar to activity. Haven’t used it in awhile but I remember it overrides an activity avi per type
-
@modemlooper replied to the forum topic Display user's role on the members-loop.php file in the group How-To and Troubleshooting 13 years, 2 months ago
Don’t query table, BP and WP has methods to get the info.
plop this inside the members loop:
`?php
global $members_template;$user_id = $members_template-member-id;
$user = new […] -
@modemlooper replied to the forum topic Profile wireframes – take two in the group BP-Default 13 years, 2 months ago
These are community summited ideas.
-
@modemlooper replied to the forum topic Extended settings in the group Miscellaneous 13 years, 2 months ago
Thanks for the suggestions!
-
@modemlooper replied to the forum topic Profile wireframes – take two in the group BP-Default 13 years, 2 months ago
Yeah, I don’t like righted avi. Plus we really need vertical navigation.
-
@modemlooper replied to the forum topic Upgrading from 1.2.8 to 1.6.1 via 1.5.6? in the group How-To and Troubleshooting 13 years, 2 months ago
De activate all plugins and then delete the 1.2 BuddyPress folder. Then upload 1.5 and activate and go through upgrade process. If you haven’t edited core BP files you should be ok. The plugins may need a one x […]
-
@modemlooper replied to the forum topic buddypress is striping tags in the group How-To and Troubleshooting 13 years, 2 months ago
Are you using a plugin or custom code?
-
@modemlooper replied to the forum topic Adding Dynamic Profile Link to Main Menu Item in the group How-To and Troubleshooting 13 years, 2 months ago
since this is such a requested feature i’ll update the plugin to work with other them locations besides bp-defaults
-
@modemlooper replied to the forum topic BP.org – Us vs Them in the group Requests & Feedback 13 years, 2 months ago
You don’t have to add tutorials to the blog here. Create your own blog. You don’t need permission. Others have created their own sites. Then go to codex tips and tricks and post up your link. Or you can always […]
-
@modemlooper replied to the forum topic Profile wireframes – take two in the group BP-Default 13 years, 2 months ago
Also, really like Paul’s notification idea. Putting the notifications up front helps virility of site usage.
-
@modemlooper replied to the forum topic Profile wireframes – take two in the group BP-Default 13 years, 2 months ago
I can easily create a plugin or doc it for theme developers to add the functionality. I just don’t feel a profile header image should be included. It should be bare bones OOTB
-
@modemlooper replied to the forum topic Profile wireframes – take two in the group BP-Default 13 years, 2 months ago
I like it but Image header IMHO is theme territory.
-
@modemlooper replied to the forum topic Profile wireframes – take two in the group BP-Default 13 years, 2 months ago
Top mock with avatar over a larger picture is too much a Facebook thing. Might raise eyebrows
-
@modemlooper replied to the forum topic BP.org – Us vs Them in the group Requests & Feedback 13 years, 2 months ago
All of which you complain of has a feeling of “somebody should do all these things so I benefit” not “I want to help by doing all these things” and it’s coming off as anger.
I once felt similar as you do […]
-
@modemlooper replied to the forum topic My host keeps shutting down my account in the group How-To and Troubleshooting 13 years, 2 months ago
leave hostgator. worst hosting i ever had.
-
@modemlooper replied to the forum topic BP Stalker – error in the group How-To and Troubleshooting 13 years, 2 months ago
Mighta broke with 1.6 I will check it out.
-
@modemlooper replied to the forum topic Is this possible? YES / NO? in the group How-To and Troubleshooting 13 years, 2 months ago
I did not test this but this is more in the direction you want to go.
`$user = $bp_displayed_user_id ;
$capability = ‘some_s2_level’ ;if ( !bp_is_my_profile() && !is_admin() && !user_can( $user, […]
-
@modemlooper replied to the forum topic @all / Mention everyone at once. in the group Creating & Extending 13 years, 2 months ago
You could create a function that if user is admin a check near update box all users get a notification. Funny you bring this up because I am working on an Extended Notification plugin and this is one of the […]
- Load More
@modemlooper
Active 3 months, 2 weeks ago