Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Simple Paging 1.0

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
tribaliztic Posted - 01 March 2006 : 07:08:29
Has anyone used this mod on topic.asp and search.asp?
The original mod only cover forum.asp...
<
7   L A T E S T    R E P L I E S    (Newest First)
Shaggy Posted - 08 March 2006 : 06:29:04
You're welcome, Tribal'

<
tribaliztic Posted - 07 March 2006 : 10:29:45
Thanks, I knew I could count on you Shaggy ;)
<
Shaggy Posted - 07 March 2006 : 10:03:02
The #171; should be &#171; («) and the #187; should be &#187; (»).

<
tribaliztic Posted - 01 March 2006 : 08:39:53
Ah, I found an archived topic where Shaggy fixed the topic.asp:

http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=57444&SearchTerms=simple+paging+mod

Although, I get an error on this code:

sub DropDownPaging(fnum)
dim PagesToShow
PagesToShow=3
response.write "<td bgcolor="""&strHeadCellColor&""" nowrap><strong>Page:</strong>"
if maxpages>1 then
if mypage-PagesToShow<1 then MinPageToShow=1 else MinPageToShow=mypage-PagesToShow
if mypage+PagesToShow>maxpages then MaxPageToShow=maxpages else MaxPageToShow=mypage+PagesToShow
if MinPageToShow>1 then response.write " <a href=""topic.asp?"&ArchiveLink&"TOPIC_ID="&Topic_ID&"&whichpage=1"&SearchLink&""">#171;</a>"
for counter=MinPageToShow to MaxPageToShow
if counter<>mypage then response.write " <a href=""topic.asp?"&ArchiveLink&"TOPIC_ID="&Topic_ID&"&whichpage="&counter&SearchLink&""">"&counter&"</a>" else response.write " <strong>"&counter&"</strong>"
next
if MaxPageToShow<maxpages then response.write " <a href=""topic.asp?"&ArchiveLink&"TOPIC_ID="&Topic_ID&"&whichpage="&maxpages&SearchLink&""">#187;</a>"
response.write " (of "&maxpages&")"
else
response.write " <strong>1</strong> (of 1)"
end if
response.write "</td>"
top="0"
end sub

The #187 is showing like this:

Page: 1 2 3 4 #187; (of 7)

What's that?
I see there's a #171 in the code also but didn't see that on my page.
<
tribaliztic Posted - 01 March 2006 : 08:05:40
Okay, then you know what to do today..;)
Don't forget search.asp when you're at it hehe..
<
MarcelG Posted - 01 March 2006 : 08:00:18
Correction ; I was mistaking. I have NOT got it running on topic.asp. <
MarcelG Posted - 01 March 2006 : 07:46:48
If I'm not mistaking I've got it running on topic.asp.<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.07 seconds. Powered By: Snitz Forums 2000 Version 3.4.07