[Comoblog-commit] modules/mod_blogrolling/install mod_blogrolling.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-23 23:05:31
|
Update of /cvsroot/comoblog/modules/mod_blogrolling/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11362/mod_blogrolling/install Added Files: mod_blogrolling.xml Log Message: wasnt in cvs so ive added it to fix a bug raised on the forums, - also added some of the stuff thats in use on my site --- NEW FILE: mod_blogrolling.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_blogrolling</name> <description>List of your favourite links</description> <allowed_pos>sidebar</allowed_pos> <allowed_pos>top</allowed_pos> <version>1.1</version> <minimum_supported>1.0</minimum_supported> <certified>1.0</certified> <dbquery>CREATE TABLE `easymoblog_mod_blogrolling` (`blogrolling_id` int(10) unsigned NOT NULL auto_increment, `blogrolling_url` varchar(255) default NULL, `blogrolling_title` varchar(255) default NULL, `blogrolling_description` varchar(255) default NULL, `blogrolling_added` int(10) unsigned default NULL, `blogrolling_display_order` int(10) unsigned default NULL, PRIMARY KEY (`blogrolling_id`)) TYPE=MyISAM;</dbquery> <filter_posts>N</filter_posts> <filter_comments>N</filter_comments> <author>iamdecal iam...@gm... http://www.iamdecal.co.uk - from the originala by Umberto Caldera - ubik [at] ubiks [dot] it</author> <date>2006-02-23</date> <param name="CFG_MOD_BLOGROLLING_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_BLOGROLLING_A_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_BLOGROLLING_A_HOVER_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_BLOGROLLING_A_TEXT_DECORATION" description="" type="select" editable="Y" accept_null="N" value="none" restrict_values="none|underline|overline|line-through" /> <param name="CFG_MOD_BLOGROLLING_A_HOVER_TEXT_DECORATION" description="" type="select" editable="Y" accept_null="N" value="underline" restrict_values="none|underline|overline|line-through" /> <param name="CFG_MOD_BLOGROLLING_FONT_FAMILY" description="" type="font_picker" editable="Y" accept_null="N" value="Verdana,Arial,Helvetica,sans-serif" restrict_values="Verdana,Arial,Helvetica,sans-serif" /> <param name="CFG_MOD_BLOGROLLING_FONT_SIZE" description="" type="select" editable="Y" accept_null="N" value="10" restrict_values="8|9|10|11|12|13|14|15|16|17|18|19|20" /> <param name="CFG_MOD_BLOGROLLING_TOPLINE" description="The Top line of text in the drop down or header of the list item" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="Posts By Title" /> <param name="CFG_MOD_BLOGROLLING_STYLE" description="" type="select" editable="Y" accept_null="N" value="topbardropdown" restrict_values="topbardropdown|sidebarlist|sidebardropdown" /> </module> |