The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#12
|
||||
|
||||
![]()
Cool hack...
|
#13
|
|||
|
|||
![]() Quote:
|
#14
|
||||
|
||||
![]() Quote:
- Fixed up the PHP and removed the '' around numeric values and removed some excess spacing. - Fixed the select field. In the next version I will see about making the options only show up when there is a sticky. The major problem is you can sticky the thread on that page and it uses a check box instead of a radio button so it will take some time to code it. |
#15
|
|||
|
|||
![]() Quote:
Quote:
Quote:
![]() |
#16
|
|||
|
|||
![]()
Installed the mod but it is not workign , checked 10 times but still not workign..can you check template edits please ?
|
#17
|
||||
|
||||
![]()
What part isn't working? And do you have the pulgin turned on?
|
#18
|
|||
|
|||
![]()
The advance sticky options isint displaying in thread edit and thread post and yes plugin is turned on!
![]() |
#19
|
||||
|
||||
![]()
Ok, do you just have on style on your forums? If you do you have to do this to all of your templates. If that dosn't help try this.
Replace template threadadmin_editthread with this. (this is the default threadadmin_editthread with the addition) HTML Code:
<form action="postings.php" method="post" name="vbform"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="t" value="$threadid" /> <input type="hidden" name="do" value="updatethread" /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat">$vbphrase[edit_thread]</td> </tr> <tr> <td class="thead">$vbphrase[title]: <span style="font-weight:normal">$threadinfo[title]</span></td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <div style="width:$stylevar[formwidth]" align="$stylevar[left]"> <!-- subject field --> <table cellpadding="0" cellspacing="0" border="0" style="margin-bottom:$stylevar[formspacer]px"> <tr> <td class="smallfont" colspan="3">$vbphrase[title]:</td> </tr> <tr> <td><input type="text" class="bginput" name="title" value="$threadinfo[title]" size="50" maxlength="85" tabindex="1" title="$vbphrase[optional]" /></td> <td> </td> <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td> </tr> </table> <!-- / subject field --> <div class="fieldset"> $vbphrase[moderator_notes] / $vbphrase[thread_summary]:<br /> <input type="text" class="bginput" name="notes" value="$threadinfo[notes]" size="50" maxlength="250" /> </div> <if condition="$show['undeleteoption']"> <fieldset class="fieldset"> <legend>$vbphrase[deletion_status]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <td>$vbphrase[item_deleted_would_you_like_to]</td> </tr> <tr> <td> <div><label for="rb_threadstatus_0"><input type="radio" name="threadstatus" value="0" id="rb_threadstatus_0" checked="checked" />$vbphrase[leave_it_deleted]</label></div> <div><label for="rb_threadstatus_1"><input type="radio" name="threadstatus" value="1" id="rb_threadstatus_1" />$vbphrase[undelete_it_restore]</label></div> <if condition="$show['removeoption']"> <div><label for="rb_threadstatus_2"><input type="radio" name="threadstatus" value="2" id="rb_threadstatus_2" />$vbphrase[physically_remove]</label></div> </if> </td> </tr> <tr> <td> $vbphrase[reason_for_deletion]:<br /> <input type="text" class="bginput" name="reason" value="$threadinfo[del_reason]" size="50" maxlength="125" /> </td> </tr> </table> </fieldset> </if> <fieldset class="fieldset"> <legend>$vbphrase[options]</legend> <div style="padding:$stylevar[formspacer]px"> <div><label for="cb_open"><input type="checkbox" name="open" value="yes" id="cb_open" $openchecked />$vbphrase[thread_is_open]</label></div> <div><label for="cb_sticky"><input type="checkbox" name="sticky" value="yes" id="cb_sticky" $stickychecked />$vbphrase[thread_is_sticky]</label></div> <if condition="$show['moderateoption']"> <div><label for="cb_visible"><input type="checkbox" name="visible" value="yes" id="cb_visible" $visiblechecked />$vbphrase[thread_is_visible]</label></div> </if> </div> </fieldset> <fieldset class="fieldset"> <legend>Sticky $vbphrase[options]</legend> <div style="padding:$stylevar[formspacer]px"> <div> Sticky Display Order:<br /> <input type="text" class="bginput" name="sticky_order" value="$threadinfo[sticky_order]" size="5" maxlength="3" /> Descending Order (0 = Lowest) </div> <div> Sticky Expiry Date:<br /> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <td> <span class="smallfont">Month<br /> <select name="sticky_expiry[month]" tabindex="1"> <option value="-1" $monthselected[default]></option> <option value="1" $monthselected[1]>$vbphrase[january]</option> <option value="2" $monthselected[2]>$vbphrase[february]</option> <option value="3" $monthselected[3]>$vbphrase[march]</option> <option value="4" $monthselected[4]>$vbphrase[april]</option> <option value="5" $monthselected[5]>$vbphrase[may]</option> <option value="6" $monthselected[6]>$vbphrase[june]</option> <option value="7" $monthselected[7]>$vbphrase[july]</option> <option value="8" $monthselected[8]>$vbphrase[august]</option> <option value="9" $monthselected[9]>$vbphrase[september]</option> <option value="10" $monthselected[10]>$vbphrase[october]</option> <option value="11" $monthselected[11]>$vbphrase[november]</option> <option value="12" $monthselected[12]>$vbphrase[december]</option> </select> </span> </td> <td> <span class="smallfont">Day<br /> <input type="text" tabindex="1" class="bginput" name="sticky_expiry[day]" value="$sticky_expiry[day]" size="4" maxlength="2" /> </span> </td> <td> <span class="smallfont">Year<br /> <input type="text" tabindex="1" class="bginput" name="sticky_expiry[year]" value="$sticky_expiry[year]" size="4" maxlength="4" /> </span> </td> </tr> </table> </div> </div> </fieldset> $posticons </div> </div> <div style="margin-top:$stylevar[cellpadding]px"> <input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" /> <input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" /> </div> </td> </tr> </table> </form> <if condition="$show['modlog']"> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="5"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('editthread_modlog')"><img id="collapseimg_editthread_modlog" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_editthread_modlog].gif" alt="" border="0" /></a> $vbphrase[moderator_log] </td> </tr> <tbody id="collapseobj_editthread_modlog" style="$vbcollapse[collapseobj_editthread_modlog]"> <tr> <td class="thead" nowrap="nowrap">$vbphrase[date]</td> <td class="thead" nowrap="nowrap">$vbphrase[username]</td> <td class="thead" align="center">$vbphrase[action]</td> <td class="thead" align="center">$vbphrase[post]</td> <if condition="$show['ipaddress']"> <td class="thead" nowrap="nowrap">$vbphrase[ip_address]</td> </if> </tr> $logbits </tbody> </table> </if> |
#20
|
||||
|
||||
![]()
Any updates on how it went?
|
#21
|
||||
|
||||
![]()
Updated to v1.0.3
- Changed the default value of sticky order from 0 to 5. This was done so you may have stickies like Sig Testing that are always below new stickies. - Fixed some broken uninstall code. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|