Back to the
main site

 
 FAQFAQ    SearchSearch  RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Having trouble registering?
Especially Yahoo Users --> Read this...

New --> Click to View All Messages within 24 hours
The sole intent of this board is to provide an option to communicate quickly and effectively with the racing community as well as any person with interest. Any post considered to be mean-spirited in nature will be deleted. Questions and comments are welcome and should be forwarded to info@spartanspeedway.com.

Automatic logins

 
Post new topic   Reply to topic     Forum Index -> Message Board Topics
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Wed Aug 23, 2006 9:21 am    Post subject: Automatic logins Reply with quote

It had been brought to my attention a few weeks ago that the function that allows automatic logins on this message board wasn't working. I never noticed this because I never use that function myself. I believe I have finally found the problem.

When you log in, you'll notice a checkbox that says "Log me in automatically each visit". This is the part that wasn't working. There was a missing field in the message board's database that kept this from working. I added the field and tested it to make sure it would automatically log me in after closing out my web browser and starting up a new session. It now works like it should.

If anyone continues to have a problem with this, just let me know.

-Maurice
Back to top
Jim B



Joined: 27 Jul 2006
Posts: 120
Location: Mason

PostPosted: Thu Aug 24, 2006 5:36 pm    Post subject: Reply with quote

Working ok for me now Maurice.
_________________
Jim Barker - Timing, Scoring & Other Stuff Wink
Back to top
View user's profile Send private message
bone



Joined: 16 Aug 2006
Posts: 37

PostPosted: Thu Sep 21, 2006 6:32 am    Post subject: Reply with quote

i think it was working, but now i have to log in each time and only about half the time it shows me the posts since my last visit
Back to top
View user's profile Send private message
Anonymous
Guest





PostPosted: Thu Sep 21, 2006 7:52 am    Post subject: Reply with quote

Hi bone,

I did some more digging through the configuration, database settings, and the software for the message board and am not finding any other reason for this.

Double check and make sure it's not a problem with "cookie" settings in your browser. A month or so ago, I made a setting change on this end that affects the browser cookies.

Try logging out. Then either clear all cookies or at least the ones for spartanspeedway.com. You can find a place in your browser menu for doing this. Then log back in and be sure to check the box on the login page that lets you automatically log in each time.

See if that fixes the problem.

It's also possible that the setting for the max time allowed for inactivity here is affecting it. I'll have to take a look through the code to see if that is interferring somehow. I'll increase that setting to see if it helps.

-Maurice
Back to top
Big Ed



Joined: 31 Jul 2006
Posts: 199

PostPosted: Thu Sep 21, 2006 10:04 am    Post subject: Reply with quote

I have the same problem as Bone does. It never has the orange color next to "new" post. I have to look at the date to see if there has been any new post in that area or not. Ain't no big deal, I can figure it out, but the feature showing an orange colored orb next to all new posted topics, makes it much easier.

Big E
Back to top
View user's profile Send private message
lansingsportsrage.com



Joined: 26 Jul 2006
Posts: 1085

PostPosted: Thu Sep 21, 2006 12:16 pm    Post subject: Reply with quote

I found that it doesn't remember my log-in, but if I click "create a new post" then it does.
Back to top
View user's profile Send private message Visit poster's website
Mopar93



Joined: 26 Jul 2006
Posts: 924
Location: Charlotte, Michigan

PostPosted: Thu Sep 21, 2006 2:48 pm    Post subject: Reply with quote

The easiest way to read any posts that you haven't seen since you logged on last is to use the feature near the upper right of the main index page. Click on the little menu box that says "View all posts since". Then select how far back you want to view. You'll be presented with a complete list of all the messages since that time.

You can leave this list running in one window and use the right mouse button to click on a topic from the list, then select in the menu that opens with your right mouse button, "Open in a new window". When you're done reading that message, close out the window and your previous window with the message list will reappear.

-Maurice
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Jim B



Joined: 27 Jul 2006
Posts: 120
Location: Mason

PostPosted: Thu Sep 21, 2006 7:04 pm    Post subject: Reply with quote

Maurice,

I deleted all cookies related to spartan and springport after logging out...then I logged back in with the log me in automaticlly box checked.

Then I checked my cookies again and the spartan cookie expires as soon as it is set. This forum is the only phpbb forum that I have this problem with....all others remember me months later.

The worst part is..... You have to log in twice usually before it says you are logged in.....of course if you log in again it thinks you were already logged in and has mark unread messages as read.

I can read new messages using your solution but I like to enter, look for anything highlighted as new, read it and go onto my next stop. Ahhhh...the hussle and bussel of everyday life.
_________________
Jim Barker - Timing, Scoring & Other Stuff Wink
Back to top
View user's profile Send private message
Anonymous
Guest





PostPosted: Thu Sep 21, 2006 7:32 pm    Post subject: Reply with quote

Apparently I haven't gotten to the source of this problem...

...but I'll keep digging. Meanwhile... try to work around it. Embarassed

-Maurice
Back to top
Big Ed



Joined: 31 Jul 2006
Posts: 199

PostPosted: Fri Sep 22, 2006 8:41 am    Post subject: Reply with quote

You did it Maurice, it now works, for me anyways.

Thank you Sir, your a really good administrator!!

Big Ed
Back to top
View user's profile Send private message
Anonymous
Guest





PostPosted: Sat Oct 14, 2006 2:06 pm    Post subject: Reply with quote

Today, I did some updating to the message board software which is supposed to correct a few issues such as:
  • Automatic logins
  • Quoting messages with HTML turned on
  • HTML is now turned on with a limited set of tags permitted
  • Help keep spammers out

As you can see above, lists can be created in messages now, and just below this, the "hr" tag can be used to draw a horizontal rule for separating portions of the message.


You can create tables in your messages
With HTML functionality turned on, this means that for anyone who is familiar with HTML coding, they can do some stuff in their messages that is normally not possible.
Notice how I've made two columns with a border here with some simple HTML code.

...and also a double width column.

Here's the HTML tags that are currently supported by the message board:

b, i, u
font, code, pre, blockquote
ul, li, ol, lh, dl, dt, dd
table, tr, td, th, caption
a, img
hr
h1, h2, h3
center
br, p



The "center" tag will center your text.



The "blockquote" tag will indent both sides of the text as I have done below.
You actually have to be a little creative if you include HTML code in your messages. Use the "Preview" button until you get it right. Your messages are actually a combination of normal text and HTML. For instance, if you hit the RETURN key to start a new line, this is the same as using a "br" tag. Although the "br" and "p" tags are not really necessary due to this, they are included in case you should be copying some code and forget to remove these tags.

I'll wait for feedback from users who have had trouble with automatic logins to learn if that feature is now working as it should.


p.s. This message is actually a little messy looking, but it illustrates what can be done if you wish to do it.

-Maurice
Back to top
lansingsportsrage.com



Joined: 26 Jul 2006
Posts: 1085

PostPosted: Fri Oct 27, 2006 1:29 pm    Post subject: Reply with quote

maurice... i'm still having to log in every time I visit.. sometimes having to log in repeatedly during a visit.
Back to top
View user's profile Send private message Visit poster's website
Anonymous
Guest





PostPosted: Fri Oct 27, 2006 3:00 pm    Post subject: Reply with quote

Patrick,

Not sure what browser or operating system you use, but look through your browser's menus and find where you can delete the cookies for spartanspeedway.com and springportmotorspeedway.com.

Most likely your browser is fumbling with some old settings. Try that and see if it helps.

-Maurice
Back to top
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Message Board Topics All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group