View Single Post
  #17  
Old 04-08-2010, 11:17 PM
khalled khalled is offline
 
Join Date: Apr 2007
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by YankForum View Post
y don't u click on "[Show Default]" khalled?
btw if u r not able 2 do that here is the default code :

Code:
<vb:if condition="$show['quickcomment'] AND $show['post_visitor_message']">
{vb:raw block_data.clientscript}

<form name="vbform" id="message_form" method="post" action="visitormessage.php?{vb:raw session.sessionurl}do=message">
		<vb:if condition="$show['view_conversation']">
	<div class="subsectionhead">
			<a href="converse.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}&amp;u2={vb:raw bbuserinfo.userid}" id="view_my_conversation_link" class="textcontrol">{vb:rawphrase view_your_conversation_with_x, {vb:raw userinfo.username}}</a>
	</div>
		</vb:if>
	
	<a name="quickreply"></a>
	<vb:if condition="THIS_SCRIPT == 'converse'"><h2 class="blockhead">{vb:rawphrase post_a_comment}</h2></vb:if>
	<div class="errorblock hidden" id="qc_error_div">
		<h3 id="qc_error_header" class="blocksubhead">{vb:rawphrase errors_occured_when_submitted}</h3>
		<div id="qc_error_list" class="blockrow error">&nbsp;</div>
		<div id="qc_error_okay" class="blockrow"><input type="button" class="button" value="{vb:rawphrase okay}" id="qc_hide_errors" tabindex="1" /></div>
	</div>
	<vb:if condition="THIS_SCRIPT == 'converse'"><div class="wysiwyg_block"></vb:if>
	<div class="<vb:if condition="THIS_SCRIPT == 'converse'">blockbody formcontrols<vb:else />formcontrols profile_editor_border</vb:if>">
		<div<vb:if condition="THIS_SCRIPT == 'converse'"> class="blockrow"</vb:if>>
			<vb:if condition="THIS_SCRIPT != 'converse'"><label for="{vb:raw block_data.editorid}" class="hidden">{vb:rawphrase message}:</label></vb:if>
			<div class="editor">{vb:raw block_data.messagearea}</div>
		</div>
	</div>
	<div class="<vb:if condition="THIS_SCRIPT == 'converse'">blockfoot </vb:if>actionbuttons">
		<div class="group">
			<input type="submit" id="qr_submit" class="button" value="{vb:rawphrase post_message}" name="sbutton" accesskey="s" onclick="clickedelm = this.value" tabindex="1" />
			<input type="submit" id="qr_preview" class="button" value="{vb:rawphrase go_advanced}" name="preview" accesskey="x" onclick="clickedelm = this.value" tabindex="1" />
		</div>
	</div>
	<vb:if condition="THIS_SCRIPT == 'converse'"></div></vb:if>
	<input type="hidden" name="fromquickcomment" value="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="do" value="message" />
	<input type="hidden" name="u" value="{vb:raw userinfo.userid}" />
	<input type="hidden" name="u2" value="{vb:raw userinfo2.userid}" />
	<input type="hidden" name="loggedinuser" value="{vb:raw bbuserinfo.userid}" />
	<input type="hidden" name="parseurl" value="1" />
	<input type="hidden" name="lastcomment" value="{vb:raw block_data.lastcomment}" />
	<input type="hidden" name="allow_ajax_qc" value="{vb:raw show.allow_ajax_qc}" />
	<input type="hidden" name="fromconverse" value="{vb:raw block_data.fromconverse}" />
</form>
</vb:if>

<vb:if condition="$block_data['messagebits']">
<div id="postlist">
	<h3 class="subsectionhead"><label for="visitor_messages"><span class="comments_total">{vb:raw prepared.vm_total}</span> {vb:rawphrase visitor_messages}</label></h3>
	<form action="member_inlinemod.php?u={vb:raw userinfo.userid}" method="post" id="visitor_message_inlinemod_form">
		<!-- inline moderation form -->
		<ol id="message_list">
			{vb:raw block_data.messagebits}
		</ol>
		<div>
			<vb:if condition="$show['inlinemod']">
			<div id="inlinemod_formctrls" class="popupmenu">
				<a href="javascript://" class="popupctrl"><span class="ctrlcontainer">{vb:rawphrase moderation_tools}(<span id="vmessage_inlinemod_count">0</span>)</span></a>
				<ul class="popupbody popuphover">
					<vb:if condition="$show['delete']">
					<li><label><input type="radio" name="do" value="inlinedelete" checked="checked" /> {vb:rawphrase delete_messages}</label></li>
					</vb:if>
					<vb:if condition="$show['undelete']">
					<li><label><input type="radio" name="do" value="inlineundelete" /> {vb:rawphrase undelete_messages}</label></li>
					</vb:if>
					<vb:if condition="$show['approve']">
					<li><label><input type="radio" name="do" value="inlineapprove" /> {vb:rawphrase approve_messages}</label></li>
					<li><label><input type="radio" name="do" value="inlineunapprove" /> {vb:rawphrase unapprove_messages}</label></li>
					</vb:if>
					<li>&nbsp;</li>
					<li><label><input type="radio" name="do" value="clearmessage" /> {vb:rawphrase deselect_all_messages}</label></li>
					<li class="formsubmit">
						<input type="submit" class="button" value="{vb:rawphrase proceed_ellipsis}" /> 
					</li>
				</ul>
		<script type="text/javascript" src="clientscript/vbulletin_inlinemod.js?v={vb:raw vboptions.simpleversion}"></script>
		<script type="text/javascript">
		<!--
			vB_XHTML_Ready.subscribe(function() { register_inlinemod("visitor_message_inlinemod_form", "li", "postbit", "vmessage"); });
		//-->
		</script>
			</div>
			</vb:if>
			<div id="postpagestats">{vb:rawphrase showing_vms_x_to_y_of_z, {vb:raw block_data.messagestart}, {vb:raw block_data.messageend}, {vb:raw prepared.vm_total}}</div>
		</div>
		<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
		<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
		<input type="hidden" name="u" value="{vb:raw userinfo.userid}" />
	</form>
	
	<div id="above_postlist">
		<div id="pagination_top">
			{vb:raw block_data.pagenav}
		</div>
	</div>
</div>

<div id="below_postlist">
	<vb:if condition="$block_data['pagenav']">
	<div id="pagination_bottom">
		{vb:raw block_data.pagenav}
	</div>
	</vb:if>
</div>
</vb:if>

<vb:if condition="$show['quickcomment']">
	<script type="text/javascript" src="clientscript/vbulletin_quick_comment.js?v={vb:raw vboptions.simpleversion}"></script>
	<script type="text/javascript">
	<!--
	var quick_comment = new vB_QuickComment("message_form", {vb:raw vboptions.postminchars});
	//-->
	</script>
</vb:if>

<vb:if condition="$show['edit'] AND $show['popups']">
<!-- ajax errors table -->
<div id="ajax_post_errors" class="hidden">
	<div class="block">
		<div class="blockhead floatcontainer">
			<span class="blockhead_info"><input type="button" class="button" value=" X " id="quick_edit_errors_hide" /></span>
			<h2>{vb:rawphrase vbulletin_message}</h2>
		</div>
		<div class="blockbody">
			<div id="ajax_post_errors_message" class="blockrow">&nbsp;</div>
		</div>
		<div class="blockfoot">
			<a href="#" id="quick_edit_errors_cancel" class="textcontrol">{vb:rawphrase cancel_changes}</a>
		</div>
	</div>
</div>
<!-- / ajax errors table -->
</vb:if>
very thanks for help
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01275 seconds
  • Memory Usage 1,814KB
  • 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)bbcode_code
  • (1)bbcode_quote
  • (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