Plugin: Custom Profile Filters for BuddyPress
-
Vernon Fowler joined the group Custom Profile Filters for BuddyPress
-
steveryan joined the group Custom Profile Filters for BuddyPress
-
munman replied to the forum topic "Problem Updating Information" Dialogue on Custom Profile Fields in the group Custom Profile Filters for BuddyPress
Yes, I am experiencing this also. Even with BuddyPress 1.5…
-
mrjarbenne started the forum topic "Problem Updating Information" Dialogue on Custom Profile Fields in the group Custom Profile Filters for BuddyPress
When I click on Save Profile, a red bar appears at the top with the dialogue: “There was a problem updating some of your profile information, please try again.” Even though this occurs, and the profile page is […]
-
chandrakant.bhosale joined the group Custom Profile Filters for BuddyPress
-
Zigzag McQuack joined the group Custom Profile Filters for BuddyPress
-
Miko joined the group Custom Profile Filters for BuddyPress
-
eliasbr posted on the forum topic Refined tag stripping function in the group Custom Profile Filters for BuddyPress:
OK, it’s impossible to have any backslashes in this forum.
-
eliasbr posted on the forum topic Refined tag stripping function in the group Custom Profile Filters for BuddyPress:
This is just a test:
One backslash:
Two backslashes: \
Three backslashes: \
Same inside of backticks:One backslash: Two backslashes: \ Three backslashes: \ -
eliasbr posted on the forum topic Refined tag stripping function in the group Custom Profile Filters for BuddyPress:
The code was altered when I inserted it here. Some backslashes are missing. Anyhow, since I wrote that, I’ve improved the code because it didn’t handle links in the middle of texts: ` function strip_search_links($str) { // Remove outmost link. $pattern=’^ (.+)$’; $pattern=prepare_pattern($pattern); $str=preg_replace($pattern, ‘${2}’, $str); //…[Read more]
-
king76 joined the group Custom Profile Filters for BuddyPress
-
king76 posted on the forum topic Refined tag stripping function in the group Custom Profile Filters for BuddyPress:
Good but, this is my errors :
Warning: preg_replace() : Unknown modifier '/' in /***/wp-content/plugins/custom-profile-filters-for-buddypress/custom-profile-filters-for-buddypress-bp-functions.php on line 50 -
eliasbr started the forum topic Refined tag stripping function in the group Custom Profile Filters for BuddyPress:
Since I wanted to allow my users to write links and other tags in their profile fields, I exchanged the strip_tags function calls with calls to this function: ` function strip_search_links($str) { $pattern=’ (.+?)‘; $pattern = addslashes($pattern); $pattern = str_replace(‘/’, ‘/’, $pattern); $pattern = str_replace(‘?s’, ‘?s’, $pattern);…[Read more]
-
eliasbr joined the group Custom Profile Filters for BuddyPress
-
limitsunx joined the group Custom Profile Filters for BuddyPress
-
AJ Martin joined the group Custom Profile Filters for BuddyPress
-
AJ Martin reviewed the plugin Custom Profile Filters for BuddyPress:
Does what is says. I hacked it a bit to handle img links as I wanted to allow members to show several thumbnail photos in their extended profile. (photography based site) . My php skills are not the greatest so I copied the existing function and edited it to force a img width for each thumbnail.
thanks for sharing this.
-
Roger Coathup posted on the forum topic Where is the 'field id' so I can deactivate it? in the group Custom Profile Filters for BuddyPress:
@oneearth – you asked if there was anyway to turn them all off: “Also – is there some way to simply turn off the auto linking within the extended profile fields? “
-
hnla posted on the forum topic Where is the 'field id' so I can deactivate it? in the group Custom Profile Filters for BuddyPress:
Try the backend profile edit screen if you hover fields it will show you the ids in the links.
Documentation is always nice but we can’t demand it as it were we’re all newbs to one extent or another and there are times when we just have to struggle and work things out.
-
hnla joined the group Custom Profile Filters for BuddyPress
- Load More

