![]() |
str_replace member field
I've had all sorts of problems trying to convert a members profile field to URL.
My example is a MySpace field which allows a member to enter their account ID. What I am trying to turn the field entry into a hyperlink shown in the users profile page. Example: User enters MySpace ID of 123456 I want to create a plugin to replace the field so when viewing their profile, it shows as: http://www.myspace.com/123456 Below is what I have been trying but I am definitely going wrong somewhere. Template: profile_myspace MySpace Field: 5 Hook: member_customfields Code:
global $vbulletin; Thanks |
Untested plugin for member_customfields hook:
Code:
if ($profilefield['profilefieldid'] == 5) |
Thanks. The above code didnt return the url correctly but it set me straight.
In your example, the url is returned with http://www.myspace.com/0 Which made me realize the value was being overwritten with the plugin. Adding a new value solved the problem and works. Code:
if ($profilefield['profilefieldid'] == 5) Thanks Calorie I'm just wondering now if I can do this twice for 2 different profile fields within the same plugin. I'm guessing that functions will need written as not to confuse $profilefield[value'] |
All times are GMT. The time now is 02:52 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|