Author |
Topic  |
blkrogue
New Member

USA
79 Posts |
Posted - 15 August 2000 : 03:32:03
|
The only reason I can see in the code is the variable hasn't been declared within the function. Normally this wouldn't be a problem unless the statement 'Option Explicit' has been added to the code, which makes you have to Dim every variable you use.
What animedj is refering to is the fact the code (dunno if he's refering to his add-ons code alone or not) hasn't been uptimized just yet, so right now, not having any variable dimmed also ensures that a (hidden) typo isn't noted or screwing up the code. When you start to dim your variables (AND using the 'Option Explicit' rule) you might just discover some (unwanted) typo's who need to be tracked down before your code will work corrected.
Hope this explains it all a little better <img src=icon_smile.gif border=0 align=middle>
Blkrogue
In the darkness of my soul a sparkling light has appeared |
 |
|
achagoury
Starting Member
USA
29 Posts |
Posted - 24 August 2000 : 10:42:05
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Geez, if i had so much free time this weekend. Anyways, another add-on. This will show the paging from the forums.asp (not in the topics.asp) so one can click right away in other pages without need to go to read old messages first. As always Suggestions, bugs, fixes are welcome.
D/L : http://animedj.com/community/forums/hacks/paging.zip
Demo : http://www.animedj.com/community/forums/FORUM.asp?FORUM_ID=4&CAT_ID=4
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Hi Animedj,
I have implemented the paging mod... it works.... but only on the forum.asp, when I click on to topic.asp the paging does not show up... What do I do?
Check it out: http://www.mynetguy.com/forum/forum.asp?FORUM_ID=1&CAT_ID=1&Forum_Title=Testing+Forums Thanks.
Achagoury
|
 |
|
gor
Retired Admin
    
Netherlands
5511 Posts |
Posted - 24 August 2000 : 11:03:21
|
<img src=icon_smile_question.gif border=0 align=middle> You shouldn't have changed anything in topic.asp for this mod <img src=icon_smile_question.gif border=0 align=middle>
BTW, setting the pagesize by the admin (in the admin-pages) is part of V3.1 Beta 1, as is the Paging for Forum.asp/Active.asp mod (yea I know I know I should get you guys/girls a download version <img src=icon_smile_wink.gif border=0 align=middle>)
<center><b>Pierre Gorissen </b><img src="http://www.homepages.hetnet.nl/~pgoris01/burnout.gif" border=0> <font color=purple><font size=1>I'm a fulltime workaholic back from vacation...</font id=size1></font id=purple> </center> |
 |
|
achagoury
Starting Member
USA
29 Posts |
Posted - 24 August 2000 : 11:21:51
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> <img src=icon_smile_question.gif border=0 align=middle> You shouldn't have changed anything in topic.asp for this mod <img src=icon_smile_question.gif border=0 align=middle>
BTW, setting the pagesize by the admin (in the admin-pages) is part of V3.1 Beta 1, as is the Paging for Forum.asp/Active.asp mod (yea I know I know I should get you guys/girls a download version <img src=icon_smile_wink.gif border=0 align=middle>)
<center><b>Pierre Gorissen </b><img src="http://www.homepages.hetnet.nl/~pgoris01/burnout.gif" border=0> <font color=purple><font size=1>I'm a fulltime workaholic back from vacation...</font id=size1></font id=purple> </center> <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote> Hey Guys: I just found a weird weird thing... I am running tests of the forum on two servers... 1 is NT, the other is UNIX. I have exactly the same files on bothe servers... on NT everything works like a charm ... on the UNIX the paging is not showing on the active.asp....
anybody???
achagoury
|
 |
|
heptite
Average Member
  
USA
547 Posts |
Posted - 24 August 2000 : 12:03:41
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> <img src=icon_smile_question.gif border=0 align=middle> You shouldn't have changed anything in topic.asp for this mod <img src=icon_smile_question.gif border=0 align=middle>
BTW, setting the pagesize by the admin (in the admin-pages) is part of V3.1 Beta 1, as is the Paging for Forum.asp/Active.asp mod (yea I know I know I should get you guys/girls a download version <img src=icon_smile_wink.gif border=0 align=middle>)
<center><b>Pierre Gorissen </b><img src="http://www.homepages.hetnet.nl/~pgoris01/burnout.gif" border=0> <font color=purple><font size=1>I'm a fulltime workaholic back from vacation...</font id=size1></font id=purple> </center> <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Yeah... we be waiting.. [[grin]]
<center><font color=purple> ASPDiva Forum - http://www.aspdiva.com/forum/default.asp </font id=purple></center> |
 |
|
gor
Retired Admin
    
Netherlands
5511 Posts |
Posted - 27 August 2000 : 13:29:29
|
See: http://forum.snitz.com/forum/link.asp?TOPIC_ID=469 for info on V3.1 Beta 2
BTW, since this now no longer is a Design <i>Request</i> but part of the code, I'm closing this thread...
<center><b>Pierre Gorissen </b><img src="http://www.homepages.hetnet.nl/~pgoris01/burnout.gif" border=0> <font color=purple><font size=1>I'm a fulltime workaholic back from vacation...</font id=size1></font id=purple> </center> |
 |
|
Topic  |
|