-
LPH2005 posted on the forum topic Grab a Codex shovel in the group buddypress.org Ninjas: 14 years, 1 month ago
Hehe .. sure Boone (email in a bit) .. I was laughing at everyone telling me to look in the footer when I knew something else wasn’t set for me ๐
Update: Poorly worded. I was not laughing AT people but at the situation. Insert keyboard in mouth syndrome.
-
LPH2005 posted on the forum topic Grab a Codex shovel in the group buddypress.org Ninjas: 14 years, 1 month ago
@pcwriter not for me. Logged in. Can go to /wp-admin – and only see “your profile” and tools menu that allows enabling gears. Nothing else ๐
-
LPH2005 posted on the forum topic Grab a Codex shovel in the group buddypress.org Ninjas: 14 years, 1 month ago
Excellent news – except I don’t see an edit button – sniff – no ninja skills maybe ๐
-
LPH2005 posted on the forum topic Activity Stream background different for admins and groups in the group Creating & Extending: 14 years, 1 month ago
Thank you. There is so much to learn about css.
-
LPH2005 posted on the forum topic @Mentions, Replies, Retweets in the group BuddyStream: 14 years, 1 month ago
I’d like to group a tweet together so that there is an actual “conversation.” For example, A post is created in the activity stream with twitter checkmarked. Someone on twitter replies with @username, is this brought into the thread as a reply?
-
LPH2005 posted on the forum topic Activity Stream background different for admins and groups in the group Creating & Extending: 14 years, 1 month ago
@hnla – thank you. So, the proper css for the function would be: `ul.activity-list li.highlightpost-mine { background: #ebf7ff url(/images/ctr.png) no-repeat; background-position:100% 99%; padding: 4px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -moz-box-shadow: 2px 2px 2px #ebf7ff; -webkit-box-shadow: 2px 2px 2px #ebf7ff; margin:40px; }…[Read more]
-
LPH2005 posted on the forum topic Activity Stream background different for admins and groups in the group Creating & Extending: 14 years, 1 month ago
Thank you! This is the function added:
function my_activity_css_class( $class ) { global $bp, $activities_template; if ( $activities_template->activity->user_id == 1 ) return trim( $class .' highlightpost-mine' ); return $class; } add_filter( 'bp_get_activity_css_class', 'my_activity_css_class' );
This is the css put with that code and the css…[Read more] -
LPH2005 posted on the forum topic Activity Stream background different for admins and groups in the group Creating & Extending: 14 years, 1 month ago
After some help on other issues, this one is back to the forefront. The suggestion for a div tag seems reasonable, except the particulars are not very clear. This was done in the forums using functions: `function my_forum_is_first_post() { global $topic_template; if ( $topic_template->post->post_position == 1 ) return true; return false; }…[Read more]
-
LPH2005 started the forum topic [Resolved] Clean up Profile in the group Creating & Extending: 14 years, 1 month ago
How can @username and underlining be removed from the profile page? Firebug is of no use to me ๐
-
LPH2005 posted on the forum topic Clean up Profile in the group Creating & Extending: 14 years, 1 month ago
Resolved.
Removed in /child-theme/members/single/member-header.php
<span class="highlight">@ <span>?</span></span>
-
LPH2005 posted on the forum topic Clean up Profile in the group Creating & Extending: 14 years, 1 month ago
OK. Found thread to turn off autolinking in profile and it works great.
function remove_xprofile_links() {
remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 50, 2 );
}
add_action( 'plugins_loaded', 'remove_xprofile_links' );But now I need to get rid of that @ LPH …
-
LPH2005 posted on the forum topic Adding Custom Fields to members-loop.php doesnt work in the group Creating & Extending: 14 years, 1 month ago
Writing from ignorance but should the Field Name start with the capital letter P?
bp_member_profile_data( โfield=Provinceโ )
-
LPH2005 started the forum topic Single SignOn MediaWiki โ User Capitalization in the group How-To and Troubleshooting: 14 years, 1 month ago
@boonebgorges — or anyone with good coding experience – The AuthWP.php ran into a snag today. The admin account in wpuser was changed to match my initials (all in capital letters). When the browser is pointed to the mediawiki install then the user id is changed from all capitals to the first being a capital letter […]
-
LPH2005 posted on the forum topic Activity Stream Design Layout in the group Creating & Extending: 14 years, 1 month ago
Thank you and good to know. CSS is not my “thing” so maybe this could be done in a test installation using Dreamweaver. Since XAMPP is installed on a machine, maybe it’s time to fire it up and tinker with the /activity folder in a child theme. Unless someone else comes along and says “Ooo, […]
-
LPH2005 posted on the forum topic Please help – upgrade to Buddypress 1.2.5.2 is a disaster! in the group How-To and Troubleshooting: 14 years, 1 month ago
Do you have a link?
-
LPH2005 posted on the forum topic Please help – upgrade to Buddypress 1.2.5.2 is a disaster! in the group How-To and Troubleshooting: 14 years, 1 month ago
If you do not want to use FTP then you might try yoursite.com/wp-admin/theme-install.php and search for Facelook.
-
LPH2005 posted on the forum topic Please help – upgrade to Buddypress 1.2.5.2 is a disaster! in the group How-To and Troubleshooting: 14 years, 1 month ago
Are you updating through automatic or FTP? Do you have a caching plugin installed?
If caching plugin installed then disable it then try to update files via FTP.
Alternatively, reinstall your backup.
-
LPH2005 started the forum topic @Mentions, Replies, Retweets in the group BuddyStream: 14 years, 1 month ago
Will these be available?
As an example, something from my person blog is posted in the activity stream with the tweetstream – and if someone replies then the reply is not put into the activity stream. Will BuddyStream would fill that gap?
-
LPH2005 posted on the forum topic WP Menu not displayed in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
@pcwriter – works great with the BP_ROOT_BLOG
Can you also change the wp-admin setting location? Can it be placed in BuddyPress area (/wp-admin/admin.php?page=bp-general-settings) rather than /wp-admin/options-general.php.
This discussion might…[Read more]
-
LPH2005 posted on the forum topic Best Plugin for a points system in the group How-To and Troubleshooting: 14 years, 1 month ago
CubePoints CubePoints is a point management system designed for WordPress blogs. Users can earn points by posting comments on your site. To display user’s points, just put
in your template or activate the sidebar widget. CubePoints Buddypress Integration Adds CubePoints support to Buddypress. Reward members using your BuddyPress portion of your…[Read more]
- Load More
@lph2005
Not recently active