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)
 Add some Fields to Config_New
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

aspwiz
Junior Member

250 Posts

Posted - 12 October 2004 :  16:05:43  Show Profile  Visit aspwiz's Homepage
Hi... I add need to add some fields to Config_new

I need to Add new coloums "AUTOPM_ON"(text), "AUTOPM_SUBJECTLINE"(text) and "AUTOPM_MESSAGE"(memo)

I do not have access to the SQL server as it is behind a firewall, so could anyone give me code to do this in Alternative MOD setup?

All new columns are NOT required fields.

Hope you can help.

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 12 October 2004 :  17:32:04  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
I guess you mean adding config values like STRFORUMTITLE?

In this case here's your code:
[INSERT]
CONFIG_NEW
(C_VARIABLE,C_VALUE)#('AUTOPM_ON','VALUE')
(C_VARIABLE,C_VALUE)#('AUTOPM_SUBJECTLINE','VALUE')
(C_VARIABLE,C_VALUE)#('AUTOPM_MESSAGE','VALUE')
[END]

Simply replace VALUE with your desired values.
Note that the C_VALUE field is limited to 255 characters.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
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.5 seconds. Powered By: Snitz Forums 2000 Version 3.4.07