29
Yeah buddy, it's working, it's working.. I love XOOPS and you. Thanks everyone and all XOOPS Team.That's the solution for XOOPS static banner on theme (by Banner ID)Just 3 Steps
1: First editing root_directory/include/functions.php
(Here is the link Thanks Stefano)2: Editing theme.html
Find this line in theme.html:
le="color: #000000"><?php <td id="bannerSection"><{$xoops_banner}></td>
Then replace with:
le="color: #000000"><?php <td id="bannerSection"><{php}> echo getbanner_from_id_banner(1); <{/php}></td>
3: Last step is very important: Clearing temporary files
le="color: #000000"><?php root_directory/xoops_data/caches/smarty_compile