PHP Classes

File: htdocs/themes/xbootstrap/modules/newbb/newbb_thread.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/newbb/newbb_thread.tpl   Download  
File: htdocs/themes/xbootstrap/modules/newbb/newbb_thread.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: Merge branch 'master' into feature/fix_font_awesome_icons
Merge pull request #1396 from luciorota/patch-9

Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Merge pull request #1120 from GregMage/formcaptcha_Option2

Formcaptcha option2, closes #1119 closes #1121
newbbPHP8_xbootstrap
Merge pull request #841 from geekwright/profilefieldopts

Add options text editing to profile field edit
Merge pull request #772 from GregMage/update_tpl_xmmodules

Update tpl xmmodules
Merge xswatch4
Date: 3 months ago
Size: 7,395 bytes
 

Contents

Class file image Download
<div class="newbb-thread clearfix"> <{if !isset($forum_post_prefix) || $forum_post_prefix === null }> <{assign var=forum_post_prefix value="forumpost"}> <div id="<{$forum_post_prefix}>0"></div> <{/if}> <div class="col-sm-3 col-md-3 text-center newbb-user-data"> <{$topic_post.poster.link}> <{if isset($topic_post.poster.uid) && $topic_post.poster.uid > -1}> <{if isset($topic_post.poster.uid) && $topic_post.poster.uid != 0}> <{if isset($topic_post.poster.avatar) && $topic_post.poster.avatar != "blank.gif"}> <img src="<{$xoops_upload_url}>/<{$topic_post.poster.avatar}>" alt="<{$topic_post.poster.name}>" class="img-circle img-thumbnail"> <{else}> <img src="<{$xoops_imageurl}>images/newbb-noavatar.png" alt="<{$topic_post.poster.name}>" class="img-circle img-thumbnail"> <{/if}> <{if !empty($topic_post.poster.rank.title)}> <ul class="list-unstyled"> <li><{$topic_post.poster.rank.title}></li> <li><img src="<{$xoops_upload_url}>/<{$topic_post.poster.rank.image}>" alt="<{$topic_post.poster.rank.title}>"></li> </ul> <{/if}> <{if !empty($infobox.show)}> <a data-toggle="collapse" href="#<{$topic_post.post_id}>" title="<{$smarty.const.THEME_INFO}>" class="btn btn-primary btn-sm mb10"><span class="glyphicon glyphicon-info-sign"></span></a> <div id="<{$topic_post.post_id}>" class="collapse"> <ul class="list-unstyled text-left"> <li><{$smarty.const._MD_NEWBB_JOINED}>: <{$topic_post.poster.regdate}></li> <{if $topic_post.poster.from}> <li><{$smarty.const._MD_NEWBB_FROM}> <{$topic_post.poster.from}></li> <{/if}> <{if $topic_post.poster.groups}> <li><{$smarty.const._MD_NEWBB_GROUP}> <{foreach item=group from=$topic_post.poster.groups|default:null}> <{$group}> <{/foreach}></li> <{/if}> <li> <{$smarty.const._MD_NEWBB_POSTS}>: <{if isset($topic_post.poster.posts) && $topic_post.poster.posts > 0}> <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewpost.php?uid=<{$topic_post.poster.uid}>" title="<{$smarty.const._ALL}>"> <{$topic_post.poster.posts}> </a> <{else}> 0 <{/if}> </li> <{if isset($topic_post.poster.digests) && is_array($topic_post.poster.digests) && $topic_post.poster.digests|count > 0}> <li> <{$smarty.const._MD_NEWBB_DIGESTS}>: <{$topic_post.poster.digests}> </li> <{/if}> <{if !empty($topic_post.poster.level)}> <li><{$topic_post.poster.level}></li> <{/if}> <{if !empty($topic_post.poster.status)}> <li><{$topic_post.poster.status}></li> <{/if}> </ul> </div> <{/if}> <{else}> <div class="comUserRankText"><{$anonymous_prefix}><{$topic_post.poster.name}></div> <{/if}> <{else}> &nbsp; <{/if}> <ul class="list-unstyled"> <{if !empty($topic_post.poster_ip)}> <li>IP: <a href="https://www.whois.sc/<{$topic_post.poster_ip}>" target="_blank"><{$topic_post.poster_ip}></a></li> <{/if}> <{if isset($topic_post.poster.uid) && $topic_post.poster.uid > 0}> <li><{$smarty.const._MD_NEWBB_POSTEDON}><{$topic_post.post_date}></li> <{/if}> </ul> </div> <div class="col-sm-9 col-md-9 newbb-message-area"> <div class="newbb-forum-title"> <strong><{$topic_post.post_title}></strong> <{if $topic_post.post_id > 0}> <a id="<{$forum_post_prefix|default:''}><{$topic_post.post_id}>" href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewtopic.php?post_id=<{$topic_post.post_id}>#forumpost<{$topic_post.post_no}>" title="<{$topic_post.post_no}>" class="newbb-post-anchor"> #<{$topic_post.post_no}> </a> <{/if}> </div><!-- .newbb-forum-title --> <{$topic_post.post_text}> <{if $topic_post.post_attachment}> <div class="newbb-thread-attachment"> <{$topic_post.post_attachment}> </div> <{/if}> <{if $topic_post.post_edit}> <div class="text-right"> <small class="text-muted"><em><{$topic_post.post_edit}></em></small> </div> <{/if}> <{if $topic_post.post_signature}> <div class="newbb-user-signature"> <{$topic_post.post_signature}> </div> <{/if}> </div> </div><!-- .newbb-thread --> <div class="clearfix newbb-links mb10"> <div class="col-md-6 nompl hidden-xs"> <{if $topic_post.thread_action}> <{foreach item=btn from=$topic_post.thread_action|default:null}> <a href="<{$btn.link}>&amp;post_id=<{$topic_post.post_id}>" title="<{$btn.name}>" <{if $btn.target}>target="<{$btn.target}>"<{/if}>> <{$btn.image|default:''}> </a> <{/foreach}> <{/if}> </div> <div class="col-md-6 text-right nompl"> <{if $mode > 1 && $topic_post.poster.uid > -1}> <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/action.post.php?post_id=<{$topic_post.post_id}>&amp;op=split&amp;mode=1" title="<{$smarty.const._MD_NEWBB_SPLIT_ONE}>"> <{$smarty.const._MD_NEWBB_SPLIT_ONE}> </a> | <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/action.post.php?post_id=<{$topic_post.post_id}>&amp;op=split&amp;mode=2" title="<{$smarty.const._MD_NEWBB_SPLIT_TREE}>"> <{$smarty.const._MD_NEWBB_SPLIT_TREE}> </a> | <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/action.post.php?post_id=<{$topic_post.post_id}>&amp;op=split&amp;mode=3" title="<{$smarty.const._MD_NEWBB_SPLIT_ALL}>"> <{$smarty.const._MD_NEWBB_SPLIT_ALL}> </a> <input type="checkbox" name="post_id[]" id="post_id[<{$topic_post.post_id}>]" value="<{$topic_post.post_id}>"> <{else}> <{if $topic_post.thread_buttons}> <{foreach item=btn from=$topic_post.thread_buttons|default:null}> <a class="btn btn-primary btn-xs" href="<{$btn.link}>&amp;post_id=<{$topic_post.post_id}>" title="<{$btn.name}>"><{$btn.image}></a> <{/foreach}> <{/if}> <{/if}> <a class="btn btn-success btn-xs" href="#threadtop" title="<{$smarty.const._MD_NEWBB_TOP}>"><span class="glyphicon glyphicon-circle-arrow-up"></span></a> </div> </div>