kellerbrooke's
Activity Stream →
-
kellerbrooke posted a reply on the forum topic Character Limit in Extended Profile Fields?: 3 months, 1 week ago
Thanks John – can’t wait!
-
kellerbrooke started a new topic SimplePie Source Feed to Echo Extended Profile Field Data? in the forum How-To and Troubleshooting: 3 months, 1 week ago
Does anyone know how I could make the url in the fetch_feed function echo the data a user enters into an extended profile field?
So, instead of:
$rss = fetch_feed(’http://www.domain.com’);
It would be something like:
$rss = fetch_feed(’echo $feed’); -
kellerbrooke started a new topic Character Limit in Extended Profile Fields? in the forum How-To and Troubleshooting: 3 months, 1 week ago
Is there a way I can limit the characters entered for extended profile fields? For example, I have a field where users can write something about themselves. I don’t want them to enter more than 250 characters.
-
kellerbrooke and Walter24 are now friends 3 months, 1 week ago
-
kellerbrooke posted a reply on the forum topic How to Edit User and Options Nav???: 3 months, 1 week ago
I figured it out! Each file has a position id. So, to make the ”Profile” icon show as the first icon in the user nav, open bp-xprofile.php and change the position id to 10. Then reorder other files (bp-activity.php, etc).