[DEV] Thank Post Mod (hide MOD compatible ) 0.2.0

In diesem Forum können Mod-Autoren ihre Mods vorstellen, die sich noch im Entwicklungsstatus befinden. Der Einbau in Foren im produktiven Betrieb wird nicht empfohlen.
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12179
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0

Beitrag 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
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Schattentraum
Mitglied
Beiträge: 400
Registriert: 17.07.2008 15:14

Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0

Beitrag 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
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12179
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0

Beitrag 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
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Schattentraum
Mitglied
Beiträge: 400
Registriert: 17.07.2008 15:14

Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0

Beitrag 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 =)
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12179
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0

Beitrag 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
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Schattentraum
Mitglied
Beiträge: 400
Registriert: 17.07.2008 15:14

Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0

Beitrag 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
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12179
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0

Beitrag 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
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Schattentraum
Mitglied
Beiträge: 400
Registriert: 17.07.2008 15:14

Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0

Beitrag von Schattentraum »

Hey ,

jup hatte ich. zusätzlich Cache geleert , browser cache geleert.

Bist freigeschaltet :)

Grueße!
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12179
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0

Beitrag 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
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Schattentraum
Mitglied
Beiträge: 400
Registriert: 17.07.2008 15:14

Re: [DEV] Thank Post Mod (hide MOD compatible ) 0.2.0

Beitrag von Schattentraum »

hey ,

oh wie kann sowas denn passieren ? o.O

Okay dank dir wie verrückt :)

Grueße & bis später!
Antworten

Zurück zu „[3.0.x] Mods in Entwicklung“