vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   [Release] Page Nav. Blocks (https://vborg.vbsupport.ru/showthread.php?t=83554)

CaMi 11-08-2002 02:19 PM

worked
awesome
:)

guest dude 11-19-2002 12:57 AM

If people havent figured it out and still get the space between the blocks, here's wut u do...

in pagenav_pagelink, u should have...
Code:

<span class="pagenum"><a href="$address&pagenumber=$curpage">$curpage</a></span>
Well replace it with...
Code:

<span class="pagenum"><a href="$address&pagenumber=$curpage">$curpage</a></span>&nbsp

It should work, it worked for me.

Vray 11-24-2002 09:19 AM

nice hack

Popa'Doc 12-05-2002 12:57 AM

sweet thx man
this is a great little template

imageconstrux 01-12-2003 04:24 PM

This is my first template mod on my new board! Makes it much easier on the >20yr old eyes, easier to click.

Thanks for the great mod!

*clicks install*

Jeff

Splitz 01-15-2003 10:51 PM

how do you get them to hover

imported_ULTIMATESSJ 01-19-2003 10:32 PM

Quote:

Originally posted by Fresco
I got a problem with this..
i installed everything but at my forum it just says 123 but when you go over it it suddenly becomes a box :S what did i do wrong? :(


[ re-did it 2 times :(]

i'm getting this problem as well, so anyone gonna answer this sometime soon

crusades 01-20-2003 05:16 PM

vey nice thank's!!!

Orfejs 02-01-2003 07:32 AM

great

dstruct2k 02-04-2003 07:28 AM

I have no clue what you guys are doing wrong, because mine worked great. Now I'm gonna look in to finding some styles for cheap (free, I hope lol) that have support for vBPortal. They're not easy to find, and I can't buy them. (My vBulletin was a gift from a friend... :D He's awesome lol) If only I was old enough to have a PayPal account....

My site!

chiel 02-06-2003 02:31 PM

I'm trying to install this hack but I find I verry hard to understand. What templates must I edit?

Its says:"Now, after you have modified the above templates" but what templates are that??

imported_XrayHead 02-07-2003 08:17 AM

Installed with no probs. I left the pagenav one alone as i liked it more.
Thanks for the mod.

Xrayhead

PS, I think you should cange the txt file to say [replace the code with this].

chiel 02-10-2003 01:36 PM

Is there maybe a original tread for this?? maybe on vbulletin.org?

mcyates 02-16-2003 08:45 AM

NOT WORKING
http://www.myfootballforum.com/discu...&threadid=2923

Its just numbers again, i have changed all the code and below is my headerinclude:

Code:

<meta http-equiv="MSThemeCompatible" content="Yes">
<script language="Javascript">
function *****gister() { window.open
("*****gister.php?s=&action=*****gistered",
 "*****gistered", "toolbar=no,scrollbars=yes,resizable=yes,width=240,height=400"); }
</script>
<style type="text/css">
BODY {
background-color:#CBDBED;
        SCROLLBAR-BASE-COLOR: {categorybackcolor};
        SCROLLBAR-ARROW-COLOR: {categoryfontcolor};
}
SELECT {
        FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
        FONT-SIZE: 11px;
        COLOR: #000000;
        BACKGROUND-COLOR: #CFCFCF
}
TEXTAREA, .bginput {
        FONT-SIZE: 12px;
        FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
        COLOR: #000000;
        BACKGROUND-COLOR: #CFCFCF;
            BACKGROUND-IMAGE: url("http://www.myfootballforum.com/image.gif");
            BORDER: 1px dotted #5182C2;
A:link, A:visited, A:active {
        COLOR: {linkcolor};
}
A:hover {
        COLOR: {hovercolor};
}
#cat A:link, #cat A:visited, #cat A:active {
        COLOR: {categoryfontcolor};
        TEXT-DECORATION: none;
}
#cat A:hover {
        COLOR: {categoryfontcolor};
        TEXT-DECORATION: underline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
        COLOR: {linkcolor};
        TEXT-DECORATION: none;
}
#ltlink A:hover {
        COLOR: {hovercolor};
        TEXT-DECORATION: underline;
}
.thtcolor {
        COLOR: {tableheadtextcolor};
}
.pageNum {color: #ffffff; background-color: #808080; border-color: #000000; border-style: solid; border-width: 1px; margin: 0px; padding: 0px; padding-left: 4px; padding-right: 4px; width: 1em;}
a.pageNum {color: #0000ff; background-color: #e0e0e0;}
a.pageNum:hover {color: #ffffff; background-color: #a0a0a0;}


.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;
}



</style>

$headnewpm


dstruct2k 02-17-2003 05:33 AM

Ok, now I need help. My vBulletin had to be reinstalled, and now this isn't working properly. It's centered. Here's a multi-page thread that I'm having problems with, showthread avaliable upon request.

dstruct2k 02-17-2003 05:38 AM

Never mind, I reverted the showthread template back to original, and then re-added the Quick-Reply hack. Works fine now.

imported_Someguy 02-22-2003 04:03 AM

no offense, but couldn't all these silly little problems go away (the spaces) with a &nbsp; in the doc?

Mickie D 04-30-2003 10:46 PM

PUCKA

thanks so much cant find this install button i keep reading about if i could i would have pressed it ages ago

thanks so much super dooper mod this is

Vb-Hispano 08-06-2003 08:35 PM

hello

is valid for vb3?

dstruct2k 08-07-2003 05:02 PM

Quote:

Originally Posted by Mickie D
PUCKA

thanks so much cant find this install button i keep reading about if i could i would have pressed it ages ago

thanks so much super dooper mod this is

Been reading old posts, I see. The install button ran away with vB 2.3.0 when they upgraded vBT.

MrNase 08-09-2003 05:16 PM

great one :)

iam using this for the "last Thread" & "next Thread" Feature too :)

Demo: http://www.sportboard.de/v2/showthre...st&forumid=129 (bottom)

Areku 09-17-2003 10:12 AM

How come u removed this so cool hack from this site???

I dont mean the attach, but the fact of vbulletintemplates.com board using it!

Floris 09-17-2003 11:01 AM

Probably because it hasn't been ported or re-released for version 3 yet :)

You might be suprised some time this week :)

azmi 09-18-2003 11:43 AM

it works very well, but....

how can i disable the space, when there is the "next link"
looks like:
|1|2|3|4|5|Spacer|>| Spacer |>>|

trekwarfare 09-29-2003 03:35 PM

Nice! Thank You!

imported_GLO 03-10-2004 12:14 PM

Quote:

Originally Posted by SaintDog
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:
http://www.vbulletintemplates.com/mo...s/blocknav.gif

Where is the preview??

Thanks


All times are GMT. The time now is 04:17 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01427 seconds
  • Memory Usage 1,776KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete