Latest News: Latest Mods: Latest Tutorials:


 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[RELEASE] MyStatus v1
Author Message
celestine
Junior Member


Posts: 5
Joined: Jan 2011
Reputation: 0
Post: #41
RE: [RELEASE] MyStatus v1
Thanks euantor! I noticed that on http://www.360elites.net/forums/, there is the real nifty latest status update menu on the side. How do I access that menu? I tried using the tag {$lateststatuses} on members_profile template but nothing loads up. {$mystatus} works fine, {$mystatusedit} works too, but not {$lateststatuses}. Any pointers will be appreciated.
01-06-2011, 02:21 AM
euantor
Designer/Themer

Support

Posts: 636
Joined: Jun 2009
Reputation: 4
Post: #42
RE: [RELEASE] MyStatus v1
{$lateststatuses} only works within the index template Try adding it in there and it should work.
01-06-2011, 05:59 AM
celestine
Junior Member


Posts: 5
Joined: Jan 2011
Reputation: 0
Post: #43
RE: [RELEASE] MyStatus v1
Thanks that works! I noticed in the 360 elites forum, each status has a linkback to the member's profile. What is the short code I should add in the mystatus.php to generate a member's profile link? This is how my code currently looks like:

$lateststatusupdates = $lateststatusupdates.'<tr><td class="trow1" width="32"><img src="'.$row['avatar'].'" alt="" width="32" height="32" /></td><td class="trow2"><b>'.$row['username'].'</b> - '.$row['mystatus'].'</td></tr>';
}

I want to add the link around $row['username']. Thanks so much for your help!
01-06-2011, 10:22 AM
Gbbnetwork
Junior Member


Posts: 6
Joined: Jan 2011
Reputation: 0
Post: #44
RE: [RELEASE] MyStatus v1
OMG, I have been looking for something like this for so long!

Thank you so much, this is a great plugin as it's very sociable, lets users know what's going on etc!
01-09-2011, 04:51 AM
euantor
Designer/Themer

Support

Posts: 636
Joined: Jun 2009
Reputation: 4
Post: #45
RE: [RELEASE] MyStatus v1
@ celestine:

PHP Code:
$lateststatusupdates $lateststatusupdates.'<tr><td class="trow1" width="32"><img src="'.$row['avatar'].'" alt="" width="32" height="32" /></td><td class="trow2"><b><a href="member.php?action=profile&uid='.$row['uid'].'">'.$row['username'].'</a></b> - '.$row['mystatus'].'</td></tr>'

Should work

@Gbbnetwork: Thanks a lot
01-09-2011, 09:32 PM
 




User(s) browsing this thread: 2 Guest(s)