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)
 UPDATED MOD : Snitz Personalization
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 10

faiz
Starting Member

India
13 Posts

Posted - 31 May 2001 :  12:44:03  Show Profile  Send faiz a Yahoo! Message
Hello Everybody,

While working on a mod for my website which would be up in a few days time I happened to built this mod.

This is basically the first step towards personalizing snitz forums for each individual using it.

Download Link :

http://faizulwahid.tripod.com/my_v1.zip

I do not have a online version of this mod. Could anybody help??

The features of this mod include listing of
- Links to Member Options
- A personal Theme can be applied by the user to all the Forum Pages.
- List of Recent Topics of the User
- Listing of topics which the user has started [with options to edit how many].
- Customizing which modules to display and
which not to display.

modifications made to previous version
- added database functionality containing user preferences in a table like theme selection and other things.
- included the feature to add/remove modules from the my.asp page [Yahoo! Style]
- why don't you suggest some more modifications!!

Hope this works fine on all machines.
Faiz/.



Edited by - faiz on 31 May 2001 12:55:35

Edited by - faiz on 06 June 2001 14:41:33

Edited by - faiz on 06 June 2001 14:49:53

nyoka
Starting Member

Albania
19 Posts

Posted - 31 May 2001 :  13:31:50  Show Profile  Send nyoka a Yahoo! Message
I am getting some errors.....

=======================================

Microsoft VBScript runtime error '800a000d'
Type mismatch: 'rs'

/my.asp, line 168

===========================================


only the top part of the page loads the other part does not load at all.


