Hello!
How to display right blocks?
Wie die Anzeige der rechten Blöcke?
Portalview: How to display right blocks?
Moderator: Dyo
Forum rules
Please note that this modification is not a official part of the Board3 Portal!
Bitte beachten das diese Modifikation kein offizieller Bestandteil des Board3 Portal ist!
Please note that this modification is not a official part of the Board3 Portal!
Bitte beachten das diese Modifikation kein offizieller Bestandteil des Board3 Portal ist!
-
Topic author - Active Member
- Posts: 15
- Joined: 20. March 2009 15:10
- phpBB.de User: bruno36
- phpBB.com User: bruno36
Portalview: How to display right blocks?
Last edited by Bruno36 on 3. April 2009 09:55, edited 1 time in total.
-
Topic author - Active Member
- Posts: 15
- Joined: 20. March 2009 15:10
- phpBB.de User: bruno36
- phpBB.com User: bruno36
Re: Portalview: How to display right blocks?
you never answer questions?
-
- Valued Contributor
- Posts: 86
- Joined: 15. March 2009 10:38
- phpBB.de User: ralf-isi
- Location: Schweiz - Nähe Zürich
Re: Portalview: How to display right blocks?
I not understand your question - can not be English.
the right blocks are in the overall_fooder.html defined.
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>
-
Topic author - Active Member
- Posts: 15
- Joined: 20. March 2009 15:10
- phpBB.de User: bruno36
- phpBB.com User: bruno36
Re: Portalview: How to display right blocks?
Merci ralf-isi