|
Post Reply
|
Page 12> |
| Author | |
Matt
Admin Group
Joined: 07 Feb 2003 Location: Manchester, UK Status: Offline Points: 195 |
Topic: Update: Multiskin Selection (V3.01)Posted: 27 Mar 2009 at 11:22am |
|
The Multiskin Selection has been updated to be compatible with Web Wiz Forum v9.56a.
you can download the latest copy from the Multiskin Selection page |
|
![]() |
|
Human
Newbie
Joined: 23 Mar 2009 Status: Offline Points: 11 |
Posted: 27 Mar 2009 at 4:08pm |
|
Hi Scotty32,
what should be done to study Mysql database
|
|
![]() |
|
Matt
Admin Group
Joined: 07 Feb 2003 Location: Manchester, UK Status: Offline Points: 195 |
Posted: 27 Mar 2009 at 6:30pm |
|
At present this mod has not been tested using MySQL and therefore is not supported.
If you wish to use the Multiskin Selection mod with MySQL then I would recommend using the Cookie option rather than the database to store users skins. If you wish to wish to use the database to store the users skin option then it should be a simple case of adding a new field to the 'tblAuthor' table called 'Mod_Skin', this should be an 'int' type, not null and the default value should be 1. You can add this using phpMyAdmin if you have that set up on your server. You could also try this SQL statement, but I cannot garrentee it will work:
Any feedback you or anybody else may have regarding MySQL and this modification would be greatly appreciated. |
|
![]() |
|
Human
Newbie
Joined: 23 Mar 2009 Status: Offline Points: 11 |
Posted: 28 Mar 2009 at 8:27am |
|
I will return to this subject
|
|
![]() |
|
Human
Newbie
Joined: 23 Mar 2009 Status: Offline Points: 11 |
Posted: 29 Mar 2009 at 8:16am |
|
I'm trying it. I could not do yet. |
|
![]() |
|
MrTWS
Newbie
Joined: 06 Apr 2008 Location: United Kingdom Status: Offline Points: 25 |
Posted: 30 Mar 2009 at 7:01am |
|
Just to add Scotty that on this subject I have successfully installed this mod on a MySQL version, but as you said, I did not run the database update files
I just manually added in your lines rather than copy over the whole files You can see this in action on this forum here which uses MySQL as the backend database |
|
![]() |
|
Human
Newbie
Joined: 23 Mar 2009 Status: Offline Points: 11 |
Posted: 30 Mar 2009 at 8:45am |
|
mysql is running as the cookies, the database does not record.
input from members of a try.
the error
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[MySQL][ODBC 3.51 Driver][mysqld-4.1.22-community-nt]Build WHERE -> insert_fields() failed. /956test/functions/s2h_multiskin.asp, line 85 |
|
![]() |
|
Matt
Admin Group
Joined: 07 Feb 2003 Location: Manchester, UK Status: Offline Points: 195 |
Posted: 30 Mar 2009 at 3:38pm |
|
I'll have a look at this once I get a chance.
In the mean time you can use the Cookie method like TWS is. |
|
![]() |
|
Human
Newbie
Joined: 23 Mar 2009 Status: Offline Points: 11 |
Posted: 06 May 2009 at 2:39pm |
|
Hi Scotty32,
In this way it works
includes/s2h_skinfile.asp change line 39 False --> True
old status
blnS2HSkinUseDatabase = False 'Set to true if you wish to store the skin to database (registered members only) new status
blnS2HSkinUseDatabase = True 'Set to true if you wish to store the skin to database (registered members only) functions/s2h_multiskin.asp
old status
............
rsCommon.Update
end if rsCommon.Close ............
new status ............
'rsCommon.Update
strSQL = "Update " & strDBTable & "Author Set Mod_Skin = '"& intS2HSkinID &"' Where Author_ID = '"& lngLoggedInUserID &"';" adoCon.Execute(strSQL) end if 'rsCommon.Close ............
|
|
![]() |
|
Matt
Admin Group
Joined: 07 Feb 2003 Location: Manchester, UK Status: Offline Points: 195 |
Posted: 14 May 2009 at 2:43pm |
|
Thanks for the feedback.
I was thinking the Update might need changing, but I havent used ASP+MySQL together much. When I can find the time, I will work on supporting MySQL in this mod. |
|
![]() |
|
Post Reply
|
Page 12> |
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.079 seconds.


Update: Multiskin Selection (V3.01)
Topic Options


