Icy Phoenix

     
 

Another Question About The Shoutbox And Its Size

Another Question About The Shoutbox And Its Size

Article
Reply with quote    Download Post  
Post Another Question About The Shoutbox And Its Size 
 
Right then. At last, I've managed to set the Shoutbox for guests users too, and only on the Forum index. Now, I'd like like to know how to set the block taller, in order to show more messages at once. I've tried to modify the iframe height from the Shoutbox_body.tpl and it maximizes the messages area, but it doesn't expand the whole box. So, I've been looking the ajax_shoutbox_body.tpl and found this:

Code: [Download] [Hide] [Select]
.box
{
    width: {view_shoutbox.BOX_WIDTH};
    height: {view_shoutbox.BOX_HEIGHT};
    text-align: center;
    margin: 0px auto;
}
.shouts
{
    width: {view_shoutbox.DIV_WIDTH};
    height: {view_shoutbox.DIV_HEIGHT};
    overflow: auto;
}
#outputList
{
    width: {view_shoutbox.TABLE_WIDTH};
    height: {view_shoutbox.TABLE_HEIGHT};
}
</style>


Changed "height" for a fixed pixel value but nothing happened, even clearing cache before. So I guess these values should be able to be edited through CSS, but I don't know where I should look for it. I'll leave a pic about what I mean:

 shoutbox_height

Greetings to all and thanks in advance for your attention.



 
Sarakin - View user's profile Send private message  
Sarakin [ Tue 07 Oct, 2008 10:55 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Another Question About The Shoutbox And Its Size

Comments
Reply with quote    Download Post  
Post Re: Another Question About The Shoutbox And Its Size 
 
templatesmg_themesblocksshoutbox_block.tpl


find
height="200"  and change it to your desired dimension

Note:For others templates change in blocksshoutbox_block.tpl in other template



 
Limun - View user's profile Send private message  
Limun [ Tue 07 Oct, 2008 12:27 ]
Reply with quote    Download Post  
Post Re: Another Question About The Shoutbox And Its Size 
 
Have you seen this?

h**p://***.icyphoenix.com/viewtopic...&p=25861#p25861



 
   
Inactive User [ Tue 07 Oct, 2008 12:46 ]
Reply with quote    Download Post  
Post Re: Another Question About The Shoutbox And Its Size 
 
Thank you both very much. I'll test this soon  0014  0057



 
Sarakin - View user's profile Send private message  
Sarakin [ Tue 07 Oct, 2008 15:04 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1