Author |
Topic  |
|
robby
Starting Member
4 Posts |
Posted - 02 June 2008 : 06:03:22
|
Does the "Site Integration MOD v1.2" support "Snitz Forums 2000 Version 3.4.06"?
After forums upgrade from 3.4.05 to 3.4.06 (using the changed files only: http://forum.snitz.com/archive/redirect.asp?linkid=141) the "Site Integration Configuration" settings are not saved, i.e. the "Site Integration features" option is always reset to "Off" after clicking the "Submit New Config" button.< |
|
AnonJr
Moderator
    
United States
5768 Posts |
Posted - 02 June 2008 : 06:15:58
|
Double-check your changes. It does work just fine with 3.4.06.
Peek in the database and see if the new values have been saved - that will give us a clue as to where to look first.< |
 |
|
robby
Starting Member
4 Posts |
Posted - 02 June 2008 : 07:14:08
|
AnonJr, which table in MDB file should be updated when the Site integration settings are changed?< |
 |
|
AnonJr
Moderator
    
United States
5768 Posts |
Posted - 02 June 2008 : 08:43:45
|
In FORUM_CONFIG_NEW there will be 6 entries in the C_VARIABLE column that correspond to the various Site Integration variables (STRSITEHEADER, STRSITELEFT, STRSITERIGHT, STRSITEFOOTER, STRSITEINTEGENABLED, STRSITEBORDER) - there should be a 1 in the C_VALUE column for the ones you have enabled.
Use the Admin panel to turn on Site integration and enable the sections you want. Then check the database to make sure that its been updated properly. If the database isn't getting updated, it may be a problem with the Admin page itself (not likely). If its getting updated, I'd start checking through the code changes starting with the changes to config.asp.< |
 |
|
robby
Starting Member
4 Posts |
Posted - 02 June 2008 : 09:40:08
|
AnonJr, thank you, the changes are not saved in the DB including manual changes. What part of the forum's code can set "0" there?
In the "MOD Setup" when I click "Update" for this Mod I see the following:
quote:
Site Integration MOD v1.2
Adding new records.. INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRSITEHEADER','0') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRSITELEFT','0') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRSITERIGHT','0') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRSITEFOOTER','0') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRSITEINTEGENABLED','0') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRSITEBORDER','0')
Value(s) updated successfully
Database setup finished
< |
 |
|
AnonJr
Moderator
    
United States
5768 Posts |
Posted - 02 June 2008 : 14:14:04
|
That probably just added a second set of the same variables... which probably won't help things. Look in the database and see if you have more than one of the same config variables.
admin_config_integration.asp is where it should be updated. Have you made any other changes or added any other MODs besides the Site Integration MOD?< |
 |
|
robby
Starting Member
4 Posts |
Posted - 06 June 2008 : 10:44:48
|
AnonJr, thank you for your help, our admin has resolved this issue by changing something in the code.
Can you say - on other issue - why I never receive notifications from the forums? My subscription is - "Board Level Subscriptions (Subscription level set to Topic)". The e-mail address is correct.< |
 |
|
AnonJr
Moderator
    
United States
5768 Posts |
Posted - 06 June 2008 : 20:18:46
|
From the forums here or from the forums from your forums? If you're referring to here, we only have subscriptions on the Security Updates forum. If its at your own forums, you might want to start a separate topic on this so its not likely to be passed over by someone who may have the answer faster than I. Just make sure you include as much information as possible (short of your user name/password for the mail server ).< |
 |
|
|
Topic  |
|