Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 How to change the "mode" automatically
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ahugedeal
Starting Member

20 Posts

Posted - 12 April 2001 :  22:51:36  Show Profile  Visit ahugedeal's Homepage
Is there any way to change the default "mode" on posting a message to "prompt" as a default?

Thanks


http://www.ahugedeal.com

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 13 April 2001 :  18:54:54  Show Profile
Do a search for "Mode:" in your post.asp file. you will see something like this:
<font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>Mode:</b>
<select name="font" onChange="thelp(this.options[this.selectedIndex].value)">
<option value="1">Help </option>
<option value="2">Prompt </option>
<option selected value="0">Basic </option>
</select>
</font>
Just move the "selected" to the other line:
<option selected value="2">Prompt </option>


Edited by - Davio on 13 April 2001 18:56:42
Go to Top of Page

ahugedeal
Starting Member

20 Posts

Posted - 14 April 2001 :  11:36:29  Show Profile  Visit ahugedeal's Homepage
Davio,

Thanks for the reply. I made the change, and it changes the drop down box just fine. However, the default setting is still the "basic" when the page loads (not popping the windows open). What I would like is for the default to pop the windows to get the informatin for the url's, centering and such.

Thanks!

Terry

http://www.ahugedeal.com
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 April 2001 :  11:53:44  Show Profile
Oh sorry. I missed something else.
In the inc_code.asp file you will see this code at the top:
helpstat = false;
stprompt = false;
basic = true;
Change it to this:
helpstat = false;
stprompt = true;
basic = false;
That should do it.

Go to Top of Page

ahugedeal
Starting Member

20 Posts

Posted - 14 April 2001 :  12:58:01  Show Profile  Visit ahugedeal's Homepage
Thanks!

Works great!



http://www.ahugedeal.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07