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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 link manager 3coding problem
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

git
Starting Member

11 Posts

Posted - 01 May 2006 :  12:29:16  Show Profile
i am having trouble installing lm3, it says in the readme to find


if strArchiveState = "1" then Response.Write("                <LI><span class=""spnMessageText""><a href=""admin_forums.asp"">Archive Forum Topics</a></span></LI>" & vbNewLine)
Response.Write	"                <LI><span class=""spnMessageText""><a href=""admin_config_groupcats.asp"">Group Categories Configuration</a></span></LI>" & vbNewLine & _
          


in my admin_home.asp, trouble is i dont appear to have it, any help or info apreaciated, as it appears others are managing to get this going fairly easy

cheers in advance

JBaldwin
Junior Member

USA
137 Posts

Posted - 01 May 2006 :  21:32:04  Show Profile
keep in mind that anything you add in admin_home.asp is just a link (the whole page is just all links), so positioning of the code in admin_home.asp is not as important as on other pages.

The easy way to find what you're looking for is do a "find" or "search" in the code for:

Group Categories Configuration


When it finds it, that should be the line you are looking for.

AbsolutelyFreerolls.com - Poker Freeroll Listings, Poker Forum and Poker News


Go to Top of Page

git
Starting Member

11 Posts

Posted - 02 May 2006 :  04:59:47  Show Profile
thanks for the reply, maybe i am missing something, i dont have that either

heres my admin_home.asp

<edit by="Shaggy">Please refrain from posting entire files here; instead either post a link to a *.txt copy of the file in question or an extract of the code surrounding the line(s) you are having problems with.</edit>

Edited by - Shaggy on 03 May 2006 11:59:26
Go to Top of Page

JBaldwin
Junior Member

USA
137 Posts

Posted - 02 May 2006 :  07:41:32  Show Profile
Find these lines in admin_home.asp:

		"                <LI><span class=""spnMessageText""><a href=""admin_config_integration.asp"">Site Integration Configuration</a></span></LI>" & vbNewLine & _
		"                <LI><span class=""spnMessageText""><a href=""admin_config_groupcats.asp"">Group Categories Configuration</a></span></LI>" & vbNewLine & _



Immediately AFTER those lines, ADD:

       	"                <LI><span class=""spnMessageText""><a href=""admin_Links.asp"">Links Administration</a></span></LI>" & vbNewLine & _

AbsolutelyFreerolls.com - Poker Freeroll Listings, Poker Forum and Poker News



Edited by - JBaldwin on 02 May 2006 07:45:49
Go to Top of Page

git
Starting Member

11 Posts

Posted - 02 May 2006 :  12:26:07  Show Profile
cheers, that helped

Edited by - git on 02 May 2006 19:21:25
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.98 seconds. Powered By: Snitz Forums 2000 Version 3.4.07