Seite 2 von 2

Re: [3.2] Probleme mit den Icons

Verfasst: 04.01.2022 11:16
von -motte-
Scheint das hier zu sein:

Code: Alles auswählen

{% if not postrow.S_FIRST_POST_ONLY or postrow.S_ONLY_TOPICSTART %}
{% if not(postrow.S_GLOBAL_POST_THANKS) and not(postrow.S_POST_ANONYMOUS) and 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) %}
<li>
	<a id="lnk_thanks_post{{ postrow.POST_ID }}" href="{{ postrow.THANKS_LINK }}" title="{{ postrow.THANK_ALT }}{{ postrow.POST_AUTHOR }}" class="button button-icon-only">
		<i aria-hidden="true" class="icon fa-fw {{ postrow.THANKS_IMG }}"></i><span class="sr-only">{{ postrow.THANK_ALT_SHORT }}</span>
	</a>
</li>
{% endif %}
{% endif %}

Re: [3.2] Probleme mit den Icons

Verfasst: 04.01.2022 11:21
von Crizzo
Ich meinte, wie es im Browser "ankommt".

Re: [3.2] Probleme mit den Icons

Verfasst: 04.01.2022 11:24
von -motte-
Ahso, ein leeres Quadrat ....

Code: Alles auswählen

<a id="lnk_thanks_post9" href="./viewtopic.php?f=26&amp;p=9&amp;rthanks=9&amp;to_id=48&amp;from_id=2" title="Danksagung entfernen: User" class="button button-icon-only">
		<i aria-hidden="true" class="icon fa-fw fa-heart-crack"></i><span class="sr-only">Danksagung entfernen</span>
	</a>	
<i aria-hidden="true" class="icon fa-fw fa-heart-crack"></i>	
<span class="sr-only">Danksagung entfernen</span>
</a>

Re: [3.2] Probleme mit den Icons

Verfasst: 04.01.2022 11:27
von Crizzo
Der HTML Code.... :wink:

Edit:
Gibt es dieses Icon denn unter der FA-Version die dein Board nutzt?

Re: [3.2] Probleme mit den Icons

Verfasst: 04.01.2022 11:31
von -motte-
Crizzo hat geschrieben: 04.01.2022 11:27 Edit:
Gibt es dieses Icon denn unter der FA-Version die dein Board nutzt?
What???? Wo, was, wie????

ich hab das so verstanden das die fa-icons aus web www bezogen werden, liege ich da vollkommen falsch?

Re: [3.2] Probleme mit den Icons

Verfasst: 04.01.2022 11:32
von Crizzo
phpBB nutzt eine bestimmte Version und in dessen Katalog muss das Icon vorhanden sein, sonst klappt das nicht.

phpBB 3.3.5 hat z.B. FA 4.7.0 im Einsatz.

Re: [3.2] Probleme mit den Icons

Verfasst: 04.01.2022 11:39
von -motte-
Das wusste nicht, das erklärt es vielleicht, wo finde ich dann passende Icons -> https://fontawesome.com ?

*edit* gefunden -> https://fontawesome.com/v4.7/get-started/

@Crizzo, das war das Problem, vielen dank!