Forums
First  << 1 >>  Last
Forum Main>>Suggestions>> User profile tags
Iboz
ID: 955845
Level: 44
Posts: 130
Score: -24
Iboz [955845]Reply | Quote | Report

Thread created on Fri Feb 15, 2013 22:01:56
Last replied to on Sat Feb 16, 2013 04:03:02
Thought I would throw this one out there. Not sure if it has been suggested before.

What do you think about users being able to add their information values to their profile e.g.
"I am a /%title/ living in a /%property/" = "I am a healer living in a ranch..." (poor but you get the idea)

Something like...

function find_replace($text){
$search = array('/%title/','/%property/'');
$replace = array($user->getTitle(), $user->getProperty());
return preg_replace($search,$replace,$text);
}

Thoughts?

Last Edited: Fri Feb 15, 2013 22:02:58
Super secret reinforced spam barrier 2.0
enjoi

ID: 819864
Level: 48
Posts: 282
Score: 202
GB™enjoi [819864]Reply | Quote | Report

Posted on Fri Feb 15, 2013 22:24:55
While on profile page, we already see these informations

Super secret reinforced spam barrier 2.0
Spurtung

ID: 96875
Level: 80
Posts: 5602
Score: 3941
PT™Spurtung [96875]Reply | Quote | Report

Posted on Sat Feb 16, 2013 04:03:02
By Iboz [955845]
Thought I would throw this one out there. Not sure if it has been suggested before.

What do you think about users being able to add their information values to their profile e.g.
"I am a /%title/ living in a /%property/" = "I am a healer living in a ranch..." (poor but you get the idea)

Something like...

function find_replace($text){
$search = array('/%title/','/%property/'');
$replace = array($user-getTitle(), $user-getProperty());
return preg_replace($search,$replace,$text);
}

Thoughts?


either all that or leave it as it is, where we get exactly the same info, except for the faggoty part.

Forum Main>>Suggestions>> User profile tags
First  << 1 >>  Last