Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Release] Page Nav. Blocks Details »»
[Release] Page Nav. Blocks
Version: 1.00, by SaintDog SaintDog is offline
Developer Last Online: Jan 2007 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 06-03-2002 Last Update: Never Installs: 0
 
No support by the author.

Author: TubeDogg (Modified By: SaintDog)

Description: This will teach you how to change the basic page navigation (ie: 1, 2, 3) to that of block navigation using CSS with a few template modifications (preview below).

Preview:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 07-11-2002, 11:46 AM
Kai Bo Kai Bo is offline
 
Join Date: Oct 2001
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can i know what problem i got?
Reply With Quote
  #33  
Old 07-11-2002, 01:09 PM
Trust
Guest
 
Posts: n/a
Default

You writed something wrong...or you doens't copy it right...it's an error with the script...
Reply With Quote
  #34  
Old 07-11-2002, 01:20 PM
*^*Blue^Dan*^*
Guest
 
Posts: n/a
Default

thanks

cool
Reply With Quote
  #35  
Old 07-11-2002, 01:20 PM
Kai Bo Kai Bo is offline
 
Join Date: Oct 2001
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
########################################################
####    Page Navigation Blocks
####    By: TubeDogg modified by erdem
####    For: vBulletin Version 2.x.x
####    Downloaded From: vBulletinTemplates.com
########################################################

This template modification will change your current page navigation to a blocked
page navigation (such as that used at vBulletinTemplates). To make this work
you need to change the current coding in each template, to the below coding:
allright great modification ... tnx sd ...
here is the bug fixes and spaces for this modification ..

new modification list :
(copy from the line beginning... cause i put spaces to fit ur needs )

~ pagenav:
<!--Pages ($totalpages): --><b>$firstlink $prevlink $pagenav $nextlink $lastlink</b>

~ pagenav_curpage:
 <span cl***="pagenumstatic">$curpage</span>

~ pagenav_firstlink:
<span cl***="pagenum"><a href="$address&pagenumber=$curpage">?/a></span>

~ pagenav_lastlink:
<span cl***="pagenum"><a href="$address&pagenumber=$curpage">?/a></span>

~ pagenav_nextlink:
<span cl***="pagenum"><a href="$address&pagenumber=$nextpage">?/a></span>

~ pagenav_pagelink:
 <span cl***="pagenum"><a href="$address&pagenumber=$curpage">$curpage</a></span>

~ pagenav_prevlink:
<span cl***="pagenum"><a href="$address&pagenumber=$prevpage">?/a></span>


Now, after you have modified the above templates, you will need to add the below to your
"headinclude" template
(for making boxes color to board compatible new headinclude modification)


.pagenumstatic {
	color: #000000;
	background-color: {secondaltcolor};
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 1em;
	text-decoration: none;
}
.pagenum A:link, .pagenum A:visited, .pagenum A:active {
	color: #000088;
	background-color: {categorybackcolor};
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 1em;
	text-decoration: none;
}
.pagenum A:hover {
	color: #000000;
	background-color: {secondaltcolor};
	text-decoration: none;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 1em;
	text-decoration: none;
}
.cat A:link, .cat A:visited, .cat A:active {
	color: {linkcolor};
                text-decoration: none;
}
.cat A:hover {
	color: {hovercolor};
	text-decoration: underline;
}


thats all ...
greetz!
erdem
this is i download from here...
i dont know why have some "?/a>" inside...
i guess this is my problem. and i am using Chi Windows.
Reply With Quote
  #36  
Old 07-11-2002, 01:40 PM
B2S
Guest
 
Posts: n/a
Default

cool...nice i was looking for this
Reply With Quote
  #37  
Old 07-12-2002, 06:00 AM
Kai Bo Kai Bo is offline
 
Join Date: Oct 2001
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

b4 i use winXP to read it have "?" inside...
this time i use win98 .. Display " "
Reply With Quote
  #38  
Old 07-12-2002, 09:19 PM
Andrew Tatum
Guest
 
Posts: n/a
Default

Hey people, I'm pretty new here, and I just installed this hack and am having a problem here. For some reason, there is a gray area near my buttons. If anyone can help me out, please let me know. Thank you:

Example:

http://www.finheaven.com/boardvb2/sh...=&pagenumber=3
Reply With Quote
  #39  
Old 07-14-2002, 05:54 AM
noelmd2001 noelmd2001 is offline
 
Join Date: Feb 2003
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i posted this plea for help in the template mod support, but was not able to get any response. hope it's okay if i post it here...

i followed the instrcutions very carefully.

i got the page navigation blocks working for several days, then when i was putting in some hacks, i finally found that my page nav blocks are not what they should appear to be.

i don't have any idea what happened. i edited the templates again and again, checking each time, and still the same results.

guys, do you have any idea where the problem might be?

this is how my page blocks look like.... (see attached)

thank you. though the page navigation is working, i of course want it to work really well (as in vbt). adance thanks guys...

this forum really rocks!
Reply With Quote
  #40  
Old 07-14-2002, 06:15 AM
SaintDog SaintDog is offline
 
Join Date: Nov 2001
Location: Tennessee
Posts: 1,975
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The background you have there is not free for use, stealing images from vBT is no way to get any support (in fact, it is a great way to be banned from the community and website alltogether).

Reply With Quote
  #41  
Old 07-14-2002, 11:28 AM
noelmd2001 noelmd2001 is offline
 
Join Date: Feb 2003
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by SaintDog
The background you have there is not free for use, stealing images from vBT is no way to get any support (in fact, it is a great way to be banned from the community and website alltogether).

sorry..but i realized that early enough after i posted this plea...

i apologize again... i just tested the background with the hope of putting a similar one myself...

i changed the background and textareas to this (see attachment)...

again my apologies if i caused confusion and hurt...

this site really rocks and would not do anything to lose this privelege...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:05 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05694 seconds
  • Memory Usage 2,295KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete