Code: Select all
width="100%" height="100%"
Code: Select all
$CFG['news_forum'] = '1';
Code: Select all
$CFG['news_length'] = '5000';
Code: Select all
$CFG['number_of_news'] = '5';
GHFSilva wrote: We have installed this mod on our website, the page did run cute news which is why it's a PHP extension, check it out.
http://www.gungho-fighters.com/news.php
But we have found a little problem and was after some advice.
The exported data stretches to the size of the table set, we've set ours to what suites our site best, and if you view under IE it stretches the IFRAME and fits it to the table, but under Fire Fox it just stays as a little box at the top of the Table.
Any ideas ?
Code: Select all
<object style="width: 70%;height: 100%;" data="http://linktoforum/announcements.php" type="text/html">
</object>
Janmarques wrote:GHFSilva wrote:We have installed this mod on our website, the page did run cute news which is why it's a PHP extension, check it out.
http://www.gungho-fighters.com/news.php
But we have found a little problem and was after some advice.
The exported data stretches to the size of the table set, we've set ours to what suites our site best, and if you view under IE it stretches the IFRAME and fits it to the table, but under Fire Fox it just stays as a little box at the top of the Table.
Any ideas ?
Try to useinstead of the framesCode: Select all
<object style="width: 70%;height: 100%;" data="http://linktoforum/announcements.php" type="text/html"> </object>
![]()
Didn't test, but should work
Code: Select all
language/lang_spanish/lang_main.php
Code: Select all
?>
Code: Select all
$lang['Comments'] = 'Comentario';
$lang['View_Comments'] = 'Ver Comentario';
$lang['Post_Comments'] = 'Poner comentario';
$lang['Home'] = 'Sitio de noticias';
$lang['Read_Full'] = 'Leer entero';