Question about blocks
 
                              
                                
                                 error   232
From: -
                                 
                              
                            From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Question about blocks
 
                        
                                                
                         error
                
                OP
   232
From: -
                         
                      
                  From: -
                    Solved. My mistake. Sorry.  
                  
                  
                  
                 
                  1 Re: Question about blocks
 
                        
                                                
                         Philipp Esselbach 
                        
                        
From: -
                         
                      
                   Editor
  0From: -
1 Re: Question about blocks
 
                        
                                                
                         error
                
                OP
   232
From: -
                         
                      
                  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
 
                        
                                                
                         Philipp Esselbach 
                        
                        
From: -
                         
                      
                   Editor
  0From: -
                    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:
The following code:
3) Edit the blocks that should show up on the 4 columns and change the category to Top 1 - 4
                  
                  
                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
 
               
          

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.