ich habe mir ein neues Forum eingerichtet und bin gerade dabei den board3_Portal_105 Mod einzubauen. Nun habe ich verständnis Probleme bei dem Code in der overall_header.html
Orginalcode:
Code: Alles auswählen
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
Code: Alles auswählen
<edit>
<find><![CDATA[<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong>]]></find>
<inline-edit>
<inline-find><![CDATA[<li class="icon-home">]]></inline-find>
<inline-action type="after-add"><![CDATA[<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->]]></inline-action>
</inline-edit>
</edit>
Gruß
Jürgen