Pagina 1 din 1

Thanks Mod nu apar imaginile!

Scris: 12-Feb-2012, 10:19:34
de AslTracker
Salutare.Am instalat thanksmod dar nu apar imaginile.Este o tema diferita si vrreau ca thanksmod sa apara jos langa butonul Report.Adica cand intri ni topic acolo jos langa report sa apara butonul thanksmode.Imi puteti da codul ca sal bag acolo jos?Spuneti mai excat ce trebuie sa modific..
IMAGINE: http://i.minus.com/i6ePVaX3UiTKL.png

Re: Thanks Mod nu apar imaginile!

Scris: 12-Feb-2012, 11:37:53
de x6IT32
Deschide styles/YourStyle/imageset/imageset.cfg si cauta:

Cod: Selectaţi tot

img_icon_topic_attach = icon_topic_attach.gif*10*7
img_icon_topic_latest = icon_topic_latest.gif*9*11
img_icon_topic_newest = icon_topic_newest.gif*9*11
img_icon_topic_reported = icon_topic_reported.gif*14*16
img_icon_topic_unapproved = icon_topic_unapproved.gif*14*16
Si adaugi asta dupa:

Cod: Selectaţi tot

img_thankposts = thankposts.gif*20*20
img_removethanks = removethanks.gif*20*20
Deschide tyles/YourStyle/template/viewtopic_body.html si cauta:

Cod: Selectaţi tot

<!-- IF not S_IS_BOT -->
         <!-- IF postrow.U_EDIT or postrow.U_DELETE or postrow.U_REPORT or postrow.U_WARN or postrow.U_INFO or postrow.U_QUOTE -->
            <!-- IF postrow.U_QUOTE --><a class="controlbutton cb-quote" href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_QUOTE}</span></a><!-- ENDIF -->
Si adaugi asta dupa:

Cod: Selectaţi tot

<!-- IF  not postrow.S_FIRST_POST_ONLY or (not START and postrow.S_ROW_COUNT == 0) -->
            <!-- IF not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><a class ="controlbutton {postrow.THANK_BUTTON_ICON_PIC}" href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}"><span>{postrow.THANK_BUTTON_TEXT}</span></a><!-- ENDIF -->               
         <!-- ENDIF -->
Deschide styles/absolution/theme/colours.css si cauti:

Cod: Selectaţi tot

.icon-search               { background-image: url("{T_THEME_PATH}/images/icon_search.gif"); }
Si adaugi asta dupa:

Cod: Selectaţi tot

.icon-thanks               { background-image: url("{T_THEME_PATH}/images/icon_thanks.gif"); }
.icon-thanks_toplist         { background-image: url("{T_THEME_PATH}/images/icon_thanks_toplist.gif"); }