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)

Martin64 07-20-2002 01:42 PM

Nice one. Installed. :)

Ethics 07-21-2002 11:45 PM

well the last part where it says... "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)"

do i replace it or do i put it under? because i tried placing it under and i got a bunch of text on top of my forum which looked really bad, where do i insert the last part?

c-pr0mpt 07-24-2002 06:50 AM

Ethics: Insert it directly above this

Code:

</style>

Ethics 07-24-2002 05:38 PM

thank you :)

c-pr0mpt 07-25-2002 12:46 AM

No prob :)

rukasu 07-27-2002 01:45 PM

This rawks!

TheLink 07-29-2002 07:15 AM

where do I put the bottom part in the headinclude area? Whats it go under?

SaintDog 07-29-2002 07:32 AM

See above 2-3 posts :)

AxelRos3 07-29-2002 08:09 AM

Hi Kai Bo, i dont know if im wrong or right but i think this is the problem

~ 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>



see where it says:

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

i think you need to change the

">?/a></span>

to

">?</a></span>

its missing the <

if im wrong sorry, but thats how it looks to me.

eGoR 07-29-2002 09:30 AM

I was requesting it ages ago and ppl were telling what its DHTML applet.. arghh ey...

thx, m8

Loxias 07-30-2002 11:51 AM

Cool mod guys....I too have a question though. I tried putting a link to the css code into an external style sheet, however it doesn't work. Anyone have any ideas or suggestions?

This is the link I put in my headinclude

<link href="styles.css" rel="stylesheet" type="text/css">

Thanks for the help!

ZiRu$ 08-01-2002 02:50 PM

INSTALLED! thx

K33nny 08-01-2002 03:01 PM

Quote:

Cool mod guys....I too have a question though. I tried putting a link to the css code into an external style sheet, however it doesn't work. Anyone have any ideas or suggestions?

This is the link I put in my headinclude

<link href="styles.css" rel="stylesheet" type="text/css">


Thanks for the help!
The style sheet calls for variables from vB and if the file is external those variables can be read so everything is discarded and none of the CSS works such as colors, font sizes, & so forth.

I'm so tired, my explanation is crap. Hopefully it somehow helps you understand.

Loxias 08-01-2002 03:22 PM

Quote:

Originally posted by k33nny


The style sheet calls for variables from vB and if the file is external those variables can be read so everything is discarded and none of the CSS works such as colors, font sizes, & so forth.

I'm so tired, my explanation is crap. Hopefully it somehow helps you understand.


Understood perfectly. I'm having other weird problems now that I've actually implemented it. I've reapplied it 3 or 4 times and everytime it's a different issue. Sometimes I only get the blocks only onmouseover, sometimes I only get a block for the active page. Gotta figure out where I'm messing this up.

Anyway, thanks for the reply.

noelmd2001 08-03-2002 02:00 PM

i have the same problem....

still hasn't solve it too...and i don't know what to do...

Loxias 08-03-2002 08:17 PM

Figured it out....I was using the image name in the Styles | Colors option i.e.

#FFFFFF" background="blah.gif"

So if you're doing that take out the image name and try it. Thought I had already done that, but I guess not.

noelmd2001 08-04-2002 07:11 AM

Quote:

Originally posted by Loxias
Figured it out....I was using the image name in the Styles | Colors option i.e.

#FFFFFF" background="blah.gif"

So if you're doing that take out the image name and try it. Thought I had already done that, but I guess not.

where exactly is this Styles | Colors option?

tell me please. i have to get my page na blocks working...

thanks...

mashby 08-04-2002 02:59 PM

Quote:

Originally posted by noelmd
where exactly is this Styles | Colors option?
1. Log in to your Admin Control Panel.

2. Browse down the navigation on the left for a section called "Styles"

3. Select the "modify" option

4. Select the "[fonts/colors/etc]"

5. Scroll down to your "Color Options" and make the changes you wish to make there.

fraqheart 08-04-2002 03:01 PM

&nbsp;&nbsp;&nbsp;&nbsp;Lol. Good suggestion mashby. I just installed and modded this to fit the Chatter Phorums. Check it out here. Tell me what you think. Thanks Saint.

~ Anthony ~

Trekkie 08-14-2002 06:00 PM

Thank you

Trekkie 08-15-2002 05:11 PM

Quote:

Originally posted by Loxias
Figured it out....I was using the image name in the Styles | Colors option i.e.

#FFFFFF" background="blah.gif"

So if you're doing that take out the image name and try it. Thought I had already done that, but I guess not.

To solve the Problem search for {categorybackcolor} and put your Hex Code instead of that

now the blocks are working

Fresco 08-16-2002 11:56 AM

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 :(]

Velocd 08-17-2002 12:48 AM

Nice addition :D

Velocd 08-17-2002 02:34 AM

For some reason this modification doesn't wanna work correctly on my forum. I've done the spaces and what not all correctly, yet it's looking as it does in the screenshot I've attached.

Any help would be great :D

Mclaren 08-20-2002 08:40 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 :(]

The same happened with me...... the mod only worked in the Netscape Browser, in the IE not worked the way it supposted to be

can somebody help us...... thanks.......

flip 08-20-2002 09:30 PM

thnx alot i like it :)

LoRDsTaR 08-23-2002 08:41 AM

Thanks!!!! -> installed

Av3ng3r 08-26-2002 07:09 PM

cool template mod , thanks keep it up :)

NickieNonstop 09-29-2002 02:52 PM

Hi ya VB'ers out there!!! :)

Got a problem with this absolutely great modification (W0o0o0oho0o0o0ow!!)... Maybe you guys can help me out on this one...

I modified the templates just as you told, but I don't get the boxes around the pagenumbers!!!!!!

Got a screenshot here


And my headinclude is attached...

Thanx in advance!!!!!

NickieNonstop
Partygangers.NL

Red Shadow 09-30-2002 05:36 PM

i finally found this!!

Richy T. 10-02-2002 01:16 PM

Awesome modification. Total rookie here and with all of your posts on the little probs I was able to knock this out in 10 minutes.

Thanks.

alkatraz 10-13-2002 10:44 AM

I noticed this mod on this board and said "I've got to find that!"

Thanks!!

PS: Installed without any probs

Smoothie 10-14-2002 05:45 AM

Works and looks nice. Thanks for this...

Zehlek 10-14-2002 01:49 PM

Excellent job, thanks?

jackos 10-16-2002 03:09 PM

Great ! thx

imported_Speedy 10-18-2002 09:23 PM

All of theses poeple love this hack, and I do to lol, but look what it does when I add the hack, it just doesn't look right for some strange reason :(


\\ - Speedy- //


PS sorry I forgot to had this, how can I make this look more readable I guess is what I want to say lol

imported_Speedy 10-20-2002 04:18 PM

I hope bumping is aload :S

*BUMP*

\\ - Speedy - //

bonnmac 10-20-2002 04:22 PM

Thanks :) This really makes a nice addition. Much appreciated

sonic3d 10-21-2002 09:44 PM

i having trouble with this too. i installed this hack b4 and it worked flawlessly but i un-installed it for some reason. now i am re-installing it but it doesn't work. there isn;t ne boxes whatso ever. i put the code in the header insert correct. dunno whats the problem. cna ne1 help me?

l8er
sonic

Zehlek 11-07-2002 08:41 PM

Thanks it works great!!!


All times are GMT. The time now is 04:18 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.01308 seconds
  • Memory Usage 1,808KB
  • 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
  • (1)bbcode_code_printable
  • (6)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
  • (40)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