| Author |
Topic Search Topic Options
|
Scotty32
Moderator Group
Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
|
Post Options
Thanks(0)
Quote Reply
Posted: 10 July 2006 at 1:47pm |
|
this mod was built to be up-to-date. you will need to upgrade to version 8.03 of webwizforum.
if you have not added any other mods, you will be able to replace all files of your forum and then reply this modification.
if you have already modified your forum, you may need to check that this mod does not conflict with any of the other mods you currently have.
|
|
|
 |
Ali Bilgrami
Senior Member
Joined: 14 April 2005
Location: Pakistan
Status: Offline
Points: 492
|
Post Options
Thanks(0)
Quote Reply
Posted: 10 July 2006 at 3:01pm |
|
and check the versionHistory.txt so that you only update the files which are changed
|
|
Lets!
|
 |
jeffdaro
Groupie
Joined: 15 April 2005
Status: Offline
Points: 171
|
Post Options
Thanks(0)
Quote Reply
Posted: 10 July 2006 at 4:50pm |
|
Thank you for this MOD, I had plans to write it this week, but it seems you've done a perfect job, based on the demo. I'll be installing later today!!!
|
 |
Scotty32
Moderator Group
Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
|
Post Options
Thanks(0)
Quote Reply
Posted: 11 January 2007 at 8:05pm |
The Multiskin Selection has been updated to be compatible with the latest version of web wiz forums (Version 8.05). Files that need replacing are:
- common.asp
- default.asp
- language_files/language_file_inc.asp
you are able to keep your skin_file.asp intact so you wont need to readd all your skins.
You can download the updated mod by going to the mods page, found here.
|
|
|
 |
MrMellie
Senior Member
Joined: 12 December 2006
Location: United Kingdom
Status: Offline
Points: 251
|
Post Options
Thanks(0)
Quote Reply
Posted: 11 January 2007 at 11:12pm |
|
Hi Scotty, thanks for this mod, just what I'm after!!
Have you tested the ms_access_update.asp? I think there's some bugs in it. first the form redirects to access_update.asp, not itself. Then when I fixed that, it gave an error updating the Acess table:
Database Updated Started
Stage 1: Database Connection..... Complete
Stage 2: Creating New Database Tables and Fields.....
Error Updating the Table tblAuthor
Syntax error in field definition.
Error Discription: Syntax error in field definition.
Access database is updated, but with Error!
|
 |
aydinatak
Newbie
Joined: 22 August 2005
Location: Turkey
Status: Offline
Points: 10
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 January 2007 at 12:35am |
Change this lines: (only for access)
strSQL = '"CREATE TABLE [" & strDbTable & "Author] ADD " strSQL = strSQL & "[Mod_Skin] [int] NOT NULL DEFAULT (1)"
with :
strSQL = strSQL & "CREATE TABLE [" & strDbTable & "Author] " & vbCrLf strSQL = strSQL & "(" & vbCrLf strSQL = strSQL & "[Mod_Skin] int NOT NULL" & vbCrLf strSQL = strSQL & "Default 1" & vbCrLf strSQL = strSQL & ")" & vbCrLf
and try again. I tested localhost and working.
Edited by aydinatak - 15 January 2007 at 3:05pm
|
 |
Scotty32
Moderator Group
Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 January 2007 at 9:28am |
|
i'll have to have a look at it but i cant see their being a problem as no ones ever mentioned this before, and ive never changed the file since the original release.
also the file is based off the WWF upgrade (v7 to v8) so shouldnt really have any problems.
i had a quick look at the MSSQL file and it and it doesnt appear to redirect to the access file. also is this the first time you've used this mod? as if you've used it before you dont need to run the database update files, you only need to replace the files
|
|
|
 |
iSec
Senior Member
Joined: 13 February 2005
Status: Offline
Points: 1140
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 January 2007 at 11:49am |
Scotty, great mod as always...
just one thing... and i didn't research it yet
I'm sure it is something simple.. bu thought of informing
you about it....
there is an extra cell that appears when a birthday
event appears... here is an image of how it looks on my forum
|
 |