Advertisement
Guest User

Untitled

a guest
Feb 1st, 2011
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.55 KB | None | 0 0
  1. {vb:raw template_hook.postbit_start}
  2. <li class="postbitlegacy postbitim postcontainer" id="post_{vb:raw post.postid}">
  3. <!-- see bottom of postbit.css for .userinfofloat: right .popupmenu styles -->
  4.  
  5. <div class="posthead">
  6. <vb:if condition="$show['inlinemod']"><label for="post_imod_checkbox_{vb:raw post.postid}"></vb:if>
  7. <span class="postdate {vb:raw post.statusicon}">
  8. <vb:if condition="$show['announcement']">
  9. <span class="date">{vb:rawphrase x_until_y, {vb:raw post.startdate}, {vb:raw post.enddate}}</span>
  10. <vb:else />
  11. <span class="date">{vb:raw post.postdate}<vb:if condition="!$show['detailedtime']">&nbsp;<span class="time">{vb:raw post.posttime}</span></vb:if></span>
  12. </vb:if>
  13. </span>
  14. <span class="nodecontrols">
  15. <vb:if condition="$post['postid'] AND $post['threadid'] AND !$show['moderated']">
  16. <a name="post{vb:raw post.postid}" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}" class="<vb:if condition="$show['inlinemod']">ie</vb:if>postcounter">#{vb:raw post.postcount}</a><a id="postcount{vb:raw post.postid}" name="{vb:raw post.postcount}"></a>
  17. </vb:if>
  18. <vb:if condition="$show['moderated']">{vb:rawphrase moderated_post}</vb:if>
  19. <vb:if condition="$show['inlinemod']">
  20. <input class="postimod" type="checkbox" id="post_imod_checkbox_{vb:raw post.postid}" name="plist[{vb:raw post.postid}]" value="{vb:raw post.checkbox_value}" />
  21. </vb:if>
  22. </span>
  23. <vb:if condition="$show['inlinemod']"></label></vb:if>
  24. </div>
  25. <div class="postdetails">
  26. <div class="userinfo">
  27. <div class="username_container">
  28. <vb:if condition="$show['avatar']">
  29. <a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
  30. <img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
  31. </a>
  32. </vb:if>
  33. <vb:if condition="$post['userid']">
  34. {vb:raw memberaction_dropdown}
  35. {vb:raw post.onlinestatus}
  36. <vb:else />
  37. <span class="username guest">{vb:raw post.musername}</span>
  38. </vb:if>
  39. </div>
  40.  
  41. <table class="postbitavatarplusinfo">
  42. <tr>
  43. <td>
  44.  
  45. </td>
  46. <td></td>
  47. <td>
  48. <span class="usertitle">
  49. {vb:raw post.usertitle}
  50. </span>
  51. <vb:if condition="$post['rank']">
  52. <span class="rank">{vb:raw post.rank}</span>
  53. </vb:if>
  54. {vb:raw template_hook.postbit_userinfo_left}<br />
  55. <vb:if condition="$show['reputation']">
  56. <span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
  57. </vb:if>
  58.  
  59. </td>
  60. </tr>
  61. </table>
  62.  
  63. <vb:if condition="$post['userid']">
  64. <hr />
  65. <br><!-- Wy Country Flags Start -->
  66. <vb:if condition="$post['field6']">
  67. <dt>Country:</dt><img src="http://www.righteouskings.com/images/bTech/buttons/flags/{vb:raw post.field6}.GIF" alt="This is {vb:raw post.username}'s Country Flag" border="" /></vb:if></p>
  68. <!-- Wy Flags End --></br>
  69. <dl class="userinfo_extra">
  70. <vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
  71. <vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
  72. <vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
  73. <dt>{vb:rawphrase 'posts'}</dt> <a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw post.userid}&amp;contenttype=vBForum_Post&amp;showposts=1" title="View {vb:raw post.username}'s posts">{vb:raw post.posts}</a>
  74. <dt>Liked</dt> <dd>{vb:raw post.vbseo_likes_in} times</dd>
  75. {vb:raw template_hook.postbit_userinfo_right_after_posts}
  76. </dl>
  77.  
  78. <vb:if condition="$show['infraction'] OR $show['reppower']">
  79.  
  80. <dl class="user_rep">
  81. <vb:if condition="$show['infraction']">
  82. <dt>{vb:rawphrase infractions}</dt>
  83. <dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
  84. </vb:if>
  85. <vb:if condition="$show['reputation']">
  86. <vb:if condition="$show['reppower']">
  87. <dt>{vb:rawphrase reppower}</dt>
  88. <dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd>
  89. </vb:if>
  90. </vb:if>
  91. </dl>
  92. </vb:if>
  93.  
  94. <table class="moodandflag" cellpadding="5">
  95. <tr>
  96. <td align="center">
  97. {vb:raw vmoods_postbit}
  98. </td>
  99. <td align="left">
  100. </td>
  101. </tr>
  102. </table>
  103.  
  104. {vb:raw template_hook.postbit_userinfo_right}
  105. <div class="imlinks">
  106. {vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
  107. <vb:if condition="$post['field13']">
  108. <a target ="blank" href="{vb:raw post.field13}"><img src="images/postbit_social/twitter.png" alt="Follow {vb:raw post.username} On Twitter" /></a>
  109. </vb:if>
  110. <vb:if condition="$post['field12']">
  111. <a target ="blank" href="{vb:raw post.field12}"><img src="images/postbit_social/facebook.png" alt="Add {vb:raw post.username} on Facebook" /></a>
  112. </vb:if>
  113. <vb:if condition="$post['field#']">
  114. <a target ="blank" href="{vb:raw post.field#}"><img src="images/postbit_social/bebo.png" alt="Add {vb:raw post.username} on Bebo" /></a>
  115. </vb:if>
  116. <vb:if condition="$post['field#']">
  117. <a target ="blank" href="{vb:raw post.field#}"><img src="images/postbit_social/myspace.png" alt="Add {vb:raw post.username} on MySpace" /></a>
  118. </vb:if>
  119. <vb:if condition="$post['field14']">
  120. <a target ="blank" href="{vb:raw post.field14}"><img src="images/postbit_social/justintv.png" alt="Visit {vb:raw post.username}'s Justin.tv Channel" /></a>
  121. </vb:if>
  122. <vb:if condition="$post['field11']">
  123. <a target ="blank" href="{vb:raw post.field11}"><img src="images/postbit_social/youtube.png" alt="Visit {vb:raw post.username}'s Youtube Channel" /></a>
  124. </vb:if>
  125. <vb:if condition="$post['field#']">
  126. <a target ="blank" href="{vb:raw post.field#}"><img src="images/postbit_social/vimeo.png" alt="Visit {vb:raw post.username}'s Vimeo Channel" /></a>
  127. </vb:if>
  128. </div>
  129. </vb:if>
  130. </div>
  131. <div class="postbody">
  132. <div class="postrow<vb:if condition="$show['postedited'] || $post['signature']"> has_after_content</vb:if>">
  133. {vb:raw template_hook.postbit_messagearea_start}
  134. <vb:if condition="$post['title'] OR $show['messageicon']">
  135. <h2 class="title icon">
  136. <vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
  137. </h2>
  138. </vb:if>
  139.  
  140.  
  141. <vb:if condition="$post['isfirstshown']">
  142. {vb:raw ad_location.ad_showthread_firstpost_start}
  143. {vb:raw ad_location.thread_first_post_content}
  144. </vb:if>
  145. <vb:if condition="$post['islastshown']">
  146. {vb:raw ad_location.thread_last_post_content}
  147. </vb:if>
  148. <div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">
  149. <div id="post_message_{vb:raw post.postid}">
  150. <blockquote class="postcontent restore ">
  151. {vb:raw post.message}
  152. </blockquote>
  153. </div>
  154.  
  155. <vb:if condition="$show['attachments']">
  156. <div class="attachments">
  157.  
  158. <vb:if condition="$show['thumbnailattachment']">
  159. <fieldset class="postcontent">
  160. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_thumbnails}" /> {vb:rawphrase attached_thumbnails}</legend>
  161. {vb:raw post.thumbnailattachments}
  162. </fieldset>
  163. </vb:if>
  164.  
  165. <vb:if condition="$show['imageattachment']">
  166. <fieldset class="postcontent">
  167. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_images}</legend>
  168. {vb:raw post.imageattachments}
  169. </fieldset>
  170. </vb:if>
  171.  
  172. <vb:if condition="$show['imageattachmentlink']">
  173. <fieldset class="postcontent">
  174. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_images}</legend>
  175. <ul>
  176. {vb:raw post.imageattachmentlinks}
  177. </ul>
  178. </fieldset>
  179. </vb:if>
  180.  
  181. <vb:if condition="$show['otherattachment']">
  182. <fieldset class="postcontent">
  183. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_files}</legend>
  184. <ul>
  185. {vb:raw post.otherattachments}
  186. </ul>
  187. </fieldset>
  188. </vb:if>
  189.  
  190. <vb:if condition="$show['moderatedattachment']">
  191. <fieldset class="postcontent">
  192. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attachments_pending_approval}</legend>
  193. <ul>
  194. {vb:raw post.moderatedattachments}
  195. </ul>
  196. </fieldset>
  197. </vb:if>
  198.  
  199. </div>
  200. <!-- / attachments -->
  201. </vb:if>
  202. </div>
  203. </div>
  204. <vb:if condition="$show['postedited'] || $post['signature']">
  205. <div class="after_content">
  206. <vb:if condition="$show['postedited']">
  207. <!-- edit note -->
  208. <blockquote class="postcontent lastedited">
  209. <!-- <img src="{vb:stylevar imgdir_button}/edit_40b.png" class="inlineimg" alt="" /> -->
  210. <vb:if condition="$show['postedithistory']">
  211. {vb:rawphrase last_edited_link_by_x_on_y_at_z_postid, {vb:raw post.edit_username}, {vb:raw post.edit_date},
  212. {vb:raw post.edit_time}, {vb:raw post.historyurl}}
  213. <vb:else />
  214. {vb:rawphrase last_edited_by_x_on_y_at_z, {vb:raw post.edit_username}, {vb:raw post.edit_date}, {vb:raw post.edit_time}}
  215. </vb:if>
  216. <vb:if condition="$post['edit_reason']">
  217. <span class="reason">{vb:rawphrase reason}:</span> {vb:raw post.edit_reason}
  218. </vb:if>
  219. </blockquote>
  220. <!-- / edit note -->
  221. </vb:if>
  222. {vb:raw template_hook.postbit_signature_start}
  223. {vb:raw ad_location.ad_showthread_firstpost_sig}
  224. <vb:if condition="$post['signature']">
  225. <blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
  226. </vb:if>
  227. {vb:raw template_hook.postbit_signature_end}
  228. </div>
  229. </vb:if>
  230. <div class="cleardiv"></div>
  231. </div>
  232. </div>
  233. <div class="postfoot">
  234. <!-- <div class="postfoot_container"> -->
  235. <div class="textcontrols floatcontainer">
  236. <span class="postcontrols">
  237. <img style="display:none" id="progress_{vb:raw post.postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase loading_editor_please_wait}" />
  238. <vb:if condition="$post['editlink']">
  239. <a class="editpost" href="{vb:raw post.editlink}" name="vB::QuickEdit::{vb:raw post.postid}"><img src="{vb:raw vboptions.cleargifurl}" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a>
  240. <span class="seperator">&nbsp;</span>
  241. </vb:if>
  242. <vb:if condition="$show['quickreply'] AND !$show['threadedmode']">
  243. <a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}" rel="nofollow"><img id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
  244. <span class="seperator">&nbsp;</span>
  245. </vb:if>
  246. <vb:if condition="$post['replylink']">
  247. <a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow"><img id="quoteimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase reply_with_quote}" /> <vb:if condition="$post['forwardlink']">{vb:rawphrase reply_to_private_message}<vb:else />{vb:rawphrase reply_with_quote}</vb:if></a>
  248. <vb:if condition="$show['multiquote_post']"><span class="seperator">&nbsp;</span></vb:if>
  249. </vb:if>
  250. <vb:if condition="$show['multiquote_post']">
  251.  
  252. <a class="multiquote" href="{vb:raw post.replylink}" rel="nofollow" onclick="return false;" id="mq_{vb:raw post.postid}"><img id="mq_image_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase multi_quote_this_message}" />&nbsp;</a>
  253. </vb:if>
  254. </span>
  255. <span class="postlinking">
  256. <vb:if condition="!$post['forwardlink'] && THIS_SCRIPT != 'usernote' && THIS_SCRIPT != 'announcement'">
  257. <vb:if condition="$promote_sectionid AND $promote_sectionid != -1">
  258. <a href="{vb:raw promote_url}" class="promotecms">{vb:rawphrase promote_to_article}</a>
  259. <span class="seperator">&nbsp;</span>
  260. </vb:if>
  261. </vb:if>
  262.  
  263. {vb:raw template_hook.postbit_controls}
  264. {vb:raw post.iplogged}
  265. <vb:if condition="$post['forwardlink']">
  266. <a class="forwardpost" href="{vb:raw post.forwardlink}" rel="nofollow"><img src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase forward_message}" /> {vb:rawphrase forward}</a>
  267. <vb:if condition="$show['reputationlink'] OR $show['infractionlink'] OR $show['moderated'] OR $show['spam'] OR $show['deletedpost'] OR $show['redcard'] OR $show['yellowcard']"><span class="seperator">&nbsp;</span></vb:if>
  268. </vb:if>
  269. <vb:if condition="$show['reputationlink']">
  270. <span class="reputationpopupmenu popupmenu popupcustom" title="{vb:raw post.postid}"><a class="popupctrl reputation" title="{vb:rawphrase reputation}" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&amp;p={vb:raw post.postid}" rel="nofollow" id="reputation_{vb:raw post.postid}"><!--<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase reputation}" /> -->&nbsp;</a></span>
  271. </vb:if>
  272.  
  273. <vb:if condition="$show['infractionlink']">
  274. <a class="infraction" href="infraction.php?{vb:raw session.sessionurl}do=report&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}"><!-- <img src="{vb:stylevar imgdir_button}/add-infraction_sm.png" alt="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}" /> --> &nbsp;</a> &nbsp;
  275. </vb:if>
  276. <vb:if condition="$show['reportlink']">
  277. <a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> -->&nbsp;</a> &nbsp;
  278. </vb:if>
  279.  
  280. <vb:if condition="$show['moderated']">
  281. <img class="moderated" src="{vb:stylevar imgdir_misc}/moderated_sm.png" alt="{vb:rawphrase moderated_post}" />
  282. </vb:if>
  283. <vb:if condition="$show['spam']">
  284. <img class="spam" src="{vb:stylevar imgdir_misc}/spam_detected.png" alt="{vb:rawphrase spam_post}" />
  285. </vb:if>
  286. <vb:if condition="$show['deletedpost']">
  287. <vb:if condition="$show['managepost']">
  288. <a class="deleted" href="postings.php?{vb:raw session.sessionurl}do=managepost&amp;p={vb:raw post.postid}" title="{vb:rawphrase manage}"><!-- <img src="{vb:stylevar imgdir_misc}/deleted_sm.png" alt="{vb:rawphrase manage}" /> --> &nbsp;</a>
  289. <vb:else />
  290. <img class="deleted_nolink" class="inlineimage" src="{vb:stylevar imgdir_misc}/deleted_sm.png" alt="{vb:rawphrase deleted_post}" />
  291. </vb:if>
  292. </vb:if>
  293. <vb:if condition="$show['redcard']">
  294. <a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><!-- <img src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /> --> &nbsp;</a>
  295. <vb:elseif condition="$show['yellowcard']" />
  296. <a class="yellowcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_warning}"><!--<img src="{vb:stylevar imgdir_button}/yellow-card_sm.png" alt="{vb:rawphrase received_warning}" /> --> &nbsp;</a>
  297. </vb:if>
  298. </span>
  299. <!-- </div> -->
  300. </div>
  301. </div>
  302. <hr />
  303. </li>
  304. {vb:raw template_hook.postbit_end}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement