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)
 Who is online + Navigation Builder
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 4

GauravBhabu
Advanced Member

4288 Posts

Posted - 09 August 2001 :  23:58:47  Show Profile
This Mod can be used in several ways. In addition to the new scripts, this Mod also uses the whoisonline script with very slight but very effective modification. Some of the features are as below.

  • Find who is online.

  • Determine the online location of users.

  • Ability to see the links to UNknown pages.

  • Build Navigation Menus at different levels.

  • Build Site Directory.

  • Easy to Maintain.

  • Compatible with all versions.

  • Refer to any page from anywhere within the forum.



Update Aug, 28, 2001 - Complete
Download Link ::whoisonlineplusnavbuilder

Register at the site.
Then select Modsquare from the menu.
Look for whoisonlineplusnavbuilder.


This is now implemented at my site. Also works with version 3.3. See at forumSquare

Demo: Site Directory
Demo: Who is Online
Demo: Version 3.3


Edited by - GauravBhabu on 12 August 2001 11:02:25

Edited by - GauravBhabu on 16 August 2001 01:00:26



Edited by - GauravBhabu on 19 August 2001 12:05:33

Edited by - GauravBhabu on 28 August 2001 16:48:56

SalmanKhana
Average Member

USA
961 Posts

Posted - 10 August 2001 :  06:07:49  Show Profile
We put this code inside inc_top.asp ?

Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 10 August 2001 :  08:34:30  Show Profile
I have edited the initial post with step by step details. The array collection can be used any where in the forum to refer to a particulatr page. I am working on to create the sub Menus. The objective is to create submenus without the need to pass on the values in the querystring.

Share A Square at forumSquare


gauravbhabu

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

SalmanKhana
Average Member

USA
961 Posts

Posted - 10 August 2001 :  18:33:31  Show Profile
This seems to be good, i'll give it a try. Right now when i installed the active users with the new forum code, it always shows ' Unknown Page ' in it with every user

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 10 August 2001 :  19:20:09  Show Profile
I posted a version of the Active Users MOD that is compatible with v3.3 this morning here:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=14647

If you haven't made any modifications to your default.asp or inc_top.asp (other than the active users stuff) then you can just use the ones included in the file you download.

Excellent work GauravBhabu..
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 10 August 2001 :  21:41:36  Show Profile
Thanks Richard!

The first post has been updated with a download link and complete instructions to implement. The zip file also includes the instructions file.

Share A Square at forumSquare


gauravbhabu

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

SalmanKhana
Average Member

USA
961 Posts

Posted - 11 August 2001 :  00:51:20  Show Profile
I have not tried it yet, but it looks very confusing to me.

Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 11 August 2001 :  06:57:16  Show Profile
What is confusing you? The concept is very simple.

Share A Square at forumSquare


GauravBhabu

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

Morpheus73
Average Member

Denmark
597 Posts

Posted - 11 August 2001 :  07:11:50  Show Profile
quote:

What is confusing you? The concept is very simple.

Share A Square at forumSquare


GauravBhabu

There is only one miracle...That is LIFE!




I think one of the parts I´m also confused about is the navbuilder...what exactly does it do...

mph73

Morpheus73 - morpheus73@hotmail.com
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 11 August 2001 :  07:30:51  Show Profile
It is used to show the related links when you click on a link on the main navigation menu. For Example:

If you look at my site, you will see the following links in the main navigation Row:

Home | Forums | Members | Calendar | Announcements | Resources | GuestBook |MyPage | ModSquare | Change Theme

Below these links are some more links. Which change as you click on the links above. These are subnav links.

Try clicking on the above links at my site and see how the subnav links change for each link in the mainnav.

Both the mainnav and subnav can be built dynamically.



Share A Square at forumSquare


GauravBhabu

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

SalmanKhana
Average Member

USA
961 Posts

Posted - 11 August 2001 :  09:22:26  Show Profile
I have an idea.

Why dont you release this MOD the traditional way. Make files and put this code inside it and have it for us to download with the readme.txt file. That will be easier for all of us

Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 11 August 2001 :  09:31:42  Show Profile
The zip file includes all the files required and instruction file for implementation. Click the download links in the first post.

Share A Square at forumSquare


GauravBhabu

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

SalmanKhana
Average Member

USA
961 Posts

Posted - 11 August 2001 :  09:50:02  Show Profile
Sounds good now , i'll try it.. just got scared earlier by seeing that code in the first post.

Go to Top of Page

work mule
Senior Member

USA
1358 Posts

Posted - 11 August 2001 :  11:54:13  Show Profile
In inc_mainnav.asp, there are links like this:
<a href="<%=strForumURL%>links/links.asp">Resources</a> 

Including the strForumURL in there isn't necessary. As long as the page your linking to is in the same site, it's not needed.

Also, I don't know if you've seen the Navigation Link Builder mod I released recently or not. If you haven't you may want to take a look. It could be used to make the topnav and subnav include files/code cleaner and eliminate hardcoding the HTML.







The Work Mule Forums
The Writer Community
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 11 August 2001 :  12:10:28  Show Profile
Use of strForumURL is specific to my site. As I have files in different folders. I left it as is, since it will not affect, where all the files are in the same folder.

I did look at your code. But I have not gone through that in detail. I had been using this code, now for over a month and found it easier to maintain. I will look into your code again to see how i can integrate it with this code.

I am still waiting for more feedback on the use of this code

Share A Square at forumSquare


GauravBhabu

There is only one miracle...That is LIFE!

Edited by - GauravBhabu on 11 August 2001 12:12:12
Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 11 August 2001 :  12:27:47  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
Didn't work mule release this code a few days ago?

Great work though, GauravBhabu.

RDoGG™
Go to Top of Page
Page: of 4 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.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07