-
gregfielding started the forum topic Getting Icons to Work for Social XProfile Field Links in the group How-To and Troubleshooting 13 years, 3 months ago
I’ve got links to other social sites as profile fields… Twitter, Facebook, etc. But instead of just showing the link, I’m trying to show icons. What I’m using is:
`<!–?php if ( $data = bp_get_profile_field_data( 'field=Tumblr' […]
-
gregfielding replied to the forum topic Create a Title Field for Buddypress Updates in the group How-To and Troubleshooting 13 years, 3 months ago
Nope. I’d love to add both a title and tags…
Any ideas?
-
gregfielding replied to the forum topic SeoPress Beta2 is out now! in the group SeoPress 13 years, 3 months ago
great progress so far @mahype!
-
gregfielding started the forum topic Is there a way to make all Groups Private in the group How-To and Troubleshooting 13 years, 4 months ago
Having the Public, Private, and Hidden options are great, but for my needs all groups would be “private” so I need to both make that the default and then remove these settings.
Looking through all of the buddypress privacy […]
-
gregfielding joined the group BP Profile Search 13 years, 4 months ago
-
gregfielding posted on the forum topic How can I add a rel="me" attribute to an xprofile field? in the group How-To and Troubleshooting 13 years, 4 months ago
@djpaul
Any ideas how to att rel=”author” to the userlink? I added it to the avatar in entry.php, which was easy, but the userlink is more complex. -
gregfielding posted on the forum topic Urgent: Usernames with dashes not working properly in the group How-To and Troubleshooting 13 years, 4 months ago
deleted.
I’m signing them up again…
You think fixed in 1.2.9?
-
gregfielding posted on the forum topic Urgent: Usernames with dashes not working properly in the group How-To and Troubleshooting 13 years, 4 months ago
wp 3.1.4 and bp 1.2.8, yes, ms.
No, nothing to enable spaces. That’s the weird part. we’ve never had a space/dash signup before.
-
gregfielding posted on the forum topic Urgent: Usernames with dashes not working properly in the group How-To and Troubleshooting 13 years, 4 months ago
Thanks Brajesh. Added the line, no luck.
-
gregfielding started the forum topic Urgent: Usernames with dashes not working properly in the group How-To and Troubleshooting 13 years, 4 months ago
So this user just signed up – they are online and posting updates – but I can’t view them…
-
gregfielding posted on the forum topic How can I add a rel="me" attribute to an xprofile field? in the group How-To and Troubleshooting 13 years, 4 months ago
@djpaul
Those should be rel=”author” because they link to the “author” (profile) page. Then, from the profile page, there should be a rel=me link to google.Here’s the article that explains the relationship: http://www.google.com/support/webmasters/bin/answer.py?answer=1229920&hl=en
-
gregfielding posted on the forum topic How can I add a rel="me" attribute to an xprofile field? in the group How-To and Troubleshooting 13 years, 4 months ago
Thanks Paul – that works great.
You mean on all fields? I don’t think it would hurt anything…
-
gregfielding posted on the forum topic How can I add a rel="me" attribute to an xprofile field? in the group How-To and Troubleshooting 13 years, 4 months ago
@djpaul
That did the trick of adding rel=”me” – but now none of the other profile fields show. -
gregfielding posted on the forum topic How can I add a rel="me" attribute to an xprofile field? in the group How-To and Troubleshooting 13 years, 4 months ago
//relme
[…]
function relme ($output) {
global $bp;
if ( bp_field_has_data( '782' ) ) {
return str_replace('<a ','<a rel="me" ',$output);
}
}
add_filter('xprofile_screen_display_profile', 'relme'); -
gregfielding posted on the forum topic How can I add a rel="me" attribute to an xprofile field? in the group How-To and Troubleshooting 13 years, 4 months ago
@djpaul
For now, I’m not worried about the user interface. Hardcoding it in somewhere would be ample.This will be big for SEO.
-
gregfielding posted on the forum topic Would love to see someone take over the BuddyPress Badge Plugin and update it. in the group Third Party Components & Plugins 13 years, 4 months ago
Is anyone out there working on this anymore?
-
gregfielding posted on the forum topic How can I add a rel="me" attribute to an xprofile field? in the group How-To and Troubleshooting 13 years, 4 months ago
@boonebgorges
Any chance this could be added to Custom Profile Filters? -
gregfielding posted on the forum topic Is there a way to show different content depending on profile fields? in the group Creating & Extending 13 years, 4 months ago
As a work-around, I wonder if I could use this plugin https://wordpress.org/extend/plugins/buddypress-xprofiles-acl/ to assign roles based on the profile field answer.
Then I could more easily show different sidebars depending […]
-
gregfielding posted on the forum topic Is there a way to show different content depending on profile fields? in the group Creating & Extending 13 years, 4 months ago
@pcwriter @johnjamesjacoby
Yup. Bug is definitely still there. Nice find! -
gregfielding posted on the forum topic How can I add a rel="me" attribute to an xprofile field? in the group How-To and Troubleshooting 13 years, 4 months ago
The politest of bumps…
- Load More
@gregfielding
Active 10 years ago