XOOPS Web Application System (https://xoops.org)

Powered by You!

OSGamer Xoops Theme with Dynamic Flash header

Category : Themes | Published by hardyvoje on 03-Jan-2007 09:19
OSGamer Xoops Theme is for Xoops 2.0.X series.

OSGamer Xoops Theme with Flash header which loads Article titles from AMS module. Theme contains .FLA file that shouldn't be uploaded in theme folder but you'll have to modify it in first frame, Layer 2:

_global.ind = -1;
_global.prefix = "http://www.osgamer.org/";

in _global.prefix = you have to put root URL of your site

newsfeeder.php taking data from your database and give it to flash headline reader. Take a look on settings in PHP file:

// Settings (change values in this block to customize newsfeed
$settings['xoopspath'] = '../../mainfile.php'; // relative path to mainfile
// gathering Xoops setup info
include ($settings['xoopspath']);

$settings['news_number'] = 5; // number of news to rotate
$settings['news_delay'] = 4; // seconds to hold one headline
$settings['news_table'] = XOOPS_DB_PREFIX."_ams_article "; // db table name of news
$settings['news_title_cell'] = "title"; // table cell with title
$settings['news_id_cell'] = "storyid"; // table cell with ID number used in Link
$settings['news_linkbody'] = XOOPS_URL."/modules/AMS/article.php?storyid="; // static part of link
$settings['open_blank'] = 1; // 1 - article in blank windows, 0 in same window

// filtering settings:
$settings['is_topic_filter'] = 1; // 1 - filter SELECT by topic , 0 - no filtering
$settings['topic_to_show'] = 2; // topic id
$settings['topic_cell'] = "topicid"; // name of table cell with topic data
// End of settings


Default settings are set for AMS (Article) module, but you can apply it on any module desired by changing configuration. When visitor click on title, it will open article in new window.

Resized Image

OSGamer theme is theme for my new Open Source Gaming Portal:http://www.osgamer.org
check it and send some feedback on forum ;)

OSGamer theme is lightwidth, and CSS style is fully adapted.
AMS styles are applied too.

Download page:
Download page

You have to be registrated to download.