MyBB Community Forums

Full Version: Last seen online mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Shemo Wrote:Lex, is it possible to have the last seen online mod show up in the user profile and the postbit?

Added Smile
Howto:
- Redownload the attached file (one of the previous posts)
- Deactivate the plugin
- Upload the new file, overwrite if needed
- Activate
works like a charm.
Lex, check the link:
http://www.absoluteeliteclan.com/forums/...hp?tid=303
After you edited the lsop.php file for the profiles, it made the gender in postbit and last seen online show up on the same line.
In the "GreySmoke" theme that i see as a guest, they are under eachother ... And i didn't change anything to the postbit 'function', just added the one for the memberprofile.
Lex, even at this link....
http://www.absoluteeliteclan.com/forums/...hp?tid=303
For me, it shows the gender and last seen online on the same line...you gotta look at a post where the person has their sex specified.
You can't see the UserIP in postbit since you're not in a specified group. Check the link for an image of the postbit while I'm logged in..
http://i213.photobucket.com/albums/cc289...forlex.jpg
If Last Seen Online & Gender is on the same line, you need to add a <br /> into lsop.php

Find
$lastactive = "{$post['onlinestatus']}<br /><span class=\"smalltext\">Last Seen Online: {$date} - {$time}</span>";

Replace by
$lastactive = "{$post['onlinestatus']}<br /><span class=\"smalltext\">Last Seen Online: {$date} - {$time}</span><br />";
Hmn, still looks the same after replacing with your code.
Gonna register at your site and take a look ?

Edit;

They are on a seperated line when i look to the posts =/

"Last Seen Online"
"xFire"
"Gender"
I already registered you...Lex/test12345

I'll move you to the admin group so you can see the IPs then you'll see what I mean.

Check back in the forums...you're now in the "admin group"
Pages: 1 2 3