Jump to content

DeadworldHd

Members
  • Posts

    74
  • Joined

  • Last visited

Everything posted by DeadworldHd

  1. tot nu functioneaza
  2. {{$idField = $comment::$databaseColumnId;}} {{$itemClassSafe = str_replace( '\\', '_', mb_substr( $comment::$itemClass, 4 ) );}} {{if $comment->isIgnored()}} <div class='ipsComment ipsComment_ignored ipsType_light' id='elIgnoreComment_{$comment->$idField}' data-ignoreCommentID='elComment_{$comment->$idField}' data-ignoreUserID='{$comment->author()->member_id}'> {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> <ul class='ipsMenu ipsHide' id='elIgnoreComment_{$comment->$idField}_menu'> <li class='ipsMenu_item ipsJS_show' data-ipsMenuValue='showPost'><a href='#'>{lang="show_this_post"}</a></li> <li class='ipsMenu_sep ipsJS_show'><hr></li> <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> <li class='ipsMenu_item'><a href='{url="app=core&module=system&controller=ignore" seoTemplate="ignore"}'>{lang="change_ignore_preferences"}</a></li> </ul> </div> {{endif}} <a id='comment-{$comment->$idField}'></a> <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_highlight and $comment->reactionCount() >= settings.reputation_highlight and settings.reputation_enabled ) 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}}'> {{if $item->isQuestion() and !$comment->new_topic}} {template="postRating" group="topics" app="forums" params="$item, $comment, $votes"} {{endif}} <div class='cAuthorPane cAuthorPane_mobile ipsResponsive_showPhone ipsResponsive_block'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsResponsive_showPhone ipsResponsive_inlineBlock ipsType_break ipsType_blendLinks ipsTruncate ipsTruncate_line'> {template="userLink" group="global" app="core" params="$comment->author(), $comment->warningRef(), $comment->author()->group['g_id']"} <span class='ipsResponsive_showPhone ipsResponsive_inline'>&nbsp;&nbsp;{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span> </h3> <li class='cAuthorPane_photo'> {{if $comment->author()->pp_main_photo}} <span class='ipsUserPhoto ipsUserPhoto_variable'> <img src="{setting='base_url'}uploads/{$comment->author()->pp_main_photo}" /> </span> {{else}} <img src='{resource="default_photo.png" app="core" location="global"}' /> {{endif}} </li> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <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> <ul class='cAuthorPane_info ipsList_reset'> {{if $comment->author()->member_title && $comment->author()->member_id}} <li class='ipsType_break'>{$comment->author()->member_title}</li> {{elseif $comment->author()->rank['title'] && $comment->author()->member_id}} <li class='ipsType_break'>{$comment->author()->rank['title']}</li> {{endif}} {{if $comment->author()->rank['image'] && $comment->author()->member_id}} <li>{$comment->author()->rank['image']|raw}</li> {{endif}} <li class='cAuthorPane_photo'> {{if $comment->author()->pp_main_photo}} <span class='ipsUserPhoto ipsUserPhoto_variable'> <img src="{setting='base_url'}uploads/{$comment->author()->pp_main_photo}" /> </span> {{else}} <img src='{resource="default_photo.png" app="core" location="global"}' /> {{endif}} </li> {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }} <li><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li> {{endif}} {{if $comment->author()->member_id}} {{if $comment->author()->reputationImage()}} <li class='ipsPad_half'> <img src='{file="$comment->author()->reputationImage()" extension="core_Theme"}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''> </li> {{endif}} {template="customFieldsDisplay" group="global" app="core" params="$comment->author()"} <ul class="profiletopic-li" style="margin-top:10px;"> <li class="ipsResponsive_hidePhone profiletopic-li" data-ipsTooltip title="posts"> <i class="ion-android-textsms" style="font-size:17px;"></i> <dd>{$comment->author()->member_posts}</dd> </li> <li class="ipsType_light profiletopic-li" data-ipsTooltip title="likes"> <i class="ion-android-star" style="font-size:17px;"></i> <dd>{$comment->author()->pp_reputation_points}</dd> </li> <li class="ipsType_light profiletopic-li" data-ipsTooltip title="warns"> <i class="ion-alert-circled" style="font-size:17px;"></i> <dd>{$comment->author()->warn_level}</dd> </li> </ul> <li style="background:#111117;padding: 20px 10px; margin-top:4px;">{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li> {{if $comment->author()->member_id == 1}} <div class='importantprsn'>Persoana Importanta</div> {{endif}} {{endif}} </ul> </aside> <div class='ipsColumn ipsColumn_fluid'> {template="post" group="topics" app="forums" params="$item, $comment, $item::$formLangPrefix . 'comment', $item::$application, $item::$module, $itemClassSafe"} </div> </article>
  3. Salut , vin si eu sa va cer ajutorul in ceva, cum as putea sa pun iconte in fata sagetilor , si sa infrumestez putin acest userinfo , Folosesc versiunea ipb 4.4. Multumesc anticipat
  4. DeadworldHd

    Ajutor

    As vrea sa fac si eu acelasi lucru cum sunt aici categoriile . Ale mele arata asa . ipb 4.2
  5. DeadworldHd

    Problema Chat

    Salut , de cateva zile tot incerc sa imi bag chat pe forum si nu functioneaza , care ar putea fii motivul deoarece am bagat permisiile . Tin sa mentionez ca folosesc ipb 4.2 Aparent am rezolvat problema dar acum nu se trimit mesajele pe chat
  6. Imi zice ca exista probleme in salvarea temei. Folosesc IPS 4.2 dar tema e pe 4.3, este vreo problema?`
  7. Daca ai folosi putin optiunea search ai gasi mai usor
  8. Aceea , nu pot salva nimic la tema si nu imi arata nici "folderele" temei ex : globaltemplat etc
  9. Nu il gasesc ..idk unde e
  10. De la ce sa iti las cod ?
  11. 1. () 2. Am dezactivat si tot asa arata ()
  12. Salut am intampinat o problema zilele acestea cu tema mea Folosesc ipb 4.2.8
  13. DeadworldHd

    Rank Bars

    @Sebastian C. putem vorbii mai multe pe discord ? add Gabitu#5763
  14. DeadworldHd

    Acp Error

    Salut , am intampinat o problema azi cand am incercat sa intru in acp . IPB 4.2
  15. DeadworldHd

    Rank Bars

    Salut , stie cineva cum fac sa apara si rank bar-urile acolo jos ? E ceva din setarile temei . Ipb 4.2 Folosesc tema Ecila
  16. DeadworldHd

    Background

    Rezolvata , cer t/c
  17. DeadworldHd

    Widget Discord

    Stie cineva de unde sau daca pot schimba culoarea la asta ? IPB 4.2
  18. DeadworldHd

    Background

    Se pune numai pe o parte mica https://imgur.com/a/v4HNy6t , + am gasit codul asta in tema Asta e imaginea veche pe tot forumul
  19. DeadworldHd

    Background

    Stie cineva de unde pot schimba imaginea de background ? Folosesc tema eclica modificata ipb 4.2
  20. DeadworldHd

    Problema Bara

    Nimeni nu stie rezolvarea la acea bara de la topic cu editeaza/citeaza s.a.m.d ? ipb 4.2.8
  21. N-am asa ceva UP UP UP
  22. DeadworldHd

    Bara topic

    Nu am asa ceva in style.css
  23. DeadworldHd

    Host

    Stergi htpasswd/htaacces din folderul admin
  24. DeadworldHd

    Bara topic

    Salut stie careva cum modific bara aceea de la topicuri unde scrie sa editez comm-uri/citeaza, sa ii schimb culoare ipb 4.2.8
  25. DeadworldHd

    Host

    Problema rezolvata cer t/c
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.