![>](style_images/Executiv-909/nav_m.gif)
Check what everyone is doing
Sometimes you may see in the info center a certain number of users are online, but have you ever wondered what they are doing? Now you can! You can click in this section the part that says;
» There currently is (1) user on the board. «
where '1' is representative of the number of users on the board at the you visit and you will get a full display of the user name and what they are doing.
Cool huh? ;D
Second to last Poster
MANY THANKS TO AURORIS FOR CREATING THIS SCRIPT ADDON FOR US!
You will notice two names in the board index for last poster. The first one is the last poster and the second one with the '-->' next to it is the second to last poster. You are free to download this script. The code is below:
(Copy and save as: last_poster_enhancement.mod)
CODE |
forum.bordeglobal.com/foruminv/index.php?showforum=98 Last Poster Enhancement 1.0 On active forums where admin or the moderator are super active it looks as if they are the only ones posting or replying to messages because they reply so fast. This shows the last two posters. Message from bordeglobal: First poster appears in the usual manner 'Last post by...' and second poster appears under with an arrow '-->' Clean install on heavily mod board. This was created by auroris for us. Thought we would share it with you people. http://forum.bordeglobal.com/foruminv/index.php?showforum=98 Sources/Subs.pl sub BoardCountSet { my ( $curboard, $threadcount, $messagecount, $lastposttime, $lastposter ) = @_; fopen(FILEBOARDSET, "+>$boardsdir/$curboard.ttl"); print FILEBOARDSET qq~$threadcount|$messagecount|$lastposttime|$lastposter~; fclose(FILEBOARDSET); } sub BoardCountSet { my ( $curboard, $threadcount, $messagecount, $lastposttime, $lastposter, $secondlastposter ) = @_; fopen(FILEBOARDSET, "+>$boardsdir/$curboard.ttl"); print FILEBOARDSET qq~$threadcount|$messagecount|$lastposttime|$lastposter|$secondlastposter~; fclose(FILEBOARDSET); } Sources/Post.pl &BoardCountSet( $currentboard, $threadcount, $messagecount, $date, $myname ); &BoardCountSet( $currentboard, $threadcount, $messagecount, $date, $myname, $lastposter ); Sources/BoardIndex.pl ( $threadcount, $messagecount, $lastposttime, $lastposter ) = &BoardCountGet($curboard); $lastposttime{$curboard} = $lastposttime eq 'N/A' || ! $lastposttime ? $txt{'470'} : &timeformat($lastposttime); $lastpostrealtime{$curboard} = $lastposttime eq 'N/A' || ! $lastposttime ? '' : $lastposttime; if( $lastposter =~ m~AGuest-(.*)~ ) { $lastposter = $1; $lastposterguest{$curboard} = 1; } $lastposter{$curboard} = $lastposter eq 'N/A' || ! $lastposter ? $txt{'470'} : $lastposter; ( $threadcount, $messagecount, $lastposttime, $lastposter, $secondlastposter ) = &BoardCountGet($curboard); $lastposttime{$curboard} = $lastposttime eq 'N/A' || ! $lastposttime ? $txt{'470'} : &timeformat($lastposttime); $lastpostrealtime{$curboard} = $lastposttime eq 'N/A' || ! $lastposttime ? '' : $lastposttime; if( $lastposter =~ m~AGuest-(.*)~ ) { $lastposter = $1; $lastposterguest{$curboard} = 1; } $lastposter{$curboard} = $lastposter eq 'N/A' || ! $lastposter ? $txt{'470'} : $lastposter; if( $secondlastposter =~ m~AGuest-(.*)~ ) { $secondlastposter = $1; $secondlastposterguest{$curboard} = 1; } $secondlastposter{$curboard} = $secondlastposter eq 'N/A' || ! $secondlastposter ? $txt{'470'} : $secondlastposter; $lastposter = $lastposter{$curboard}; unless( $lastposterguest{$curboard} || $lastposter{$curboard} eq $txt{'470'} ) { $lastposterid = $lastposter; &LoadUser($lastposterid); if($userprofile{$lastposter}->[1]) { $lastposter = qq~$userprofile{$lastposter}->[1]~; } } $lastposter ||= $txt{'470'}; $lastposttime ||= $txt{'470'}; $secondlastposter = $secondlastposter{$curboard}; unless( $secondlastposterguest{$curboard} || $secondlastposter{$curboard} eq $txt{'470'} ) { $secondlastposterid = $secondlastposter; &LoadUser($secondlastposterid); if($userprofile{$secondlastposter}->[1]) { $lastposter .= qq~ -->$userprofile{$secondlastposter}->[1]~; } } $secondlastposter ||= $txt{'470'}; $secondlastposttime ||= $txt{'470'}; |
Be Invisible!
Based on a request from Roj we decided to make it possible for users to choose to be invisible so that they are not seen through the 'Who's Online' page and thus no one can tell what they are doing (except for Admin of course).
To enable simply go to your profile, click 'modify' and tick the box that says, 'Be Invisible? [ ]'
New Banning System
We just installed a new banning system that can ban you by name, IP, email, and from IM. Please make sure to follow the rules and do not impose on any other users.
The unique point about this ban is it can be from 1 day to forever. You will always be informed of the reason for your ban.
@LDS Forever:
QUOTE |
Hey JB it seems like that guy Auroris is all 'brains' ! huh? Thanks Auroris!!! |
Thanks to ironwing for our latest script update.
Limit to modification
Now there is a limit to the time you have to edit or modify your post. Here is what this new script does...
1. If you post a message then it will give 3 minutes to correct any mistakes you made before it applies the usual 'edited by...', if you pass the 3 minutes then it will show the user that edited the message and date and time.
Why this? Well why should you have a last edit stamp on your message if all you wanted to do was correct a simple mistake.
2. You have 24 hours in which to edit a post, after the 24 hours you ill no longer be able to edit.
Why this? Users would come back and change the messages they posted, thus making the thread out of sink or not understandable. Example...
User A posts a topic about apples and then other people come and post messages concerning apples. After several days the thread gets quite large and then suddenly User A comes and change their first thread to 'pineapples' now it seems like the rest of users are crazy for going off on apples
So in other words... be sure of what you want to post. You will have a limited space and time to correct it.
After only 11 days we have added 100 members for a total of 600 members!
Our plan to have an RPG board is going to be underway soon. What is RPG? Its like reading a novel except you deide the outcome based on your decisions and the decisions of others.