MyBB.de Forum
Thank You/Like System - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Thank You/Like System (/thread-31367.html)

Seiten: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


RE: Thank You/Like System - StefanT - 20.11.2016

Dieser Code hat nichts mit dem Danke-Plugin zu tun...


RE: Thank You/Like System - KaSo - 20.11.2016

Code:
<tr>
<td class="trow1"><strong>{$lang->tyl_total_tyls_rcvd}</strong></td>
<td class="trow1">{$memprofile['tyl_unumrcvtyls']} ({$tylrcvpd_percent_total})<br /><span class="smalltext">(<a href="tylsearch.php?action=usertylforthreads&amp;uid={$uid}">{$lang->tyl_find_threads_for}</a> &mdash; <a href="tylsearch.php?action=usertylforposts&amp;uid={$uid}">{$lang->tyl_find_posts_for}</a>)</span></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->tyl_total_tyls_given}</strong></td>
<td class="trow2">{$memprofile['tyl_unumtyls']} ({$tylpd_percent_total})<br /><span class="smalltext">(<a href="tylsearch.php?action=usertylthreads&amp;uid={$uid}">{$lang->tyl_find_threads}</a> &mdash; <a href="tylsearch.php?action=usertylposts&amp;uid={$uid}">{$lang->tyl_find_posts}</a>)</span></td>
</tr>



RE: Thank You/Like System - MrBrechreiz - 20.11.2016

Recount thanks schon getätigt ?


RE: Thank You/Like System - KaSo - 20.11.2016

Wenn Du es unter Tools -> Neu zählen und aktualisieren meinst, ja hab ich auch betätigt.


RE: Thank You/Like System - MrBrechreiz - 20.11.2016

Ja meinte ich. Und was hast Du alles am Plugin geändert ?


RE: Thank You/Like System - KaSo - 20.11.2016

Nix. Es hab nichts am Pluginänderung.


RE: Thank You/Like System - MrBrechreiz - 20.11.2016

Naja, von nix kann nix kommen, also musst Du irgend etwas doch verändert haben.

Vlt. eines deiner so vielen php in templates Codes schuld ?


RE: Thank You/Like System - KaSo - 20.11.2016

Ich habe am Code nichts geändert. Weden in PHP in Themplates noch etwas anderem.


RE: Thank You/Like System - MrBrechreiz - 20.11.2016

Ich verstehe nicht was Du mit den zweiten Satz möchtest.


RE: Thank You/Like System - KaSo - 20.11.2016

Ich habe keine Änderungen im Template genommen. Weiß nicht wo genau das Problem liegt. Cache vom Forum habe ich auch bereits geleert. Alles probiert.