ich hab jetzt autoMOD installiert und wollte den thanks-Mod darüber installieren... als erstes kommt ne dicke rote meldung:
The target phpBB version for this MOD is 3.0.11, but your forum version is 3.0.12. Even if the install is successful the MOD might not work as expected and/or might break your forum. Please verify with the MOD author that this MOD is compatible with your forum version.
wenn ich das richtig verstehe ist die Mod für ne andere version. kann jemand bestätigen, dass es trotzdem funktioniert?
//edit:
habs im testforum einfach mal versucht... lief aber nicht ganz rund.
One or more install actions failed. Please review the actions below, make any adjustments and retry. You may continue with the installation even though some of the actions failed. This is not recommended and may cause your board to not function correctly.
und darunter 2 buttons "Retry" und "Force Install"
anschliessend ne ganze liste bzw Tabelle mit der überschrift "New files" und 3 spalten:
Spalte 1 = Source | Spalte 2 = Target | Spalte 3 = Status
45 Zeilen davon, die ersten beiden spalten sind leer und in der letzten steht jeweils "Copy not attempted"
Desweiteren gibt es wohl bei den "File edits" einen fehler
styles/subsilver2/template/forumlist_body.html
Find
Code: Alles auswählen
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
<!-- ENDIF -->
Replace with
Code: Alles auswählen
<!-- BEGIN reput -->
<!-- IF forumrow.reput.S_THANKS_FORUM_REPUT_VIEW and forumrow.reput.FORUM_REPUT and not S_IS_BOT -->
<span style="display: block;">
<!-- IF forumrow.reput.S_THANKS_REPUT_GRAPHIC -->
<span style="display: block; float: left; width: {forumrow.reput.THANKS_REPUT_GRAPHIC_WIDTH}; height: {forumrow.reput.THANKS_REPUT_HEIGHT}; background: URL({forumrow.reput.THANKS_REPUT_IMAGE_BACK}); background-repeat: repeat-x;"><span style="display: block; height: {forumrow.reput.THANKS_REPUT_HEIGHT}; width: {forumrow.reput.FORUM_REPUT}; background: URL({forumrow.reput.THANKS_REPUT_IMAGE}); background-repeat: repeat-x;"></span></span>
<!-- ENDIF -->
{L_REPUT}:{forumrow.reput.FORUM_REPUT}
</span>
<!-- ENDIF -->
<!-- END reput -->
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
<p class="forumdesc" style="clear: left"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
<!-- ENDIF -->
The Find specified by the MOD could not be found
is das nur ein kleines problem, oder doch was grösseres?
//Edit2:
kann man das mal nach MOD-Support verschieben oder das thema splitten? die suche ist ja beendet
//und noch'n Edit:
die forumlist_body.html war wohl irgendwie kaputtgespielt. ich hab mal die entsprechende datei aus meinem live-forum ins testforum kpoiert, und siehe da... It Works.
ich hab die thanks buttons, und auch die sternchen werden im/unter dem jeweiligen posting angezeigt =) allerdings nur im ProSilver und im SubSilver style. wie bekomm ich die jetzt noch in die anderen styles? vorallem in den haupt-style meines forums?