Author |
Topic |
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 19 January 2002 : 00:47:42
|
Rob, the automatic database record creation in the FORUM_CONFIG_NEW table is part of v3.3 +, Basically all you need to do is add the code to config.asp to create the Application Variable, and then add the code in the admin_config_xxx.asp files to add a value to the Application Variable. Then when the Value is updated, and the field record doesn't exist in the FORUM_CONFIG_NEW table, it will be added automatically.
In your case, you'll need to manually add the database fields to the FORUM_CONFIG table, and then add the code in the admin_config_colors.asp file to update those fields. |
|
|
Rob Poretti
Junior Member
Canada
435 Posts |
Posted - 19 January 2002 : 01:21:38
|
Thanks Richard,
What I really wanted to do is to just be able to see image paths properly in the admin_config.asp page... I might as well just look into how to do that...
Nathan,
I suggest you update both your website and your instructions that your mod is for 3.3+ only.
Rob Poretti Sascom Marketing Group ~ Toronto Cube-Tec Forums vox.905.825.5373 fax.905.825.5960 |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 19 January 2002 : 02:57:06
|
quote:
I suggest you update both your website and your instructions that your mod is for 3.3+ only.
Well, I also have a 4.0b2 compatable version if someone wants it.
And I have updated the site.
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
freddydoes
Junior Member
108 Posts |
Posted - 15 February 2002 : 00:50:44
|
hmmm... i am using huwr's modded forum and the image doesn't show up, any ideas?
http://www.physicsforums.com |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 15 February 2002 : 00:58:08
|
The ACC mod uses the FORUM_CONFIG_NEW table just like the Active Users 3.5 mod. You would have to hard code the values again.
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
freddydoes
Junior Member
108 Posts |
Posted - 15 February 2002 : 18:16:38
|
what would i need to set them to? All i want is a category and forum header image backgrounds.
http://www.physicsforums.com |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 15 February 2002 : 18:35:26
|
You dont need the ACC mod to do that. To get the header background just put this in your header color box on the normal color config page.
colorname" background="imagename.gif
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
Topic |
|