The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
|
#12
|
||||
|
||||
Quote:
|
#13
|
|||
|
|||
PHP Code:
PHP Code:
|
#14
|
||||
|
||||
Edit..wait..i do only need one row. Nevermind :P
|
#15
|
|||
|
|||
just use query_first.
|
#16
|
||||
|
||||
Alright, looks like all PHP-end errors are done..now im not getting the new template to display as it's the first post..maybe i did something wrong with the install instructions?
here's the template edit's: Code:
################################ template newthread & editpost: ################################ ====== find: ====== <fieldset class="fieldset"> <legend>$vbphrase[miscellaneous_options]</legend> =========== add above: =========== $hackoptions ##################### template showthread: ##################### ====== find: ====== <div id="posts">$postbits<div id="lastpost"></div></div> =========== add above: =========== <if condition="$pagenumber != 1"> <div id="firstpost">$postbits_firstpost</div> </if> ################################## template: threadadmin_movethread ################################## ====== find: ====== <div><label for="rb_method_movered"><input type="radio" name="method" value="movered" id="rb_method_movered" checked="checked" />$vbphrase[move_and_leave_redirect_in_previous_forum]</label></div> <div><label for="rb_method_copy"><input type="radio" name="method" value="copy" id="rb_method_copy" />$vbphrase[copy_thread_to_destination_forum]</label></div> ============== replace with: ============== <if condition="$foruminfo[hack_poster] !='1'"> <div><label for="rb_method_movered"><input type="radio" name="method" value="movered" id="rb_method_movered" checked="checked" />$vbphrase[move_and_leave_redirect_in_previous_forum]</label></div> </if> <if condition="$foruminfo[hack_poster] !='1'"> <div><label for="rb_method_copy"><input type="radio" name="method" value="copy" id="rb_method_copy" />$vbphrase[copy_thread_to_destination_forum]</label></div> </if> #################################### template: threadbit #################################### ====== find: ====== $thread[movedprefix] $thread[typeprefix] $thread[moderatedprefix] <if condition="$show['gotonewpost']"> <strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong> =========== change to: =========== $thread[movedprefix] $thread[typeprefix] $thread[moderatedprefix] <if condition="$show['gotonewpost']"> <strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"><if condition="$ishack">[$hack[version_vb]] </if>$thread[threadtitle]<if condition="$ishack"> [$hack[version_hack]]</if></a></strong> ====== find: ====== <if condition="$show['paperclip']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/paperclip.gif" alt="<phrase 1="$thread[attach]">$vbphrase[x_attachments]</phrase>" /> </if> =========== add above: =========== <if condition="$ishack">($install_count)</if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|