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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 how do you change the default mode?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

red1
Junior Member

355 Posts

Posted - 29 July 2002 :  08:59:23  Show Profile
ok i need a quick answer... How can I set the default post mode to "Prompt" instead of "Basic" ??


Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 29 July 2002 :  09:04:22  Show Profile
in post.asp find this around line 862


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


Change to



<select name="font" onChange="thelp(this.options[this.selectedIndex].value)">
<option value="1">Help </option>
<option selected value="2">Prompt </option>
<option value="0">Basic </option>
</select>



I did not try that, but I think its all you have to do


No matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
http://www.ian-hamlin.co.uk


Edited by - Hamlin on 29 July 2002 09:06:52
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 29 July 2002 :  09:06:28  Show Profile
hi Hamlin. I've tried that and, yes the mode now says "Prompt" when the page is loaded, but the mode is still set to Basic.

Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 29 July 2002 :  09:09:47  Show Profile
OK, there must be something else to change as well, I'll take a peak


No matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
http://www.ian-hamlin.co.uk
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 29 July 2002 :  09:16:05  Show Profile
Ok I think this is it, in the inc_code.asp file change


helpstat = false;
stprompt = false;
basic = true;


to


helpstat = false;
stprompt = true;
basic = false;


This time I did try it and it seemed to work


No matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
http://www.ian-hamlin.co.uk
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 29 July 2002 :  09:21:58  Show Profile
works like a charm. thanks!

Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 29 July 2002 :  09:23:58  Show Profile
Your welcome


No matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
http://www.ian-hamlin.co.uk
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.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07