Edited by - nyoka on 31 May 2001 13:32:41
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 31 May 2001 :  14:28:50  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
hey nice idea and work on creating this mod . I tried it out and here's what I've found.

  • Problems with paths in include files

  • in your files you do include for the inc_jump and inc_footer.asp like like this:
    <!--#INCLUDE FILE="../forums/inc_jump_to.asp" -->
    and i got an error. fixed it by just making it like this
    <!--#INCLUDE FILE="inc_jump_to.asp" -->

  • opening my_Conn again in my_topics.asp

  • You don't need to open my_conn again in your files if you have inc_top included, this creates two connections to the the db.

  • i couldn't get the themes to work


  • - Alan
    www.iamviet.com
    www.calvsa.net
    Snitz Resource
    Go to Top of Page

    Aznknight
    Senior Member

    USA
    1373 Posts

    Posted - 31 May 2001 :  14:51:58  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
    another thing i thought of. What if you started alot of topics like 200 or something. wouldn't that slow down the page? Maybe program it to only display last 20 topics started max or something.

    - Alan
    www.iamviet.com
    www.calvsa.net
    Snitz Resource
    Go to Top of Page

    Classicmotorcycling
    Development Team Leader

    Australia
    2084 Posts

    Posted - 31 May 2001 :  17:09:27  Show Profile
    Very nice mod, just that when you go to read a topic you loose the colors and then have to apply them again.

    Good work.

    quote:

    Hello Everybody,

    While working on a mod for my website which would be up in a few days time I happened to built this mod.

    This is basically the first step towards personalizing snitz forums for each individual using it.

    Presently the first version includes three files
    - my.asp
    - my_theme.asp
    - my_topics.asp

    Download Link :
    http://www.geocities.com/faiz_wahid/mysnitz.zip
    http://faizulwahid.tripod.com/mysnitz.zip

    I do not have a online version of this mod. Could anybody help??

    The features of this mod include listing of
    - Links to Member Options
    - A personal Theme can be applied by the user for the my.asp page
    - List of Recent Topics of the User
    - Listing of topics which the user has started and also a separate page for it.
    [my_topics.asp]


    Further modifications to make
    - to add database functionality containing user preferences in a table like theme selection and other things.
    - To include a feature to add/remove modules from the my.asp page [Yahoo! Style]
    - and new things which you will suggest ofcourse!!

    Hope this works fine on all machines.
    Faiz/.



    Edited by - faiz on 31 May 2001 12:55:35



    Regards,

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

    kovan
    Junior Member

    134 Posts

    Posted - 31 May 2001 :  19:47:46  Show Profile
    someone please post a demo? would appreciate it
    thank you


    Go to Top of Page

    RichardKinser
    Snitz Forums Admin

    USA
    16655 Posts

    Posted - 31 May 2001 :  20:47:20  Show Profile
    You can try it here: http://kinser.121host.net/v31sr4/
    Go to Top of Page

    kovan
    Junior Member

    134 Posts

    Posted - 31 May 2001 :  20:55:44  Show Profile
    love it
    suggestions:
    - refresh based on drop down selection
    like have a drop down that says "refresh every 20 minutes, 10 minutes, so on.."
    - Incorporate Inbox (private messaging into it)
    - Since 3.2 will come with subscription
    should have subscription links..
    - ability to change more colour selection

    GREAT work
    i luv it


    Go to Top of Page

    nyoka
    Starting Member

    Albania
    19 Posts

    Posted - 31 May 2001 :  21:23:23  Show Profile  Send nyoka a Yahoo! Message
    can someone please show me how to get rid of this error ?


    quote:

    I am getting some errors.....

    =======================================

    Microsoft VBScript runtime error '800a000d'
    Type mismatch: 'rs'

    /my.asp, line 168

    ===========================================


    only the top part of the page loads the other part does not load at all.


    Edited by - nyoka on 31 May 2001 13:32:41



    Go to Top of Page

    RichardKinser
    Snitz Forums Admin

    USA
    16655 Posts

    Posted - 31 May 2001 :  21:32:18  Show Profile
    try the my.asp in this file: http://www1.domaindlx.com/dssdbs/my1.zip
    Go to Top of Page

    nyoka
    Starting Member

    Albania
    19 Posts

    Posted - 31 May 2001 :  21:35:14  Show Profile  Send nyoka a Yahoo! Message
    it worked rick...but it seems we are losing colors whenever you go away from that page.

    Go to Top of Page

    Classicmotorcycling
    Development Team Leader

    Australia
    2084 Posts

    Posted - 31 May 2001 :  22:03:00  Show Profile
    OK, thought of where this would go well. With an include file command in the users profile or in the default.asp so when they log in they get all their details of the topics the user is involved with rather than going searching.

    Just a thought of where you can use this nice little mod..

    Regards,

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

    blackinwhite
    Average Member

    Turkey
    657 Posts

    Posted - 01 June 2001 :  11:40:34  Show Profile
    very nice mod.

    I have changed it to use as "control panel" and to get rid of the space-consuming stuff on the top-right side of my forum page.

    __________________
    aQuarium > right-click intellectual device
    "I am a legal alien"
    Go to Top of Page

    tteal
    Junior Member

    USA
    438 Posts

    Posted - 01 June 2001 :  12:46:49  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
    Very cool idea and I love it.... just wish it could keep those preferences for user "xx" whomever is logged in, etc. :)

    Cheers,
    Tim

    "The famous hosting provider hosting the Famous Snitz Forums!"
    Drop me an email and find out about hosting your snitz forum too!
    http://www.bandwidthunlimited.net
    http://www.free-guestbook.com
    http://www.tealnet.com
    Go to Top of Page

    faiz
    Starting Member

    India
    13 Posts

    Posted - 01 June 2001 :  15:23:43  Show Profile  Send faiz a Yahoo! Message
    Could anybody tell me how to make the database setup file .dbs for the Mod??

    Aside :
    Sorry! I am not able to take give enough time to the development of this mod since I am very new to Snitz and also I have a few part time jobs to do!

    Still I am working on it. I have incorporated the database fields for storing each member configuration and more. Will put it up in a day or two.



    Edited by - faiz on 01 June 2001 15:27:34
    Go to Top of Page

    RichardKinser
    Snitz Forums Admin

    USA
    16655 Posts

    Posted - 01 June 2001 :  15:33:28  Show Profile
    for info about the .dbs files see here:

    http://forum.snitz.com/forum_archive_working/link.asp?TOPIC_ID=5120
    Go to Top of Page
    Page: of 10 Previous Topic Topic Next Topic  
    Next Page
     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.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07