Seite 30 von 67
Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0
Verfasst: 28.10.2009 13:20
von Mahony
Hallo
Nimm mal das hier (am Ende der Datei)
Code: Alles auswählen
.thanks-icon, .thanks-icon a { background: none top left no-repeat; }
ul.profile-icons li.thanks-icon { width: {IMG_ICON_POST_THANKS_WIDTH}px; height: {IMG_ICON_POST_THANKS_HEIGHT}px; }
.thanks-icon, .thanks-icon a { background-image: url("{IMG_ICON_POST_THANKS_SRC}"); }
aus der /styles/ca_black/theme/
colours.css heraus.
Grüße: Mahony
Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0
Verfasst: 28.10.2009 13:32
von Schattentraum
Hey ,
joa das waren da die versuche , weil ich net weiter wusste. Ich dachte mir ich hau das am ende jeder css datei rein in der Hoffnung das der Button auftaucht -zugeb- So ist das wenn man nicht mehr weiter weis -g-
Einträge sind nun folgend:
colours.css
Code: Alles auswählen
/* Profile & navigation icons */
.quote-icon, .quote-icon a { background-image: url("{IMG_ICON_POST_QUOTE_SRC}"); }
.thanks-icon, .thanks-icon a { background-image: url("{IMG_ICON_POST_THANKS_SRC}"); }
.geomap-icon, .geomap-icon a { background-image: url("{T_IMAGESET_PATH}/icon_contact_geomap.gif"); }
.report-icon, .report-icon a { background-image: url("{IMG_ICON_POST_REPORT_SRC}"); }
.edit-icon, .edit-icon a { background-image: url("{IMG_ICON_POST_EDIT_SRC}"); }
.delete-icon, .delete-icon a { background-image: url("{IMG_ICON_POST_DELETE_SRC}"); }
.info-icon, .info-icon a { background-image: url("{IMG_ICON_POST_INFO_SRC}"); }
.warn-icon, .warn-icon a { background-image: url("{IMG_ICON_USER_WARN_SRC}"); }
.top-icon, .top-icon a { background-image: url("{IMG_ICON_BACK_TOP_SRC}"); }
post.css
Code: Alles auswählen
/* Profile & navigation icons */
.quote-icon, .quote-icon a { background: none top left no-repeat; }
.thanks-icon, .thanks-icon a { background: none top left no-repeat; }
.geomap-icon, .geomap-icon a { background: none top left no-repeat; }
.report-icon, .report-icon a { background: none top left no-repeat; }
.warn-icon, .warn-icon a { background: none top left no-repeat; }
.edit-icon, .edit-icon a { background: none top left no-repeat; }
.delete-icon, .delete-icon a { background: none top left no-repeat; }
.info-icon, .info-icon a { background: none top left no-repeat; }
.top-icon, .top-icon a { background: none top left no-repeat; }
ul.profile-icons li.quote-icon { width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; }
ul.profile-icons li.thanks-icon { width: {IMG_ICON_POST_THANKS_WIDTH}px; height: {IMG_ICON_POST_THANKS_HEIGHT}px; }
ul.profile-icons li.report-icon { width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; }
ul.profile-icons li.edit-icon { width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; }
ul.profile-icons li.delete-icon { width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; }
ul.profile-icons li.info-icon { width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; }
ul.profile-icons li.warn-icon { width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; }
ul.profile-icons li.geomap-icon { width: 20px; height: 20px; }
ul.profile-icons li.top-icon { width: {IMG_ICON_BACK_TOP_WIDTH}px; height: {IMG_ICON_BACK_TOP_HEIGHT}px; }
Aber der Danke-Button weiterhin nicht da :/
Grueße
Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0
Verfasst: 28.10.2009 14:52
von Mahony
Hallo
Du hast das falsche icon_post_thanks.gif hoch geladen. Du musst das icon_post_thanks.gif für prosilver verwenden und nicht das für subsilver2.
Grüße: Mahony
Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0
Verfasst: 28.10.2009 14:53
von Schattentraum
Hey ,
ich hatte beide getestet , dann ein selbst gebasteltes von mir , und eins von hier aus dem Thread.
Wurde aber keines davon angezeigt leider.
Grueße =)
Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0
Verfasst: 28.10.2009 15:05
von Mahony
Hallo
Wie auch immer. Es ist zwingend erforderlich dass du den Button vom prosilver-Style (bzw. einen gleichermaßen gestalteten) verwendest, da der Button vollkommen anders aufgebaut ist.
Grüße: Mahony
Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0
Verfasst: 28.10.2009 15:29
von Schattentraum
Hello ,
die orginalen sind nun drin. Wird aber trotzdem nichts angezeigt
Hab dich im Forum aktiviert -g- Weil bis jetze keine Mail ankam
Grueße
Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0
Verfasst: 28.10.2009 15:35
von Mahony
Hallo
Grafiksammlung und Themes hast du danach aktualisiert?
P.S. Schalte mich mal frei (Aktivierungs-Mail kommt bei mir nicht an).
Grüße: Mahony
Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0
Verfasst: 28.10.2009 15:37
von Schattentraum
Hey ,
jup hatte ich. zusätzlich Cache geleert , browser cache geleert.
Bist freigeschaltet
Grueße!
Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0
Verfasst: 28.10.2009 15:40
von Mahony
Hallo
Wie ich gerade festgestellt habe, wird lediglich die Größenangabe des Buttons nicht übernommen.
Ich sehe mir das später noch einmal an (muss jetzt weg).
Grüße: Mahony
Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0
Verfasst: 28.10.2009 15:41
von Schattentraum
hey ,
oh wie kann sowas denn passieren ? o.O
Okay dank dir wie verrückt
Grueße & bis später!