Jump to content

Sn!k3rs

+Helpers
  • Posts

    289
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Sn!k3rs

  1. Ce parere vrei sa imi dau de o comunitate cu o tema de pe net ? - Se vede de la o posta care sunt modelele copiate si cele originale facute de tine. - La header puteati sa se schimbe culoarea la banner si sa nu ramana albastra.
  2. E aproape acelasi lucru <li data-role='photo' class='cAuthorPane_photo'> <img src='{{if $comment->author()->pp_thumb_photo}}{file="$comment->author()->pp_main_photo"}{{else}}{$comment->author()->photo}{{endif}}'>{{if $comment->author()->modShowBadge()}}<span class="cAuthorPane_badge cAuthorPane_badge--moderator" data-ipsTooltip title="{lang="member_is_moderator" sprintf="$comment->author()->name"}"></span>{{elseif $comment->author()->joinedRecently()}}<span class="cAuthorPane_badge cAuthorPane_badge--new" data-ipsTooltip title="{lang="member_is_new_badge" sprintf="$comment->author()->name"}"></span>{{endif}} </li> .cAuthorPane_photo img { max-width: 170px; width: auto; } Fara avatar - https://i.imgur.com/DS4qadn.png Cu avatar - https://i.imgur.com/4vupQz6.png
  3. te duci la butonul Edit HTML&CSS si mai jos de acesta este un buton numit "Resources" si mai departe vezi si tu
  4. http://invision-virus.com/forum/index.php/files/file/342-sos34-group-color-on-user-link/ vezi asta
  5. Nu am ce parere sa dau despre index este template-ul "Hyperspace" sunt doar niste culori schimbate https://i.imgur.com/AKO9hAg.png ( asa se vede tema pe un iphone 5s ) https://i.imgur.com/FNpi3kW.png ( se vede ciudat ) Rewrite url nu functioneaza la meniu https://i.imgur.com/bFPNDCn.png ( cam inghesuit ) https://i.imgur.com/xmIWttb.png ( cam urat sta acest negru ) https://i.imgur.com/Rd14RuK.png ( nu arata bine ) https://i.imgur.com/snPlOuF.png ( ok ) https://i.imgur.com/7mnRr10.png ( mda )
  6. da mi un cont cu acces acp sa vad daca pot face ceva
  7. Tema e poloneza, pana si descrierea de la logo a fost copiata si tradusa in Romana ( https://i.imgur.com/X7oblzB.png ) si este foarte ingramadita,inlocul vostru as alege un deflection clear.
  8. ar merge un str_replace la serverele de ts3 https://arkored.com/server/89.40.104.112:9987/view
  9. https://arkored.com/help/terms-and-conditions ( Reclama ) https://arkored.com/help/privacy-policy ( Reclama ) Primesc email de confirmare cu titlul GAMEFIRE https://i.imgur.com/HzzqB8y.png ( O limita de caractere nu exista? ) https://i.imgur.com/gDbxD4i.png ( Ciudat ckeditor )
  10. Nu ne zici cum se numeste tema pe care o ai si versiunea?
  11. Un cont cu acces ACP nu poti da?
  12. Ce versiune ips ai?
  13. <div class='cAuthorPane user_{$comment->author()->member_id} cAuthorPane_mobile ipsResponsive_showPhone ipsResponsive_block'>
  14. Te duci la postContainer la <div class='cAuthorPane cAuthorPane_mobile ipsResponsive_showPhone ipsResponsive_block'> si modifici cu <div class='cAuthorPane user_{$comment->author()_>member_id} cAuthorPane_mobile ipsResponsive_showPhone ipsResponsive_block'> si pui in css asa .user_id .ipsType_blendLinks a { font-size:13px; } .user_id .ipsType_break { font-size:11px; }
  15. {{if \IPS\Member::loggedIn()->member_id == 1}} .cAuthorPane .ipsType_blendLinks a { font-size:13px; } .cAuthorPane_info .ipsType_break { font-size:11px; } {{endif}} vezi asa ( Am testat )
  16. te poti folosi de {{if $comment->author()->member_id == id}}.ipsType_sectionHead{font-size:etc}{{endif}} in css sau unde vrei tu
  17. nu ai inchis <div class="ribbon">
  18. {{$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_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}}'> {{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'> {template="reputationBadge" group="global" app="core" params="$comment->author()"}</span> </h3> <div class='cAuthorPane_photo'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone anobg'> {{if $comment->author()->isOnline()}} <div align="center"> <div class="icon-online"></div> </div> {{else}} <div class="icon-offline"></div> {{endif}} <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break nameso'><strong>{$comment->author()->link( $comment->warningRef() )|raw}</strong> <span class='ipsResponsive_showPhone ipsResponsive_inline'> {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 AND $comment->author()->pp_thumb_photo}} <img src="{url="" base=""}/uploads/{$comment->author()->pp_main_photo}"> {{else}} <img src="{$comment->author()->photo}"> {{endif}} </li> {{if $comment->author()->member_id}} <div class="marginbottomex"> <div class="ribbon"> <li class="ribbon2" style="background: #303030;"> <div class="Rleft" style="background: #303030;"></div> <div class="Rright" style="background: #303030;"></div> <span style="color: #9e9e9e;"><b>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</b></span> </li> </div> <div class="custom-rlspost"> <div id="rls-leftpo"> <i class="fa fa-hashtag" aria-hidden="true"></i> ID: </div> <div id="rls-rightpo"> {$comment->author()->member_id} </div> </div> <div class="custom-rlspost"> <div id="rls-leftpo"> <i class="fa fa-comments-o" aria-hidden="true"></i> POSTS: </div> <div id="rls-rightpo"> {$comment->author()->member_posts} </div> </div> <div class="custom-rlspost"> <div id="rls-leftpo"> <i class="fa fa-heart" aria-hidden="true"></i> REPUTATION: </div> <div id="rls-rightpo"> {$comment->author()->pp_reputation_points} </div> </div> <div class="custom-rlspost"> <div id="rls-leftpo"> <i class="fa fa-exclamation-triangle" aria-hidden="true"></i> WARN LEVEL: </div> <div id="rls-rightpo"> {$comment->author()->warn_level} </div> </div> </div> {{endif}} {template="customFieldsDisplay" group="global" app="core" params="$comment->author()"} </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> vezi acum
  19. e ceva lipsa in postContainer, da si tu codul de la post
  20. depinde de 2 chestii daca ai enhanceduserinfopanel te duci core -> global -> plugins -> EnhancedUserInfoPanel si daca nu ai te duci forums -> front -> topics -> postContainer
  21. core -> global -> plugins -> EnhancedUserInfoPanel
  22. Intri la tema respectiva 1.forums -> front -> index -> index si linia a doua contine codul respectiv 2.forums -> front -> index -> forumRow si linia 95 contine codul respectiv 3.core -> Global -> plugins -> whowasonline si linia a doua contine codul respectiv
  23. Nu merge din cauza ca in fata lui este background .cForumRow.ipsDataItem[data-forumid="18"] { background: url(https://i.imgur.com/BgONMee.png) center !important; background-repeat: repeat; } .cForumRow.ipsDataItem[data-forumid="129"] { background: url(https://i.imgur.com/ADuS5Pu.png) center !important; background-repeat: repeat; }
  24. Sursa temei nu o dai?
  25. Deja ce-am facut cont si am dat de un bug-uri https://prnt.sc/rt805t https://prnt.sc/rt80ho Daca macar copiati un meniu faceti tot https://prnt.sc/rt81bb (PROMNS) https://prnt.sc/rt81hd (TITAN) https://promns.ro/memberlist.php?mode=team un mic bug gasit aici (https://prnt.sc/rt81ui) https://prnt.sc/rt826j arata jalnic aici https://prnt.sc/rt83e7 culoarea asta este destul de naspa trebuie un negru mai inchis In rest nu am ce zice e o tema ips transformata in phpbb, ceea ce nu se mai merita in 2020 recomand sa te muti pe IPS nu o sa ai succes daca folosesti aceasta platforma in continuare
×
×
  • 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.