I would like to know whether the default installation of Drigg includes the theme used by fsdaily.com. If not Is it possible to share the theme publicly?
Drigg comes with two themes: the one you see at drigg.org and the one you see at http://mountfujiguide.com/.
Most people won't want to share a customized theme that they are currently using on a live site. It is very important to protect brand identity which is kind of hard to do if everyone has a site that looks the exact same as yours.
However, drupal comes with tons of themes (see here: http://drupal.org/project/Themes) and all most all of them can be made to work with drigg as long as you call for and know where to put:
* print extra_voting_forms_insert_js_css() . This is needed by Extra Voting Forms
* print drigg_ui_sections();. This will print out the sections defined as a clickable menu.
* print drigg_ui_submit_button();. This will display the "submit" button
* print drigg_ui_type_menu();. This will define what the user is looking at, Drigg-wise: "Published", "Upcoming" or "Archived".
* print drigg_ui_order_menu();. This will allow the user to pick the story's order: newest, oldest, etc.
in the page.tpl.php file and:
* print drigg_embed_contents(). This is to show embedded contents.
* drigg_rl_related_links_get_html(). This will pull up an unordered list of related scoops.
* drigg_ui_article_menu(). This will print the menu "Who voted", "Comments" etc. at the bottom of the article
The FSDaily theme is not available. One of the reasons is that it's highly customised, and it doesn't play well with Drupal in general. Plus, it's unique and was the result of paid work by a professional designer for FSDaily...
Themes
Drigg comes with two themes: the one you see at drigg.org and the one you see at http://mountfujiguide.com/.
Most people won't want to share a customized theme that they are currently using on a live site. It is very important to protect brand identity which is kind of hard to do if everyone has a site that looks the exact same as yours.
However, drupal comes with tons of themes (see here: http://drupal.org/project/Themes) and all most all of them can be made to work with drigg as long as you call for and know where to put:
* print extra_voting_forms_insert_js_css() . This is needed by Extra Voting Forms
* print drigg_ui_sections();. This will print out the sections defined as a clickable menu.
* print drigg_ui_submit_button();. This will display the "submit" button
* print drigg_ui_type_menu();. This will define what the user is looking at, Drigg-wise: "Published", "Upcoming" or "Archived".
* print drigg_ui_order_menu();. This will allow the user to pick the story's order: newest, oldest, etc.
in the page.tpl.php file and:
* print drigg_embed_contents(). This is to show embedded contents.
* drigg_rl_related_links_get_html(). This will pull up an unordered list of related scoops.
* drigg_ui_article_menu(). This will print the menu "Who voted", "Comments" etc. at the bottom of the article
in the node-drigg.tpl.php file.
Hope that helps
- John
http://www.designbump.com
Sorry...
Hi,
The FSDaily theme is not available. One of the reasons is that it's highly customised, and it doesn't play well with Drupal in general. Plus, it's unique and was the result of paid work by a professional designer for FSDaily...
Merc.