User logged in and profile
Imran Offline
Member
***
Posts: 204
Joined: Apr 2010
Post: #5
RE: User logged in and profile
You can add the button using PHP template Conditional Plugin.
Like;

PHP Code:
1
2
3
4
5
6
7
8
if ($mybb->user['uid'] == $memprofile['uid'])
{
$button = "<img src=\"images/something.gif\">";
}
else
{
$button = "";
}


[Image: logo.png]

[Image: twitter.png]
11-22-2010 05:40 AM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
User logged in and profile - Skiilz - 11-21-2010, 11:59 PM
RE: User logged in and profile - RateU - 11-22-2010, 04:00 AM
RE: User logged in and profile - Skiilz - 11-22-2010, 05:16 AM
RE: User logged in and profile - 1master1 - 11-22-2010, 04:11 AM
RE: User logged in and profile - Imran - 11-22-2010 05:40 AM
RE: User logged in and profile - Skiilz - 11-22-2010, 06:15 AM
RE: User logged in and profile - Imran - 11-22-2010, 08:32 AM

 Standard Tools
Forum Jump: