View Single Post
  #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
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01255 seconds
  • Memory Usage 1,773KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete