Page 6 of 6

Re: Wie installiere ich das Portal?

Posted: 28. June 2009 15:42
by FuGu
Ja genau.. der eingestellte ist "meine" forumlist_body.html.

Welchen Coder kannst du empfehlen? ;)

Re: Wie installiere ich das Portal?

Posted: 29. June 2009 12:55
by Mike
Probiers mal so:

Code: Select all

<table class="tablebg" cellspacing="1" width="100%">
<!-- BEGIN forumrow -->
<!-- IF not forumrow.S_IS_CAT and forumrow.S_FIRST_ROW -->
<tr>
   <th colspan="2">&nbsp;{L_FORUM}&nbsp;</th>
   <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
   <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
   <th>&nbsp;{L_LAST_POST}&nbsp;</th>
</tr>

      <!-- ENDIF -->
          <!-- IF forumrow.S_IS_CAT -->
          <!-- IF not forumrow.S_FIRST_ROW -->
</table>
    <br />
    <br />
    <table class="tablebg" cellspacing="1" width="100%">
    <!-- ELSE -->
    <table class="tablebg" cellspacing="1" width="100%">
      <!-- ENDIF -->
          <tr>
                  <th colspan="2">&nbsp;{L_FORUM}&nbsp;</th>
                  <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
                  <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
                  <th>&nbsp;{L_LAST_POST}&nbsp;</th>
          </tr>
      <tr>
         <td class="cat" colspan="5"><h4><a href="{forumrow.U_VIEWFORUM}" class="cattitle">{forumrow.FORUM_NAME}</a></h4></td>
      </tr>
   <!-- ELSEIF forumrow.S_IS_LINK -->
      <tr>
         <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
         <td class="row1" onmouseover="this.className='row2'; this.style.cursor='pointer';" onmouseout="this.className='row1'" onclick="window.location.href='{forumrow.U_VIEWFORUM}'">
            <!-- IF forumrow.FORUM_IMAGE -->
               <div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: {S_CONTENT_FLOW_BEGIN};">
            <!-- ENDIF -->
            <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
            <p class="forumdesc">{forumrow.FORUM_DESC}</p>
            <!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
         </td>
         <!-- IF forumrow.CLICKS -->
            <td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
         <!-- ELSE -->
            <td class="row2" colspan="3" align="center">&nbsp;</td>
         <!-- ENDIF -->
      </tr>
   <!-- ELSE -->
      <!-- IF forumrow.S_NO_CAT -->
         <tr>
            <td class="cat" colspan="5"><h4>{L_FORUM}</h4></td>

         </tr>
      <!-- ENDIF -->
      <tr>
         <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
         <td class="row1" width="100%" onmouseover="this.className='row2'; this.style.cursor='pointer';" onmouseout="this.className='row1'" onclick="window.location.href='{forumrow.U_VIEWFORUM}'">
            <!-- IF forumrow.FORUM_IMAGE -->
               <div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: {S_CONTENT_FLOW_BEGIN};">
            <!-- ENDIF -->
            <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
            <p class="forumdesc">{forumrow.FORUM_DESC}</p>
            <!-- IF forumrow.MODERATORS -->
               <p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.SUBFORUMS -->
               <p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
         </td>
         <td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
         <td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
         <td class="row2" align="center" nowrap="nowrap">
            <!-- IF forumrow.LAST_POST_TIME -->
               <p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
               <p class="topicdetails">{forumrow.LAST_POSTER_FULL}
                  <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
               </p>
            <!-- ELSE -->
               <p class="topicdetails">{L_NO_POSTS}</p>
            <!-- ENDIF -->
         </td>
      </tr>
   <!-- ENDIF -->
<!-- BEGINELSE -->
   <tr>
      <td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
   </tr>
<!-- END forumrow -->
</table>
Falls es nicht geht, dann probier mal die zweite Variante:

Code: Select all

<!-- BEGIN forumrow -->
<!-- IF not forumrow.S_IS_CAT and forumrow.S_FIRST_ROW -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
   <th colspan="2">&nbsp;{L_FORUM}&nbsp;</th>
   <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
   <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
   <th>&nbsp;{L_LAST_POST}&nbsp;</th>
