[Comoblog-commit] modules/mod_blogrolling/install mod_blogrolling.xml,1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-24 00:01:35
|
Update of /cvsroot/comoblog/modules/mod_blogrolling/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13177/mod_blogrolling/install Modified Files: mod_blogrolling.xml Log Message: initial commit to make sure i've not missed anything transfering the code from my live site down to my cvs version basic premis is that new skins sit in css/SKINNAME/css.php of mod skin select is set to be shown then the users can change the skin via a drop down, if not then a default can be set in the admin area. these skins are imported after the rest of the css so that the content overrides and extends the existing comoblog css - i think we need to decide if skins will provide a full set of styleing or just override and extend the exising code should skin css be entered via the admin area, or uploaded (like a module) ? id prefere to upload as a module as that allows for custom images etc note need to change things like the topic icons some how Index: mod_blogrolling.xml =================================================================== RCS file: /cvsroot/comoblog/modules/mod_blogrolling/install/mod_blogrolling.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mod_blogrolling.xml 23 Feb 2006 23:05:24 -0000 1.1 +++ mod_blogrolling.xml 24 Feb 2006 00:01:31 -0000 1.2 @@ -9,7 +9,7 @@ <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> + <dbquery>CREATE TABLE `comoblog_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> |