Author |
Topic  |
|
kolucoms6
Average Member
  
845 Posts |
Posted - 25 March 2007 : 14:36:38
|
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
|
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.  |
 |
|
kolucoms6
Average Member
  
845 Posts |
Posted - 25 March 2007 : 18:26:14
|
Sorry Jenson but I didnt get you. |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 26 March 2007 : 05:13:46
|
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 |
 |
|
kolucoms6
Average Member
  
845 Posts |
Posted - 26 March 2007 : 10:05:33
|
:-) I was confused as I dont have active users lite mod .
Anyways, let me work on this....Will keep this forum updated. |
 |
|
kolucoms6
Average Member
  
845 Posts |
|
Hermes
Junior Member
 
Croatia
113 Posts |
|
kolucoms6
Average Member
  
845 Posts |
Posted - 08 April 2007 : 10:50:27
|
I just want to display last few post which are new ...in that Scroller.. |
 |
|
JJenson
Advanced Member
    
USA
2121 Posts |
Posted - 08 April 2007 : 12:53:44
|
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?  |
 |
|
Shaggy
Support Moderator
    
Ireland
6780 Posts |
Posted - 10 April 2007 : 04:43:06
|
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.” |
 |
|
|
Topic  |
|