General Forum Updates - Page 9 of 40

After only 11 days we have added 100 members - Page 9 - Community News, FAQ, Feedback - Posted: 23rd Jan, 2003 - 1:26am

Text RPG Play Text RPG ?
 

+  « First of 40 pgs.  5 6 7 8 9 10 11 12 13  ...Latest (40) »
Posts: 313 - Views: 22661
Closed
Find out the latest general improvements to this forum.
13th Jan, 2003 - 3:38am / Post ID: #

General Forum Updates - Page 9

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



Sponsored Links:
16th Jan, 2003 - 12:28am / Post ID: #

Updates Forum General

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'};



17th Jan, 2003 - 5:22pm / Post ID: #

General Forum Updates Feedback & FAQ News Community

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? [ ]'



18th Jan, 2003 - 3:57pm / Post ID: #

Page 9 Updates Forum General

Hey JB it seems like that guy Auroris is all 'brains' ! huh? smile.gif Thanks Auroris!!! wink.gif



19th Jan, 2003 - 12:09am / Post ID: #

Updates Forum General

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!!!  

Yes, he is quite helpful and a good guy.



21st Jan, 2003 - 10:58pm / Post ID: #

General Forum Updates

New Quiz!

Well we decided to kick off the quizzes again with our latest:

Religion: New Testament

Human Nature: Comprehension



Make sure to SUBSCRIBE for FREE to JB's Youtube Channel!
22nd Jan, 2003 - 2:35am / Post ID: #

General Forum Updates - Page 9

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 smile.gif

So in other words... be sure of what you want to post. You will have a limited space and time to correct it.



23rd Jan, 2003 - 1:26am / Post ID: #

General Forum Updates Community News FAQ & Feedback - Page 9

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.




 
> TOPIC: General Forum Updates
 

▲ TOP


International Discussions Coded by: BGID®
ALL RIGHTS RESERVED Copyright © 1999-2024
Disclaimer Privacy Report Errors Credits
This site uses Cookies to dispense or record information with regards to your visit. By continuing to use this site you agree to the terms outlined in our Cookies used here: Privacy / Disclaimer,