Adding Link to a user's profile through bbcode

Started by Sudhakar, Sep 11, 2008, 06:06 PM

Previous topic - Next topic

Sudhakar

Hi Acumens,

Now you can use various methods to call the Users inside a post.


Method 1 :

Use "You" key. You means , the person who see's the post currently is called You. Shows Guest if Guest see the post.

For Ex : [you]

Output will be : [you]

Method 2 :

Use "User" key.

For Ex : [user=admin]Go to Admin's profile![/user] , replacing 'admin' with the required username

Output will be : [user=admin]Go to Admin's profile![/user]

Method 3 :

Use "User" key.

For Ex : [user]Admin[/user] , replacing 'Admin' with the required username

Output will be : [user]Admin[/user]

Method 4 :

Use "User" key.

For Ex : [id=1]The First User[/id] or [id]1[/id], replacing '1' with the user ID

Output will be : [id=1]The First User[/id] or [id]1[/id]


manojprabhakar

Quote from: The_Big_S on Sep 11, 2008, 06:06 PM
Hi Acumens,

Now you can use various methods to call the Users inside a post.


Method 1 :

Use "You" key. You means , the person who see's the post currently is called You. Shows Guest if Guest see the post.

For Ex : [you]

Output will be : [you]

Method 2 :

Use "User" key.

For Ex : [user=admin]Go to Admin's profile![/user] , replacing 'admin' with the required username

Output will be : [user=admin]Go to Admin's profile![/user]

Method 3 :

Use "User" key.

For Ex : [user]Admin[/user] , replacing 'Admin' with the required username

Output will be : [user]Admin[/user]

Method 4 :

8)http://[url=http://[glow=red,2,300][tt][color=#0093ff][/color][/tt][/glow]][glow=red,2,300][tt][color=#0093ff][/color][/tt][/glow][/url]For Ex : [id=1]The First User[/id] or [id]1[/id], replacing '1' with the user ID

Output will be : [id=1]The First User[/id] or [id]1[/id]

VelMurugan

Hi The_Big_S,

QuoteCode :

[You]

Not Showing The User Name, Its Show What We Type