Tetra-WebBBS Support Forum

Re: Several Problems
In Response To: Several Problems ()

Hi Kent.

: 1) It is not storing my user name but is storing the password.
: However, the yes store password is not checked.

The forum doesn't "store" your credential.
It sends a cookie to your browser. From that point all is up to your browser. It's the browser storing the cookie and it's the browser deciding to send it back to the server.

Submit a trouble ticket to yourself and you'll see what the browser actually sends.
Ensure your browser accepts cookies from your site.
Ensure you don't have dual cookie conflicts by accessing the forum via different URLs (with or without the "www" prefix for example).

: I have set the following variable:
: # Cookies
: $UseCookies = 1;

: 2) The number of views of messages is not displaying on the main
: board but display when you look at a thread. Version 5.3
: displayed them on both places.

: $DisplayViews = 1;

It should display just like the other version and it does on other sites.
I'm not aware of any malfunction.

: 4) My board does not show the icons above the posting area like the
: icons above. H1, H2, H3,...

Have you defined %FormatCode??
The settings file visible via debug mode doesn't hold any definition for FormatCode.

Furthermore the icon for H1 isn't in place:
http://www.thewaterskiforum.com/webbbs/icons/plugins/text_heading_1.png
So you likely didn't upload in the correct place.

You DID install the new plugins and did NOT use the old ones? right?

Hope this helps.

Cheers
Rainer