The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Lynne, it looks so good the other one. So i will keep it. Thank you so very much.
Will the one you have posted there show up next to the other one? --------------- Added [DATE]1253722843[/DATE] at [TIME]1253722843[/TIME] --------------- Or do you have the code to the same button, that shows me the New Posts/New Threads page? |
#12
|
||||
|
||||
You can put it in the same table if you want:
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:$stylevar[margin_3px_fix]px"> <tr valign="top"> <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td> <td class="smallfont"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a></td> <td class="smallfont"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> </tr> </table> |
#13
|
||||
|
||||
Hi again.
Are that code that you put there for both buttons? Yes, i am "blond". Sorry. :lol: If i put in that i have to remove the other one? otherwise it will be dobbel? :hug: --------------- Added [DATE]1253723934[/DATE] at [TIME]1253723934[/TIME] --------------- I tryed to do that and it shows ut, but no button, perhaps i have to add a button to images. Do ypu know which folder? --------------- Added [DATE]1253724029[/DATE] at [TIME]1253724029[/TIME] --------------- And if, what shall i call the button? --------------- Added [DATE]1253724825[/DATE] at [TIME]1253724825[/TIME] --------------- I have tryed to use: getnew.gif and i have tryed search.gif.. Trying to sort out in your code what to use. --------------- Added [DATE]1253724949[/DATE] at [TIME]1253724949[/TIME] --------------- Quote:
--------------- Added [DATE]1253727244[/DATE] at [TIME]1253727244[/TIME] --------------- Hope you can help me with the imagecode. --------------- Added [DATE]1253798488[/DATE] at [TIME]1253798488[/TIME] --------------- I have tryed to fix a button code my self, but . |
#14
|
||||
|
||||
Quote:
Lynn has benn an angel and supplied me with this code, but the show new thread does not show up as a button, just a frase. Can anyone help me with the code for a button? Last line. Attached: the image for it. <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:$stylevar[margin_3px_fix]px"> <tr valign="top"> <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td> <td class="smallfont"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a></td> <td class="smallfont"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> </tr> </table> |
#15
|
||||
|
||||
Here is the code for a button:
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:$stylevar[margin_3px_fix]px"> <tr valign="top"> <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td> <td class="smallfont"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a></td> <td class="smallfont" align="$stylevar[left]"> <a href="search.php?$session[sessionurl]do=getnew" accesskey="2"><img src="$stylevar[imgdir_button]/nyeinnlegg.gif" alt="$vbphrase[reply]" border="0" /></a> </td> </tr> </table> problem solved. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|