Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MyStatus [v3 - current, stable]
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
Posting Freak



Posts: 870
Joined: Jun 2009
Reputation: 7
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
Posting Freak



Posts: 870
Joined: Jun 2009
Reputation: 7
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
euantor
Posting Freak



Posts: 870
Joined: Jun 2009
Reputation: 7
Post: #46
v3 of MyStatus Released!
Ok, v3 is now validated and ready. This version adds support for a status history type feature similar to Twitter (very similar in fact haha). You can also now set your status from the sidebar displaying recent statuses. I've also changed the javascript around a little to change how new statuses are managed when you set them via your profile or user cp. Brand new to v3 is a status deletion feature necessary due to the fact users can add multiple statuses and you can't directly edit one as it stands.

If you experience a bug with v3 in that statuses seem to be being posted multiple times, it's because you have the javascript file included more than once. Edit the headerinclude template and make sure mystatus.js is only mentioned once.

Grab v3 from here: http://mods.mybb.com/view/mystatus
02-08-2011, 06:04 AM
Im Jake
Junior Member


Posts: 9
Joined: Feb 2011
Reputation: 0
Post: #47
RE: MyStatus [v3 - current, stable]
thanks for the plugin
02-11-2011, 01:18 PM
envira
Member


Posts: 74
Joined: Nov 2010
Reputation: 3
Post: #48
RE: MyStatus [v3 - current, stable]
can i make it as a side box in portal page? in proportal?
if so please help me.....in a tut!
02-14-2011, 06:14 AM
euantor
Posting Freak



Posts: 870
Joined: Jun 2009
Reputation: 7
Post: #49
RE: MyStatus [v3 - current, stable]
Not sure - try opening the plugin file and change the index_start hook to global_start. Then, the usual code should work (I've never used ProPortal though).
02-14-2011, 08:33 AM
zgoolek
Junior Member


Posts: 47
Joined: Dec 2009
Reputation: 0
Post: #50
RE: MyStatus [v3 - current, stable]
thanks for the plugin eunator
03-27-2011, 08:09 PM
 




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