Page 1 of 1

Portalview: How to display right blocks?

Posted: 20. March 2009 17:56
by Bruno36
Hello!

How to display right blocks?

Wie die Anzeige der rechten Blöcke?

Re: Portalview: How to display right blocks?

Posted: 3. April 2009 09:02
by Bruno36
you never answer questions? :evil:

Re: Portalview: How to display right blocks?

Posted: 3. April 2009 09:17
by ralf-isi
I not understand your question - can not be English. :(

the right blocks are in the overall_fooder.html defined.

Code: Select all

<br clear="all" />
      <br />
        <div class="copyright" align="center">{L_PORTAL_COPY}</div>
        <br />
</td>

<!-- [-] center block area -->
<td style="width:4px;" valign="top"> </td>

<!-- [+] right block area -->
<td width="{PORTAL_RIGHT_COLUMN}px" valign="top" style="padding-left:6px;">
        <!-- IF S_DISPLAY_USERMENU -->
        <!-- IF not S_USER_LOGGED_IN -->
        <!-- INCLUDE portal/block/login_box.html -->
        <!-- ENDIF -->

        <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
        <!-- INCLUDE portal/block/user_menu.html -->
        <!-- ENDIF -->
        <!-- ENDIF -->
 .......................
</table>

<br clear="all" />

</body>
</html>

Re: Portalview: How to display right blocks?

Posted: 3. April 2009 09:54
by Bruno36
Merci ralf-isi ;)