vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Template var for the page? (https://vborg.vbsupport.ru/showthread.php?t=215194)

MTGDarkness 06-02-2009 08:13 PM

Template var for the page?
 
Basically, I want to add a button that aims for the top of the page on each post. But I can't figure out how to make it work with threads and stuff... Basically, I have it as <a href="#top">, but I know I need something before the top... what do I need?

Lynne 06-02-2009 09:13 PM

The link is on the bottom of every page. Just steal the code from it (I believe it's in the footer).

MTGDarkness 06-02-2009 09:17 PM

I know the top link in the footer, but that also only ever leads to forum home. I need it to link to the top of the current page.

Lynne 06-02-2009 09:54 PM

Well, you need to add an anchor to where you want the link to take you.
Anchor:
HTML Code:

<a name="yourname">whatever</a>
Link:
HTML Code:

<a href="#yourname">To the Top!</a>

Seven Skins 06-02-2009 09:56 PM

Add this to the bottom of navbar template:
HTML Code:

<a name="top2">&nbsp;</a>
Add this to where ever you want:
HTML Code:

<a href="#top2">Top</a>
And it should scroll you to top of page just below navbar.



--------------- Added [DATE]1243983418[/DATE] at [TIME]1243983418[/TIME] ---------------



Opps too late :p ... already poasted by Lynne

Lynne 06-02-2009 09:57 PM

Beat you by two minutes, Seven Skins! :D

MTGDarkness 06-02-2009 10:03 PM

Yes, but that would link to that anchor on the forumhome, not on the showthread template.

Seven Skins 06-02-2009 10:05 PM

True ... I was testing the code before posting ... so I know for sure if it works or not.

--------------- Added [DATE]1243984077[/DATE] at [TIME]1243984077[/TIME] ---------------

Quote:

Originally Posted by MTGDarkness (Post 1822376)
Yes, but that would link to that anchor on the forumhome, not on the showthread template.

We are anchoring that just below navbar ... so the page scrolls upto navbar only.
I have tested it and it works on all pages ... forumhome, showthread, userCP ...


All times are GMT. The time now is 01:42 PM.

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.01002 seconds
  • Memory Usage 1,726KB
  • 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
  • (4)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete