The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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. |
#2
|
|||
|
|||
![]()
find to postbit _legacy
Code:
<if condition="$show['inlinemod']"> 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> 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> Code:
<a name="bottom"></a> |
#3
|
|||
|
|||
![]()
Don't work
![]() Nothing buttons are showed in the showthread page ![]() And sorry, but where is the quote post? ![]() --------------- Added [DATE]1225657883[/DATE] at [TIME]1225657883[/TIME] --------------- I have added this code in my postbit under : Code:
<!-- icon and title --> <div class="smallfont"> 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> <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> 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 |
#4
|
|||
|
|||
![]()
this code works cause i am using it. u need to add top.png and bottom.png to /buttons folder
|
#5
|
|||
|
|||
![]()
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 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|