Author |
Topic |
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 29 January 2006 : 03:01:01
|
After a request from an e-mail from Per Serritzlev at www.assy.dk, I was able to MOD a recipe book to work with Snitz 3.4.X and it is available for download from: www.vncommodore.com/snitz_mods/recipe_book_mod_2.2.zip" target="_blank">Mod: Recipe Book 2.2
I have tried to make it as easy as possible to install with only the 1 change to the inc_header.asp file to do a link to it in your menu.
Some of the features include: - All visitors can add a recipe
- Recipes require Admin Approval
- Only forum members can rate the recipe
- Easy to install (1 being easy, 10 being hard, the install is a 1
- Readme file to install included
)
So what are you waiting for? Enjoy.
Demo is at: www.vncommodore.com/forum/recipe.asp" target="_blank">VN Commodore Support Site
Update - Added 31 Jan 2006: Ability to use with no other MODs installed (Added extra code to allow for the Language part with-out interfering with other Mods)< |
Cheers, David Greening |
Edited by - Classicmotorcycling on 31 January 2006 04:28:36 |
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 30 January 2006 : 02:21:12
|
Thanks David and Per for this one! Indeed what Mark says ; this mod can be used for anything!!! Great!< |
portfolio - linkshrinker - oxle - twitter |
Edited by - MarcelG on 30 January 2006 02:24:24 |
|
|
Nijii
Starting Member
Greenland
49 Posts |
Posted - 30 January 2006 : 18:56:41
|
I have installed the MOD and got the following error: Microsoft VBScript runtime error '800a000d' Type mismatch: 'fLang' /forums/recipe.asp, line 1948
I need some help on this.< |
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 30 January 2006 : 21:07:33
|
Did you upload all your files. This is a languge file issue. I have not tried with out the Active Users installed, and will get back to you if it need it installed later today (Australian time).
< |
Cheers, David Greening |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 31 January 2006 : 03:35:52
|
omg! =) I'm gonna try and make an article system out of this (or is somebody else already doing this?). Thanks alot! < |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 31 January 2006 : 04:18:44
|
So I gather a few like this MOD.. I tried to make it as easy as possible to install.< |
Cheers, David Greening |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 31 January 2006 : 04:24:34
|
Is it a remake of the old links mod? Looks just like it =) < |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 31 January 2006 : 04:35:13
|
Not the old links MOD. Was a recipe application that had 47 files to work and the inital work to cut it down was from Per, and I did a re-hash of that to make it 3.4.X compatable, working fully and got the DB intergrated with the forum DB and got the language part to work with it.
Nothing to do with the links MOD at all. < |
Cheers, David Greening |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 31 January 2006 : 05:04:07
|
Okay, you have to login to see my links, but it's almost exactly the same look. I'll try and install it now =) < |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 31 January 2006 : 05:07:19
|
MOD has been updated to cater for forums that do not have the Auctive users MOD installed and will fix your issue.quote: Originally posted by Nijii
I have installed the MOD and got the following error: Microsoft VBScript runtime error '800a000d' Type mismatch: 'fLang' /forums/recipe.asp, line 1948
I need some help on this.
Sorry about that. Should of checked on a non-modified version before submitting. Please download version 2.2 to over come your issue. All others who have downloaded it and it is working for them, then there is no need too, but if you want to, you can. < |
Cheers, David Greening |
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 31 January 2006 : 05:12:07
|
I did change the original look as I did not like the menu's on the left hand side if you where trying to keep your forum to a set width.quote: Originally posted by tribaliztic
Okay, you have to login to see my links, but it's almost exactly the same look. I'll try and install it now =)
Let me know how you go installing it. < |
Cheers, David Greening |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 31 January 2006 : 05:40:35
|
Hm.. got some errors on the dbs, is this tested on MySQL?
MOD: Recipe Book Mod 2.1
Dropping Table..
Table does not exist --------------------------------------------------------------------------------
Dropping Table..
Table does not exist --------------------------------------------------------------------------------
Dropping Table..
Table does not exist --------------------------------------------------------------------------------
Dropping Table..
Table does not exist --------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_RECIPE( RECIPE_ID INT (11) DEFAULT '' NOT NULL auto_increment , NAME varchar (150) NULL , URL varchar (255) NULL , KEYWORD varchar (255) NULL , DESCRIPTION text NULL , INGREDIENTS text NULL , POST_DATE varchar (100) NULL , HIT int NULL DEFAULT 0, CATEGORY int NULL DEFAULT 0, PARENT_ID int NULL DEFAULT 0, SHOW int NULL DEFAULT 0, BADLINK int NULL DEFAULT 0, RATING int NULL DEFAULT 0, VOTES int NULL DEFAULT 0, FILESIZE varchar (100) NULL , LICENSE varchar (100) NULL , LANG varchar (100) NULL , PLATFORM varchar (100) NULL , PUBLISHER varchar (100) NULL , PUBLISHER_URL varchar (100) NULL , UPLOADER varchar (100) NULL ,KEY FORUM_RECIPE_RECIPE_ID(RECIPE_ID)) Table already exists
--------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_RECIPE_CATEGORIES( CAT_ID INT (11) DEFAULT '' NOT NULL auto_increment , CAT_NAME varchar (100) NULL ,KEY FORUM_RECIPE_CATEGORIES_CAT_ID(CAT_ID)) Table created succesfully
--------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_RECIPE_RATING( RATING_ID INT (11) DEFAULT '' NOT NULL auto_increment , COMMENTS text NULL , RATING int NULL DEFAULT 0, RATE_BY int NULL DEFAULT 0, RECIPE int NULL DEFAULT 0, RATE_DATE varchar (100) NULL ,KEY FORUM_RECIPE_RATING_RATING_ID(RATING_ID)) Table created succesfully
--------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_RECIPE_SUBCATEGORIES( SUBCAT_ID INT (11) DEFAULT '' NOT NULL auto_increment , SUBCAT_NAME varchar (100) NULL , CAT_ID int NULL DEFAULT 0,KEY FORUM_RECIPE_SUBCATEGORIES_SUBCAT_ID(SUBCAT_ID)) Table created succesfully
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_RECIPE_CATEGORIES (CAT_NAME) VALUES ('Default')
Value(s) updated succesfully --------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_RECIPE_SUBCATEGORIES (SUBCAT_NAME, CAT_ID) VALUES ('Default', '1')
Value(s) updated succesfully --------------------------------------------------------------------------------
Database setup finished
< |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Nijii
Starting Member
Greenland
49 Posts |
Posted - 31 January 2006 : 05:59:27
|
quote: Originally posted by ClassicmotorcyclingSorry about that. Should of checked on a non-modified version before submitting. Please download version 2.2 to over come your issue. All others who have downloaded it and it is working for them, then there is no need too, but if you want to, you can.
I will try and download the the new version later. Thanks!< |
Edited by - Nijii on 31 January 2006 05:59:55 |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 31 January 2006 : 06:24:58
|
Okay, cool! < |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Helterskelter
Junior Member
United Kingdom
331 Posts |
Posted - 31 January 2006 : 12:20:07
|
Got this installed in 5 mins on my test site, and have a coule of idea's running.
How ever i did test if you couls add forum code and HTML, neither work, is there a way we couls add this in?
I do the like the basic's of this system could be reworked to personalise most people's forums with very little work.
Helter< |
|
|
|
Topic |
|