The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Please
How to..
1) Put the link to the new posts on thread (right to the 1,2,3...last page) 2) in the thread set up that posts doesn't counts |
#2
|
||||
|
||||
You want to move the link to the new posts (View First Unread) to next to the pagination numbers? Just find and move this code in the SHOWTHREAD template to where you want it:
HTML Code:
<div class="smallfont"> <if condition="$show['firstunreadlink']"> <a href="$firstunread"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[view_first_unread]" border="0" /></a> <a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a> </if> </div> |
#3
|
||||
|
||||
Quote:
--------------- Added [DATE]1234350727[/DATE] at [TIME]1234350727[/TIME] --------------- Also I added that code but didn't show up |
#4
|
||||
|
||||
No, you cannot set it up for a thread.
That code is just the standard vb code in your showthread template. If it was working in the standard place right below Post Reply, then it should work wherever you move it to. |
#5
|
||||
|
||||
Can you help me please more about 1). thing?!
step by step please! |
#6
|
||||
|
||||
Post what you've done and let's see what's wrong. (Please use code/html tags around your template code.)
|
#7
|
||||
|
||||
First, I go to /admincp
then, I go to style manager then what? |
#8
|
||||
|
||||
Edit Templates
Expand the templates - <<>> Find the SHOWTHREAD template Find the lines in post 2 and move it to where you want |
#9
|
||||
|
||||
but that is also the problem, where to place it to show where I told you, as you said:
You want to move the link to the new posts (View First Unread) to next to the pagination numbers? - YES and do I delete this code or just copy it to another place too (the place I want..) |
#10
|
||||
|
||||
Find this and remove it:
HTML Code:
<td class="tcat" width="100%"> <div class="smallfont"> <if condition="$show['firstunreadlink']"> <a href="$firstunread"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[view_first_unread]" border="0" /></a> <a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a> </if> </div> </td> HTML Code:
<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if> HTML Code:
<td class="smallfont" align="right" width="100%"> <if condition="$show['firstunreadlink']"> <a href="$firstunread"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[view_first_unread]" border="0" /></a> <a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a> </if> </td> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|