</tr>
</table>
       <!-- ENDIF -->
          <!-- IF forumrow.S_IS_CAT -->
          <!-- IF not forumrow.S_FIRST_ROW -->
   <br />
    <br />
    <table class="tablebg" cellspacing="1" width="100%">
    <!-- ELSE -->
    <table class="tablebg" cellspacing="1" width="100%">
      <!-- ENDIF -->
          <tr>
                  <th colspan="2">&nbsp;{L_FORUM}&nbsp;</th>
                  <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
                  <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
                  <th>&nbsp;{L_LAST_POST}&nbsp;</th>
          </tr>
      <tr>
         <td class="cat" colspan="5"><h4><a href="{forumrow.U_VIEWFORUM}" class="cattitle">{forumrow.FORUM_NAME}</a></h4></td>
      </tr>
   <!-- ELSEIF forumrow.S_IS_LINK -->
      <tr>
         <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
         <td class="row1" onmouseover="this.className='row2'; this.style.cursor='pointer';" onmouseout="this.className='row1'" onclick="window.location.href='{forumrow.U_VIEWFORUM}'">
            <!-- IF forumrow.FORUM_IMAGE -->
               <div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: {S_CONTENT_FLOW_BEGIN};">
            <!-- ENDIF -->
            <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
            <p class="forumdesc">{forumrow.FORUM_DESC}</p>
            <!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
         </td>
         <!-- IF forumrow.CLICKS -->
            <td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
         <!-- ELSE -->
            <td class="row2" colspan="3" align="center">&nbsp;</td>
         <!-- ENDIF -->
      </tr>
   <!-- ELSE -->
      <!-- IF forumrow.S_NO_CAT -->
         <tr>
            <td class="cat" colspan="5"><h4>{L_FORUM}</h4></td>

         </tr>
      <!-- ENDIF -->
      <tr>
         <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
         <td class="row1" width="100%" onmouseover="this.className='row2'; this.style.cursor='pointer';" onmouseout="this.className='row1'" onclick="window.location.href='{forumrow.U_VIEWFORUM}'">
            <!-- IF forumrow.FORUM_IMAGE -->
               <div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: {S_CONTENT_FLOW_BEGIN};">
            <!-- ENDIF -->
            <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
            <p class="forumdesc">{forumrow.FORUM_DESC}</p>
            <!-- IF forumrow.MODERATORS -->
               <p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.SUBFORUMS -->
               <p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
         </td>
         <td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
         <td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
         <td class="row2" align="center" nowrap="nowrap">
            <!-- IF forumrow.LAST_POST_TIME -->
               <p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
               <p class="topicdetails">{forumrow.LAST_POSTER_FULL}
                  <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
               </p>
            <!-- ELSE -->
               <p class="topicdetails">{L_NO_POSTS}</p>
            <!-- ENDIF -->
         </td>
      </tr>
   <!-- ENDIF -->
<!-- BEGINELSE -->
   <tr>
      <td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
   </tr>
<!-- END forumrow -->
</table>
Und falls auch diese nicht funktioniert, dann lass mal deinen originalen Code drin, wie er am Anfang war, damit ich mir das nochmal im Quellcode anschauen kann...

Re: Wie installiere ich das Portal?

Posted: 29. June 2009 17:58
by FuGu
Moin Mike,
als erstes ein sehr fettes DANKE SCHÖN für deinen schnellen und kompetenten Support!
Deine erste Version der forumlist_body hat gleich ins Schwarze getroffen.
Die zweite habe ich auch getestet. Zu der kann ich dir berichten, dass der Fehler mit dem Versatz der rechten Blöcke bleibt.
Zusätzlich werden die mittlerern Blöcke ca. vier Zeilen nach unten versetzt.
Das nur für dich zur Kenntnis.

Hast du eine Ahnung warum in den selbst erstellten Blöcken, nach Anleitung hier aus dem Forum, keine Umlaute angezeigt werden?

Re: Wie installiere ich das Portal?

Posted: 29. June 2009 18:02
by Mike
Na ich war mir nich ganz sicher, was sich der Autor des Styles dabei gedacht hat, deshalb hab ich nochmal das zweite als Vorsicht genommen...
Und wegen den selbst erstellen Blöcken... also welche Anleitung meinst du denn da? Denn es geistern hier irgendwie einige rum ;)

Du solltest dir vielleicht auch nochmal das hier ansehen: Knowledge Base: phpBB-(Sprachdateien) richtig bearbeiten
Nich von Titel abschrecken lassen... ;)

Re: Wie installiere ich das Portal?

Posted: 29. June 2009 18:20
by FuGu
Ach... wollte gerade meinen Beitrag editieren, da mir eingefallen ist, dass ich die Dateien nicht mit Dreamweaver sondern besser mit Notepad++
bearbeite... das hat auch das Umlaut Problem behoben.

Danke dir!

Wie installiere ich das Portal?

Posted: 17. July 2009 17:58
by livecut
Hallo,

ich hab da auch mal ne sehr schöne Frage. Wie soll ich es beschreiben. Irgendwie bekomm ich´s nicht hin, das Board3Portal zu installieren. Ich komm einfach nicht auf die Installationsplattform. Also hab ich einfach mal, die db für´s Portal per sql Befehl angelegt. War aber wahrscheinlich nicht die schlaueste Lösung. Ich bekomme keinen Fehler angezeigt, sondern einfach nur ne leere Seite. Geänderte Dateien sind in UTF8 ohne BOM. Irgendwelche Leerzeichen oder Zeilen hab ich nicht gefunden. Ich weiß grad nicht so recht weiter.

zum Forum


LG Live

Re: Wie installiere ich das Portal?

Posted: 9. September 2009 18:39
by mark1980
Hallo
Habe mir das alles hier durchgelesen und alles kontroliert aber bei mir kommt diese Fehlermeldung


Fatal error: SQL ERROR [ mysql4 ]

Table 'd00bddb4.phpbb_portal_config' doesn't exist [1146]

Beim Laden der Seite ist ein SQL-Fehler aufgetreten. Bitte kontaktiere die Board-Administration, falls dieses Problem fortlaufend auftritt. in /www/htdocs/w00bbcaa/includes/db/dbal.php on line 657

Was muss ich tun?

Re: Wie installiere ich das Portal?

Posted: 9. September 2009 19:34
by mark1980
Hallo
Kann man auch das Portal mit dem Style benutzen? eTech Green

Re: Wie installiere ich das Portal?

Posted: 9. September 2009 20:35
by Marc
An deiner Stelle würde ich mal den Installer ausführen.

Das Style eTech Green sollte auch kein Problem sein, soweit ich weiß wurde das ganze im Styles-Bereich auch schon einmal angefragt.

Re: Wie installiere ich das Portal?

Posted: 9. September 2009 20:50
by mark1980
Ok danke werde schauen