vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Quote-Top-Down button in each post (https://vborg.vbsupport.ru/showthread.php?t=195263)

Sworm 11-02-2008 04:46 PM

Quote-Top-Down button in each post
 
Hi all,
anybody can help me to add this 3 button in each post of my forum?
http://img514.imageshack.us/img514/7677/catturaxt0.jpg

-Quote post in PM- First button
-Top Button- Clicking this my users will go upper on the forum
-Down Button- Clicking this button my users will go down on my forum

Please help me.

Konstantinos 11-02-2008 05:43 PM

find to postbit _legacy

Code:

<if condition="$show['inlinemod']">
ADD BEFORE

Code:

<a href="#top" onclick="self.scrollTo(0, 0); return false;"><img class="inlineimg" src="$stylevar[imgdir_button]/top.png" alt="Top" border="0"/></a>
--------------- Added [DATE]1225655114[/DATE] at [TIME]1225655114[/TIME] ---------------

for the bottom do the same like

Code:

<a href="#bottom" onclick="self.scrollTo(0, 0); return false;"><img class="inlineimg" src="$stylevar[imgdir_button]/bottom.png" alt="Top" border="0"/></a>
and in your footer template add in the first line

Code:

<a name="bottom"></a>

Sworm 11-02-2008 06:11 PM

Don't work :(
Nothing buttons are showed in the showthread page :(

And sorry, but where is the quote post? https://vborg.vbsupport.ru/external/2008/11/25.gif

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

I have added this code in my postbit under :
Code:

<!-- icon and title -->
                        <div class="smallfont">

i have added:
Code:

<span style="float:right">
<a href="private.php?do=newpm&postid=$post[postid]"><img  src="http://www.myforum.com/forum/images/misc/pmquote.gif" alt="Cita questo messaggio in privato" border="0" /></a> <a href="#top"><img src="http://www.myforum.com/forum/images/buttons/top.gif" alt="Vai in cima" border="0" width=22 height=15 /></a>&nbsp;<a href="#down"><img src="http://www.myforum.com/forum/images/buttons/down.gif" alt="Vai in basso" border="0" width=14 height=10 /></a></span>

Ok the 3 images are showed, but work only the "top" button, the quote and the down# button don't work.
The pm button don't quote the username (Recipient Username) and the content of the pm (the post quoted).
The down# button i don't know why don't work :( .

Please anybody can correct this code?

Thanks

Konstantinos 11-02-2008 07:08 PM

this code works cause i am using it. u need to add top.png and bottom.png to /buttons folder

Sworm 11-03-2008 04:09 PM

Re-Tryed on my 3.73 version, and the Kostantinos code work, but there's a problem.

If i click on the "Bottom" arrow, the page scroll to up.
If i copy the link of the bottom arrow the page scroll correctly in the bottom of the page.

Why this?

What is the error?

Kostantinos, can you post the exact location of the bottom code in postbit_legacy and the exact location in the footer template?

Sorry but i'm not expert. (i have seo installed , i don't know if is it that cause this problem)

Thanks


All times are GMT. The time now is 03: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.01015 seconds
  • Memory Usage 1,724KB
  • 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
  • (6)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