Advertisement
Guest User

postcontainer

a guest
Oct 15th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.46 KB | None | 0 0
  1. {{$idField = $comment::$databaseColumnId;}}
  2. {{$itemClassSafe = str_replace( '\\', '_', mb_substr( $comment::$itemClass, 4 ) );}}
  3. {{if $comment->isIgnored()}}
  4. <div class='ipsComment ipsComment_ignored ipsType_light' id='elIgnoreComment_{$comment->$idField}' data-ignoreCommentID='elComment_{$comment->$idField}' data-ignoreUserID='{$comment->author()->member_id}'>
  5. {lang="ignoring_content" sprintf="$comment->author()->name"} <a href='#elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu data-ipsMenu-menuID='elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu-appendTo='#elIgnoreComment_{$comment->$idField}' data-action="ignoreOptions" title='{lang="see_post_ignore_options"}' class='ipsType_blendLinks'>{lang="options"} <i class='fa fa-caret-down'></i></a>
  6. <ul class='ipsMenu ipsHide' id='elIgnoreComment_{$comment->$idField}_menu'>
  7. <li class='ipsMenu_item ipsJS_show' data-ipsMenuValue='showPost'><a href='#'>{lang="show_this_post"}</a></li>
  8. <li class='ipsMenu_sep ipsJS_show'><hr></li>
  9. <li class='ipsMenu_item' data-ipsMenuValue='stopIgnoring'><a href='{url="app=core&module=system&controller=ignore&do=remove&id={$comment->author()->member_id}" seoTemplate="ignore"}'>{lang="stop_ignoring_posts_by" sprintf="$comment->author()->name"}</a></li>
  10. <li class='ipsMenu_item'><a href='{url="app=core&module=system&controller=ignore" seoTemplate="ignore"}'>{lang="change_ignore_preferences"}</a></li>
  11. </ul>
  12. </div>
  13. {{endif}}
  14.  
  15. <a id='comment-{$comment->$idField}'></a>
  16. <article {{if $comment->author()->hasHighlightedReplies()}}data-memberGroup="{$comment->author()->member_group_id}" {{endif}} id='elComment_{$comment->$idField}' class='cPost ipsBox {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if ( settings.reputation_enabled and settings.reputation_highlight and $comment->reactionCount() >= settings.reputation_highlight ) OR $comment->isFeatured()}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->author()->hasHighlightedReplies()}}ipsComment_highlighted{{endif}}{{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden() OR $item->hidden() === -2}}ipsModerated{{endif}}'>
  17. {{if $item->isQuestion() and !$comment->new_topic}}
  18. {template="postRating" group="topics" app="forums" params="$item, $comment, $votes"}
  19. {{endif}}
  20.  
  21. <div class='cAuthorPane cAuthorPane_mobile ipsResponsive_showPhone ipsResponsive_block'>
  22. <h3 class='ipsType_sectionHead cAuthorPane_author ipsResponsive_showPhone ipsResponsive_inlineBlock ipsType_break ipsType_blendLinks ipsTruncate ipsTruncate_line'>
  23. {template="userLink" group="global" app="core" params="$comment->author(), $comment->warningRef(), $comment->author()->group['g_id']"}
  24. <span class='ipsResponsive_showPhone ipsResponsive_inline'>&nbsp;&nbsp;{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span>
  25. </h3>
  26. <div class='cAuthorPane_photo'>
  27. {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"}
  28. </div>
  29. </div>
  30. <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'>
  31. <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong>{$comment->author()->link( $comment->warningRef() )|raw}</strong> <span class='ipsResponsive_showPhone ipsResponsive_inline'>&nbsp;&nbsp;{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span></h3>
  32.  
  33. <ul class='cAuthorPane_info ipsList_reset'>
  34. {{if $comment->author()->member_title && $comment->author()->member_id}}
  35. <li class='ipsType_break'>{$comment->author()->member_title}</li>
  36. {{elseif $comment->author()->rank['title'] && $comment->author()->member_id}}
  37. <li class='ipsType_break'>{$comment->author()->rank['title']}</li>
  38. {{endif}}
  39. {{if $comment->author()->rank['image'] && $comment->author()->member_id}}
  40. <li>{$comment->author()->rank['image']|raw}</li>
  41. {{endif}}
  42.  
  43. <li class='cAuthorPane_photo'>
  44. {{if $comment->author()->pp_main_photo}}<a href='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}-{$comment->author()->name}" seoTemplate="profile" seoTitle="$comment->author()->name"}' data-ipsHover data-ipsHover-target='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}-{$comment->author()->name}&do=hovercard" seoTemplate="profile" seoTitle="$comment->author()->name"}' title="{lang="view_user_profile" sprintf="$comment->author()->name"}"><span class='ipsUserPhoto ipsUserPhoto_variable'><img src="{setting="base_url"}uploads/{$comment->author()->pp_main_photo}" /></span></a>{{else}}<a href='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}-{$comment->author()->name}" seoTemplate="profile" seoTitle="$comment->author()->name"}' data-ipsHover data-ipsHover-target='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}-{$comment->author()->name}&do=hovercard" seoTemplate="profile" seoTitle="$comment->author()->name"}' title="{lang="view_user_profile" sprintf="$comment->author()->name"}"><span class='ipsUserPhoto ipsUserPhoto_variable'><img src="{resource="default_photo.png" app="core" location="global"}" /></a>{{endif}}
  45. <li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li>
  46. {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }}
  47. <li><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li>
  48. {{endif}}
  49. {{if $comment->author()->member_id}}
  50. <li>{template="reputationBadge" group="global" app="core" params="$comment->author()"}</li>
  51. <li class='ipsType_light'>{lang="member_post_count" pluralize="$comment->author()->member_posts"}</li>
  52. {{if $comment->author()->reputationImage()}}
  53. <li class='ipsPad_half'>
  54. <img src='{file="$comment->author()->reputationImage()" extension="core_Theme"}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''>
  55. </li>
  56. {{endif}}
  57. {template="customFieldsDisplay" group="global" app="core" params="$comment->author()"}
  58. {{endif}}
  59. </ul>
  60. </aside>
  61. <div class='ipsColumn ipsColumn_fluid'>
  62. {template="post" group="topics" app="forums" params="$item, $comment, $item::$formLangPrefix . 'comment', $item::$application, $item::$module, $itemClassSafe"}
  63. </div>
  64. </article>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement