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)
 How to set default "Format mode"
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Nisse
Starting Member

Sweden
10 Posts

Posted - 21 April 2006 :  08:26:07  Show Profile  Visit Nisse's Homepage
I would like to set format mode to prompt for my users. Is this possible or do I need to set prompt to "selected" in the sourcecode?

leatherlips
Senior Member

USA
1838 Posts

Posted - 21 April 2006 :  10:38:23  Show Profile  Visit leatherlips's Homepage
You'll need to make very minor changes in two files.

In inc_post_buttons.asp, find:

<option selected value=""0"">Basic </option>

Replace with:

<option value=""0"">Basic </option>

Then find:

<option value=""2"">Prompt </option>

Replace with:

<option selected value=""2"">Prompt </option>

In inc_code.js, find (around line 35):

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

And replace it with:

helpstat = false;
stprompt = true;
basic = false;
Go to Top of Page

Nisse
Starting Member

Sweden
10 Posts

Posted - 26 April 2006 :  04:05:28  Show Profile  Visit Nisse's Homepage
Thank you, i thought I just needed to change the default value in the drop down menu.

Thanks!
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 26 April 2006 :  08:39:27  Show Profile  Visit leatherlips's Homepage
You're welcome.

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
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