Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Mod: Online Favourite Folder
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

kovan
Junior Member

134 Posts

Posted - 19 July 2001 :  22:12:31  Show Profile
Title: Kovan's Online Favourite Folder
Version: 1.0
Requirements: Huwr's Mod Setup
Download: http://24.114.253.226/forum/favourites/kovfavourites.zip
Installation:
  • 1. Unzip the file into /forum
  • 2. Go to the Huwr's Mod Setup, you should see 'Kovan's Favourites Mod' in the list
    select it, and run it, (this will create your tables)
  • 3. Add a link to Favourites_Home.asp somewhere in your menu


Description: If you are me, you lose your browsers favourite folder every time you wipe out your hard drive (and i do that a lot)
and i forget to back up my favourite links
so i developed this mod to help me and everyone else like me and those that like everything at their finger tips,
after all personalizing snitz is the way to go

Features:
- Unlimted Catagories
- Unlimted Links
- Edit Link
- Edit Catagory
- Delete Link
- Delete Catagory

Demo: http://www.magicmushroom.org.uk/forum (login and on the slide menu to the LEFT, there is a link to "Favourites"

Support: Please post questions and problems with this MOD in the Help: http://forum.snitz.com/forum/forum.asp?FORUM_ID=94&CAT_ID=10&Forum_Title=Help%3A+MOD+Implementation or HERE (prefered here, since i hardly ever check the other forum)

Special thanks to Huwr for helping me out with some tweaking and creation of the setup files plus much more help he has offered

Current Issues: it accepts null values, it will crash if the user types aposraphies " ' " (the middle one :) )

Need Help: If you know of a way where the user can transfer all their favourite links from their browser folder into the database on the forum so that it has all their links are backed up on the forum, please give your suggestions,
if you dont know what i mean
i just need some way where the user can have all their links that they already have in their browser folder moved or copied to the forum (vb script is out of the question since its server side)





Edited by - kovan on 19 July 2001 22:15:23

bonkers
Junior Member

United Kingdom
122 Posts

Posted - 20 July 2001 :  21:55:21  Show Profile  Visit bonkers's Homepage
kovan

If I try to add a link I get this error

ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.

/BTP/content/Favourites_functions.asp, line 70

line 70 = Response.Write "<TD width='30'><a href='Favourites_Edit.asp?LinkID=" & RS("FavID") & "&Mode=EditLink'><img src='" & strForumURL & strImageURL & "icon_edit_Link.gif' border=0></a>"

Also I had to remove Writefooter and add
<!--#include file="inc_footer.asp"-->
To get it to work at all.
Great mod hope it can be fixed.
bonkers



Edited by - bonkers on 20 July 2001 21:57:09
Go to Top of Page

kovan
Junior Member

134 Posts

Posted - 20 July 2001 :  22:36:56  Show Profile
if you try to ADD?
or edit?

When adding a new link
line 70 of the function shouldnt even be called

what did you to fix this error?
writefooter maybe is only used on Huwr version (i am doing all my testing on his version)


oh ya and thanks for the nice comment
:)



Edited by - kovan on 20 July 2001 22:37:24
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 21 July 2001 :  03:59:08  Show Profile
Kovan,

Nice MOD.. I also had to take line 70 and 71 out of the code and use the include of inc_footer.asp statement as well. It was when I was going into Favourites_ShowFavourites.asp. Found if the 2 lines where there, it gave a DB error..

I am using 3.1 R4 of Snitz if that helps.

Regards,

Webmaster @ Classic Motor Cycling
Classic Motor Cycling
Go to Top of Page

bonkers
Junior Member

United Kingdom
122 Posts

Posted - 21 July 2001 :  08:21:08  Show Profile  Visit bonkers's Homepage
quote:

if you try to ADD?
or edit?


Sorry the error occured when I try to view (Favourites_ShowFavourites.asp) added links.
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 21 July 2001 :  11:27:28  Show Profile  Visit rick7165's Homepage
I get the same error and also get this one when I try to edit Category:

Microsoft VBScript compilation error '800a0411'

Name redefined

/forums/Favourites_Edit.asp, line 4

dim Mode
----^

I "Think" this mod was wrote for Snitz 3.3 which is not out yet



quote:

kovan

If I try to add a link I get this error

ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.

/BTP/content/Favourites_functions.asp, line 70

line 70 = Response.Write "<TD width='30'><a href='Favourites_Edit.asp?LinkID=" & RS("FavID") & "&Mode=EditLink'><img src='" & strForumURL & strImageURL & "icon_edit_Link.gif' border=0></a>"

Also I had to remove Writefooter and add
<!--#include file="inc_footer.asp"-->
To get it to work at all.
Great mod hope it can be fixed.
bonkers



Edited by - bonkers on 20 July 2001 21:57:09



Test Site
www.eastpasco.com
HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser.
Go to Top of Page

kovan
Junior Member

134 Posts

Posted - 21 July 2001 :  13:35:38  Show Profile
You dont have to "think"
it was written ON 3.3 because thats the version i am running
HOWEVER, this is a STAND ALONE mod
the only thing that it uses is the My_conn object and like ONE function from the rest of the forum code

i have made few changes to the mod
i will clean up some of the other errors and issues i got with the 1.0
and then i will post the new one
see if that fixes your problems



Go to Top of Page

Morten
Junior Member

Denmark
251 Posts

Posted - 21 July 2001 :  14:06:22  Show Profile
hi kovan!

I have been a good boy and started a thread in the forum you suggested - have you seen it ?

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=13427&FORUM_ID=94&CAT_ID=10&Topic_Title=Online+Favourite+Folder+%2D+problemos%21&Forum_Title=Help%3A+MOD+Implementation



Edited by - morten on 21 July 2001 14:07:02
Go to Top of Page

kovan
Junior Member

134 Posts

Posted - 21 July 2001 :  16:26:45  Show Profile
Anyone can think of more FEATURES that can be added?
if you can please let me know
i will try to add them to the next release
*if its something that doesnt require too much time, it will be released within next version which will be released today or tomorrow*



Go to Top of Page

swatijain
Starting Member

48 Posts

Posted - 21 July 2001 :  18:31:18  Show Profile
Share Favorites?
Rate Favorites?
Top Links?

Go to Top of Page

kovan
Junior Member

134 Posts

Posted - 21 July 2001 :  19:20:26  Show Profile
Rate Favourite
and
Top Link are irrelevant
i mean these are the users personal favourites, so no need for either

Share Favourite, thats a good one
probably wont be in the next release
but definately a good idea for next version


Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 18 August 2001 :  08:34:15  Show Profile
The download link is not working. Anyone got this MOD?

Share A Square at forumSquare


GauravBhabu

There is only one miracle...That is LIFE!
Go to Top of Page

kovan
Junior Member

134 Posts

Posted - 18 August 2001 :  08:46:22  Show Profile
new version
http://forum.snitz.com/forum/topic.asp?ARCHIVE=&TOPIC_ID=15274



Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 18 August 2001 :  08:52:47  Show Profile
Thankyou!

Share A Square at forumSquare


GauravBhabu

There is only one miracle...That is LIFE!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07