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
 Scroller Position
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

kolucoms6
Average Member

845 Posts

Posted - 25 March 2007 :  14:36:38  Show Profile

I want to put Scroller position in between top logo i.e logo_snitz_forums_2000.gif and righthand side link.

Where do I have to put the Include code in header_inc.asp ?

JJenson
Advanced Member

USA
2121 Posts

Posted - 25 March 2007 :  18:14:33  Show Profile  Visit JJenson's Homepage
if you will look for the active users lite mod look at it where it tells you to include it and put the scroller there. I would tell you the lines but am leaving right now sorry.
Go to Top of Page

kolucoms6
Average Member

845 Posts

Posted - 25 March 2007 :  18:26:14  Show Profile
Sorry Jenson but I didnt get you.
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 26 March 2007 :  05:13:46  Show Profile  Visit MaD2ko0l's Homepage
http://www.snitzbitz.com/mods/details.asp?Version=All&mid=155 active users lite over at snitzbitz

this is a section of the readme


This code starts on or about line 282 of inc_header.asp
=====Remove====================================================================================================================

	"<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""100%"">" & vbNewLine & _
	"  <tr>" & vbNewLine & _
	"    <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
	"    <td align=""center"" valign=""top"" width=""50%"">" & vbNewLine & _
	"      <table border=""0"" cellPadding=""2"" cellSpacing=""0"">" & vbNewLine & _
	"        <tr>" & vbNewLine & _
	"          <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & strForumTitle & "</b></font></td>" & vbNewLine & _
	"        </tr>" & vbNewLine & _
	"        <tr>" & vbNewLine & _
	"          <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & vbNewLine

=====Replace====================================================================================================================

	"<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""100%"">" & vbNewLine & _
	"  <tr>" & vbNewLine & _
	"    <td valign=""top"" width=""20%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
	"    <td align=""center"" valign=""center"" width=""30%"">" & vbNewLine & _
	" <font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>Active Users: " & Application("ActiveUsers") & " / Visits Today: " & Application("VisitorsToday") & "</font><br>" & vbNewLine & _
	" <font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>Highest Active Users: " & Application("HighestToDate") & " " & "</font><br>" & vbNewLine & _
	"    </td>" & vbNewLine & _
	"    <td align=""center"" valign=""top"" width=""50%"">" & vbNewLine & _
	"      <table border=""0"" cellPadding=""2"" cellSpacing=""0"">" & vbNewLine & _
	"        <tr>" & vbNewLine & _
	"          <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & strForumTitle & "</b></font></td>" & vbNewLine & _
	"        </tr>" & vbNewLine & _
	"        <tr>" & vbNewLine & _
	"          <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & vbNewLine

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


it seems as the part in red has had a section added and some parts changed to make it fit.

this is just a start point to look at

© 1999-2010 MaD2ko0l
Go to Top of Page

kolucoms6
Average Member

845 Posts

Posted - 26 March 2007 :  10:05:33  Show Profile
:-) I was confused as I dont have active users lite mod .

Anyways, let me work on this....Will keep this forum updated.
Go to Top of Page

kolucoms6
Average Member

845 Posts

Posted - 08 April 2007 :  07:37:04  Show Profile

I am looking for a scroller : example you will find at

http://callcenterriders.underbonesphilippines.com/index.php?name=News&file=article&sid=4

Any MOD available exactly like this ?
Go to Top of Page

Hermes
Junior Member

Croatia
113 Posts

Posted - 08 April 2007 :  08:31:51  Show Profile
It seems that it is Marquee tag,
<marquee direction="up" scrollamount="2" scrolldelay="70" onmouseover="this.stop()
" onmouseout="this.start()" align="center">

But how to put in asp, it is far beyond my reach.


ASP Snitz Forum Upute za instalaciju
http://www.kairos.com.hr http://www.hermetizam.com Forum

not so newbie any more :)

Edited by - Hermes on 08 April 2007 08:32:18
Go to Top of Page

kolucoms6
Average Member

845 Posts

Posted - 08 April 2007 :  10:50:27  Show Profile
I just want to display last few post which are new ...in that Scroller..
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 08 April 2007 :  12:53:44  Show Profile  Visit JJenson's Homepage
you could try and combine the simple slash mod and this scroller mod? or possibly gary_b's mod to display last # of posts into it as well? Not sure but you could give that a try?
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 10 April 2007 :  04:43:06  Show Profile
quote:
Originally posted by Hermes
It seems that it is Marquee tag,
<marquee direction="up" scrollamount="2" scrolldelay="70" onmouseover="this.stop()
" onmouseout="this.start()" align="center">

But how to put in asp, it is far beyond my reach.
The marquee tag was a proprietary tag invented by Microsoft to give IE something equally as obnoxious as NS's blink tag. Although a number of browsers now support it purely for legacy compatibility, many still do not and never will as it never became part of any official (X)HTML specification. CSS3 will include a new marquee attribute to replicate the marquee tag but, in the meantime, Javascript should be used with due consideration given to making sure it degrades properly in non-JS browsers.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
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.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07