Problem mit dem Style Attrium

Alles zu Styles, Templates, Icons und Smilies für phpBB 3.0.x, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
phpBB Styles Demo
Forumsregeln
Bei Style spezifischen Fragen ist der Stylename und die Downloadquelle des Styles erforderlich, besser noch die URL vom betroffenen Forum.
Antworten
Starblight
Mitglied
Beiträge: 1
Registriert: 14.11.2010 15:35

Problem mit dem Style Attrium

Beitrag von Starblight »

Habe ein kleines Problem mit dem Style Attrium.

Undzwar bekomme ich wenn ich in meinem Forum auf die Privatnachrichten gehe folgende Fehlermeldung:
Parse error: syntax error, unexpected $end in /var/www/web1414/html/cache/tpl_Attriuum_ucp_pm_message_header.html.php on line 26


Datei und Zeile ausfindig gemacht, finde allerdings keinen Fehler:

Code: Alles auswählen

<form id="viewfolder" method="post" action="<?php echo (isset($this->_rootref['S_PM_ACTION'])) ? $this->_rootref['S_PM_ACTION'] : ''; ?>">



Danke im Vorraus


Edit:

Lösung von PHPBB.com ausprobiert.
Der Code wäre dann:

Code: Alles auswählen

    <h2>{L_TITLE}<!-- IF CUR_FOLDER_NAME -->: {CUR_FOLDER_NAME}<!-- ENDIF --></h2>

    <div class="panel clearfix pm-panel-header<!-- IF S_VIEW_MESSAGE --> pm<!-- ENDIF -->">
       <div class="inner"><span class="corners-top"><span></span></span>

       <!-- IF FOLDER_STATUS and FOLDER_MAX_MESSAGES neq 0 --><p>{FOLDER_STATUS}</p><!-- ENDIF -->

       <!-- IF U_POST_REPLY_PM or U_POST_NEW_TOPIC or U_FORWARD_PM -->
          <div class="buttons">
             <!-- IF U_POST_REPLY_PM --><div class="pmreply-icon clearfix"><a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}"><span></span>{L_POST_REPLY_PM}</a></div>
             <!-- ELSEIF U_POST_NEW_TOPIC --><div class="newpm-icon"><a href="{U_POST_NEW_TOPIC}" accesskey="n" title="{L_UCP_PM_COMPOSE}"><span></span>{L_UCP_PM_COMPOSE}</a></div><!-- ENDIF -->
             <!-- IF U_FORWARD_PM --><div class="forwardpm-icon"><a title="{L_POST_FORWARD_PM}" href="{U_FORWARD_PM}"><span></span>{L_FORWARD_PM}</a></div><!-- ENDIF -->
          </div>

          <!-- IF U_POST_REPLY_PM and S_PM_RECIPIENTS gt 1 -->
             <div class="reply-all"><a title="{L_REPLY_TO_ALL}" href="{U_POST_REPLY_ALL}">&raquo; {L_REPLY_TO_ALL}</a></div>
          <!-- ENDIF -->

       <!-- ENDIF -->

                <!-- IF TOTAL_MESSAGES -->{TOTAL_MESSAGES}<!-- ENDIF -->
                <!-- IF PAGE_NUMBER --><!-- IF PAGINATION --> &bull; <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> &bull; <span>{PAGINATION}</span><!-- ELSE --> &bull; {PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF -->
             <!-- ENDIF -->
          </li>
       </ul>
          <!-- ENDIF -->
       </div>
    </div>

    <form id="viewfolder" method="post" action="{S_PM_ACTION}">
sieht allerdings dann so aus:
[ externes Bild ]
Antworten

Zurück zu „[3.0.x] Styles, Templates und Grafiken“