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 / Classic ASP versions(v3.4.XX)
 changing the mode default
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

CoreyGmaN
Starting Member

USA
35 Posts

Posted - 12 August 2002 :  23:22:54  Show Profile  Visit CoreyGmaN's Homepage  Send CoreyGmaN an AOL message  Send CoreyGmaN an ICQ Message  Send CoreyGmaN a Yahoo! Message
is there a easy way to change the mode (format mode) default to be on prompt instead of basic when u go to reply to a topic?

MySpace -- GmanS WorlD -- I GOTTA have more COWBELL! (right click save as) -- MY WISHLIST

check out my forums at www.warpreality.com

dayve
Forum Moderator

USA
5820 Posts

Posted - 12 August 2002 :  23:32:26  Show Profile  Visit dayve's Homepage
post.asp

find this:

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

add the bolded area, remove the red area. so it looks like this:

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


Edited by - dayve on 12 August 2002 23:33:26
Go to Top of Page

CoreyGmaN
Starting Member

USA
35 Posts

Posted - 13 August 2002 :  00:02:07  Show Profile  Visit CoreyGmaN's Homepage  Send CoreyGmaN an AOL message  Send CoreyGmaN an ICQ Message  Send CoreyGmaN a Yahoo! Message
thanks dayve, that worked and now its on prompt, but for some crazy reason it does not bring up that little window like it should, still just puts the code in the reply window, if I switch them around and back then it works. Any ideas?

MySpace -- GmanS WorlD -- I GOTTA have more COWBELL! (right click save as) -- MY WISHLIST

check out my forums at www.warpreality.com
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 13 August 2002 :  00:03:02  Show Profile
also, in inc_code.asp:

find this:

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


change it to look like this:

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

Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 13 August 2002 :  00:08:20  Show Profile  Visit dayve's Homepage
Doh!, thanks Richard. I've given this answer before and forgot that part

Go to Top of Page

CoreyGmaN
Starting Member

USA
35 Posts

Posted - 13 August 2002 :  00:23:39  Show Profile  Visit CoreyGmaN's Homepage  Send CoreyGmaN an AOL message  Send CoreyGmaN an ICQ Message  Send CoreyGmaN a Yahoo! Message
quote:
Originally posted by RichardKinser

also, in inc_code.asp:

find this:

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


change it to look like this:

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





thanks much Richard, that fixed it!

MySpace -- GmanS WorlD -- I GOTTA have more COWBELL! (right click save as) -- MY WISHLIST

check out my forums at www.warpreality.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.47 seconds. Powered By: Snitz Forums 2000 Version 3.4.07