Log in

View Full Version : [Question] help me plz


Mouse_cats
07-18-2006, 08:41 AM
hi all,

i want a button of the reporting the post to be previewed like this in this picture plz look at the before and after pictures:

Before:
http://img105.imageshack.us/img105/5823/18wl2.jpg


After:
http://img78.imageshack.us/img78/5075/23fq2.jpg

plz tell me how can i make it?

Rickie3
07-18-2006, 09:24 AM
go to adminCP,select vBulleting Options,then when the window opens select Style & Language Settings,then scroll down to Use Legacy (Vertical) Postbit Template tick NO then hit save at the bottom

Mouse_cats
07-18-2006, 10:13 AM
thanks but i dont want to use this view as u can see from the picture that its vertical but the buttons in the top not like you gave me plz can u tell me another way?

Rickie3
07-18-2006, 10:45 AM
maybe in postbit_legacy template find
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>

and place somewhere at the top of the postbit_legacy template where you want it,I may be wrong its only a suggestion

Mouse_cats
07-18-2006, 11:11 AM
ok thanks for helping i will try it and i will post a reply

thanks its working thanks alot

and here is how to do it:
first search for that code:
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>

then cut it and search for postcount and add below this code:
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>


thats it thanks again

Terminatoronly
04-04-2007, 12:12 PM
thats nice :D