vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Back to Top. (https://vborg.vbsupport.ru/showthread.php?t=39819)

Brad 06-13-2002 06:50 PM

Back to Top.
 
1 Attachment(s)
Very easy and fast template mod, what this dose is allow you to put a link in your postbit, when click the user will pop back to the top of the page.

frist edit postbit


find

Code:

<a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]"><img src="{ imagesfolder }/quote.gif" border="0" alt="Reply w/Quote"></a>

Below that add

Code:

<a href="showthread.php?s=$session[sessionhash]&threadid=$post[threadid]#top"><img src="{ imagesfolder }/icon_go_up.gif" border="0" alt="Back to Top"></a>
remember to remove the spaces in { imagesfolder }

upload the attached image to the images folder and you done. :bunny:

Boofo 06-13-2002 06:58 PM

Or you could just do this if you wanted a text link and wanted to use javascript. :)

Code:

<b><a href="javascript:self.scrollTo(0,0);"><font color="#EEEEFF">Back to Top</a></b></font>

Chris M 06-13-2002 07:54 PM

Or you could use even simpler HTML...

In showthread add :

Code:

<a name="top"></a>
wherever you want...

In postbit add :

Code:

<a href="#top"><img src="{ imagesfolder }/on.gif" alt="Back to Top"></a>
(Remember to remove the spaces in { imagesfolder })

Satan

Atian 06-13-2002 11:03 PM

1 Attachment(s)
pretty nice,i still have these problem..it seems that before the images a > appearsmive check my $postibt but nothing worng with it,heres a pic

Brad 06-13-2002 11:12 PM

somehow you put a > in front of the image somehwere, just remove it.


All times are GMT. The time now is 02:40 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.01161 seconds
  • Memory Usage 1,715KB
  • 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
  • (5)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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