This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Question about blocks


avatar
error 232
From: -
Question about blocks

Is is possible to put some blocks between website description and other news/content/login/register bar? Like blocks for latest articles, files, forum posts etc.

Some help will be appreciated.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Question about blocks
avatar
OP 232
From: -
Solved. My mistake. Sorry. Slightly Frowning Face
1 Re: Question about blocks
avatar
Editor
0
From: -
There are horizontally here Confused Face

The end result should look like the image in the attachment.
4columns
1 Re: Question about blocks
avatar
OP 232
From: -
Forgot to tell that I want them horizontally positioned. Sent PM with link and description what I want to do.
1 Re: Question about blocks
avatar
Editor
0
From: -
Yes, this is possible. Here an example based on 4 top columns.

1) First you need add new block categories for each column. I used Top 1, Top 2, Top 3, and Top 4.

2) Edit site_header and add before:
{$insert['site_login']}


The following code:
<table width="100%">

<tbody>
<tr valign="top">
<td width="25%">{$insert['site_block_3']}</td>
<td width="25%">{$insert['site_block_4']}</td>
<td width="25%">{$insert['site_block_5']}</td>
<td width="25%">{$insert['site_block_6']}</td>
</tr>
</table>


3) Edit the blocks that should show up on the 4 columns and change the category to Top 1 - 4

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.