| 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: 14 January 2007 at 4:18pm |
ah sorry i didnt notice this - mostly because my test forum doesnt have any members/birthdays. if you want to fix it your self, just add
to the birthday title and content cells i'll fix and upload by the end of tonight
Edited by Scotty32 - 14 January 2007 at 4:19pm
|
|
|
 |
iSec
Senior Member
Joined: 13 February 2005
Status: Offline
Points: 1140
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 January 2007 at 9:35pm |
|
Great, thanks buddy.
|
 |
MrMellie
Senior Member
Joined: 12 December 2006
Location: United Kingdom
Status: Offline
Points: 251
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 January 2007 at 12:46pm |
Scotty32 wrote:
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
|
It's not the MSSQL file, it's the Access one.
ms_access_update.asp Line 156:
<form name="frmLogin" id="frmLogin" method="post" action="access_update.asp" onsubmit="return CheckForm();">
This is the first time I've used the mod, so I will need to run the database update files to set it all up correctly. The MS_SQL file worked fine for me (I have both DB types setup on my test rig).
[reason for edit: got dyslexic on the line number! should be 156 not 165]
Edited by MrMellie - 15 January 2007 at 1:56pm
|
 |
MrMellie
Senior Member
Joined: 12 December 2006
Location: United Kingdom
Status: Offline
Points: 251
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 January 2007 at 12:49pm |
aydinatak wrote:
Change this lines:
strSQL = '"CREATE TABLE [" & strDbTable & "Author] ADD "strSQL = strSQL & "[Mod_Skin] [int] NOT NULL DEFAULT (1)"
with :
strSQL = strSQL & "CREATE TABLE [" & strDbTable & "Author] " & vbCrLfstrSQL = strSQL & "(" & vbCrLfstrSQL = strSQL & "[Mod_Skin] int NOT NULL" & vbCrLfstrSQL = strSQL & "Default 1" & vbCrLfstrSQL = strSQL & ")" & vbCrLf
and try again. I tested localhost and working. |
Thanks, I'll give this a try tonight.
|
 |
Scotty32
Moderator Group
Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 January 2007 at 8:29pm |
This mod has been updated to v1.02 and has been released to fix a minor error that came from the last update. only file that needs updating is the default.asp file. i
have also fixed the problem with the MS Access update file, so people
with an Access database will now be able to store members choices into
the database you are able to keep your skin_file.asp intact so you wont need to re-add 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: 18 January 2007 at 8:59pm |
Great, thanks Scotty!
Did you fix the formatting problem with the What's Going On section? I ended up having to add 3 colspan="2"'s and changing 3 existing colspan="2" to colspan="3" to get it to work (active users and forum stas were affected too). Well worth the effort though.
[edit]Ok, lazy-arse here downloaded the update and see you've fixed it the same way.
Edited by MrMellie - 18 January 2007 at 9:02pm
|
 |
MortiOli
Senior Member
Joined: 26 May 2002
Location: United Kingdom
Status: Offline
Points: 514
|
Post Options
Thanks(0)
Quote Reply
Posted: 20 February 2007 at 8:58am |
Scotty, as discussed on the WebWiz Skins forum;
Does anyone have any code to show stats based on the skin chooser mod?
Ie, 'Most Popular Skin' etc etc?
Maybe something in members profiles to show what skin they're currently using?
Can't really think of anything else, except maybe an admin interface to add new skins (so people don't have to edit the include file)? And to show how many people are using each skin. Ie;
Default Skin (156)
ArmyV2 (75)
PHPBB2 (84)
Not really much you could add as extras really, but the 'most used skin' would be good to show on the main page. |
|
 |
Shaun
Groupie
Joined: 24 February 2006
Status: Offline
Points: 78
|
Post Options
Thanks(0)
Quote Reply
Posted: 21 February 2007 at 6:13am |
|
I'm having a bad time with all these add ons/ mods LOL..
Scotty, I get this error:
====================
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'strTxtSelectSkin'
/forum/forum/Default.asp, line 849
====================
The line that relates to is:
<td><% = strTxtSelectSkin %></td>
This is the 1st time I've tried this mod etc.
I skipped the Database stuff (as per your instructions) as I don't want to store data in the DB.
I haven't done anything with the language file (I'm not changing it).
I don't have any previous added skins (I'm working on a fresh 8.05 install)
All I did was copy over all the files as per your instructions and that's what happens to the forum (it displays that error right under the Birthdays bit - Then displays nothing else).
Am I really a spanner, cos I'm sure thousands of other peeps have used this mod before me LOL.
What am I doing wrong matey?
Cheers,
Shaun
|
 |