View Single Post
  #12  
Old 09-04-2012, 05:34 PM
maupassant maupassant is offline
 
Join Date: Feb 2009
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bummer. Still not working for me.

How do I post a template here ? Do I just copy and paste in the message box ?

First one (threadadmin_deleteposts) with your modification :

<div id="pagetitle">
<h1>{vb:rawphrase delete_posts}</h1>
</div>

<form action="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}inlinemod.php?t={vb:raw threadid}&amp;p={vb:raw postid}&amp;postids={vb:raw postids}" method="post" name="vbform" class="vbform block">

<h2 class="blockhead">{vb:rawphrase delete_posts}</h2>
<div class="blockbody formcontrols">
<h3 class="blocksubhead">{vb:rawphrase deleting_x_posts_from_y_threads_in_z_forums, {vb:raw postcount}, {vb:raw threadcount}, {vb:raw forumcount}}</h3>
<div class="section">
<div class="blockrow">
<label>{vb:rawphrase delete_posts}:</label>
<ul class="checkradio group dep_group rightcol">
<vb:if condition="$show['deleteposts']">
<li>
<label><input type="radio" class="dep_ctrl" name="deletetype" value="1" id="rb_del_soft" {vb:raw checked.delete} tabindex="1" /> {vb:rawphrase soft_delete_leave_deleted_message}</label>
</li>
<li id="rb_del_soft_deps" class="floatcontainer deps">
<label for="cb_keepattachments">
<input type="checkbox" name="keepattachments" value="1" id="cb_keepattachments" {vb:raw checked.delete} tabindex="1" /> {vb:rawphrase keep_attachments}
</label>
</li>
</vb:if>
<vb:if condition="$show['removeposts']">
<li>
<label for="rb_del_hard" class="floatcontainer">
<input type="radio" name="deletetype" value="2" id="rb_del_hard" {vb:raw checked.remove} tabindex="1" /> {vb:rawphrase physically_remove}
</label>
</li>
</vb:if>
</ul>
<p class="description">
{vb:rawphrase delete_types_explained}
<vb:if condition="$show['firstpost']"><br /><br />{vb:rawphrase deleting_the_first_post}</vb:if>
</p>
</div>

<vb:if condition="$show['deleteposts']">
<div class="blockrow">
<label for="deletereason">{vb:rawphrase reason_for_deletion}:</label>
<input type="text" class="primary textbox" name="deletereason" value="{vb:raw threadinfo.del_reason}" maxlength="125" tabindex="1" />
<p class="description">
{vb:rawphrase delete_reason_explained}
</p>
</div>
</vb:if>
</div>
</div>
<div class="blockfoot actionbuttons">
<div class="group">
<input type="submit" class="button" value="{vb:rawphrase delete_posts}" accesskey="s" tabindex="1" />
<input type="reset" class="button" value="{vb:rawphrase cancel}" accesskey="c" onclick="history.back(1)" tabindex="1" />
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="t" value="{vb:raw threadid}" />
<input type="hidden" name="p" value="{vb:raw postid}" />
<input type="hidden" name="postids" value="{vb:raw postids}" />
<input type="hidden" name="do" value="dodeleteposts" />
<input type="hidden" name="url" value="{vb:raw url}" />
</div>
</div>
</form>
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01322 seconds
  • Memory Usage 1,776KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete