Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 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. {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"}
  45. </li>
  46. <li><span><i class="fa fa-users" aria-hidden="true"></i>
  47. Ranga:</span>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li>
  48. {{if $comment->author()->member_id}}
  49. <li><span><i class="fa fa-thumbs-o-up"></i> Reputacja:</span><span>{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span></li>
  50. <li><span><i class="fa fa-pencil-square-o"></i> Posty:</span><span>{lang="member_post_count" pluralize="$comment->author()->member_posts"}</span></li>
  51. {{if $comment->author()->reputationImage()}}
  52. <li class='ipsPad_half'>
  53. <img src='{file="$comment->author()->reputationImage()" extension="core_Theme"}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''>
  54. </li>
  55. {{endif}}
  56. {template="customFieldsDisplay" group="global" app="core" params="$comment->author()"}
  57. {{if \IPS\Settings::i()->euip_ShowTrophys}}
  58. {{if \IPS\Settings::i()->trophy_show_items_postbit}}
  59. {template="postbit" app="trophies" group="global" params="$comment->author()"}
  60. {{endif}}
  61. {{endif}}
  62. {{if \IPS\Application::appIsEnabled( 'awards') }}
  63. {{$data = $comment->author()->awardsPane();}}
  64. {$data|raw}
  65. {{endif}}
  66. {{endif}}
  67. </ul>
  68. </aside>
  69. <div class='ipsColumn ipsColumn_fluid post_content'>
  70. {template="post" group="topics" app="forums" params="$item, $comment, $item::$formLangPrefix . 'comment', $item::$application, $item::$module, $itemClassSafe"}
  71. </div>
  72. </article>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement