Thread: Forum Display Enhancements - User Avatars In Thread Listing
View Single Post
  #137  
Old 09-29-2011, 08:26 AM
steve71 steve71 is offline
 
Join Date: Dec 2006
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is the default version of the search_results_postbit (vbulletin 4.0.3)
There is no <div class="contact">


Quote:
<li class="imodselector threadbit" id="post_{vb:raw post.postid}">
<div class="nonsticky">
<div class="threadinfo post">
<!-- status icon block -->
<a class="threadstatus"></a>

<!-- title / author block -->
<div class="inner">
<h3 class="searchtitle">
{vb:raw post.typeprefix} {vb:raw post.prefix_rich} <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}" title="{vb:var post.pagetext}"><strong>{vb:raw post.threadtitle}</strong></a>
</h3>

<div class="threadmeta">
<div class="author">
<vb:if condition="$post['userid']">
{vb:rawphrase posted_by_x_y_z_a, {vb:link member, {vb:raw post}, null, 'userid', 'username'}, {vb:raw post.username}, {vb:raw post.postdate}, {vb:raw post.posttime}}
<vb:else />
{vb:rawphrase posted_by_x_y_z_guest, {vb:raw post.username}, {vb:raw post.postdate}, {vb:raw post.posttime}}
</vb:if>

<vb:if condition="$show['moderated']"><span class="moderated shade">{vb:rawphrase this_message_is_moderated}</span></vb:if>
<vb:if condition="$show['deleted']">
<span class="moderated shade">
{vb:rawphrase {vb:raw post.del_phrase}, {vb:link member, {vb:raw post}, null, 'del_userid', 'del_username'}, {vb:raw post.del_username}}
<vb:if condition="$post['del_reason']">
{vb:rawphrase reason_for_deletion}: <em>{vb:raw post.del_reason}</em>
</vb:if>
</span>
</vb:if>
</div>
</div>

</div>
</div>
<!-- threadstats -->
<ul class="threadstats td alt">
<li class="stats">{vb:rawphrase replies}: {vb:raw post.replycount}</li>
<li class="stats">{vb:rawphrase views}: {vb:raw post.views}</li>
</ul>
<!-- lastpost -->
<dl class="threadlastpost td">
<dt class="lastpostby hidden">{vb:rawphrase last_post_by}:</dt>
<dd>{vb:rawphrase last_post}: <em class="time">{vb:raw lastpostdate}&nbsp;{vb:raw lastpostdatetime}</em></dd>
<dd>
<vb:if condition="$threadinfo['lastposterid']">
{vb:rawphrase by_x, {vb:link member, {vb:raw threadinfo}, null, 'lastposterid', 'lastposter'}, {vb:raw threadinfo.lastposter}}
<vb:else />
{vb:rawphrase by_x_guest , {vb:raw threadinfo.lastposter}}
</vb:if>
&nbsp;<a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_lastpost}, 'threadid', 'threadtitle'}#post{vb:raw threadinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
</dd>
</dl>

<div class="threadpostedin td alt">
<p>
{vb:rawphrase forum}:<br /><a href="{vb:link forum, {vb:raw post}, null, 'forumid', 'forumtitle'}" title="{vb:raw post.forumtitleclean}">{vb:raw post.forumtitle}</a>
</p>
</div>

<vb:if condition="$show['inlinemod']">
<!-- fourth block -->
<label class="threadimod">
<input type="checkbox" id="post_imod_checkbox_{vb:raw post.postid}" name="imodcheck[{vb:raw post.postid}]" />
</label>
</vb:if>

</div>
</li>
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01189 seconds
  • Memory Usage 1,788KB
  • 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_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