Welcome Latest Disqus Comments Dashboard Widget

Welcome Latest Disqus Comments Dashboard Widget for EvoDashboard 3.0
Read MoreEvoDashboard is an advanced Evolution Dashboard plugin that allows you to have the full control of the new Evolution 1.2x manager dashboard and extend the features
EvoDashboard package includes 3 default widgets plugins:
download the plugin
Customize to your needs chunks: Welcome_CustomLinks , Welcome_SocialLinks
Welcome Latest Disqus Comments Dashboard Widget for EvoDashboard 3.0
Read MoreWidget for EvoDashboard to display custom Rss Feed in your MODX Evolution dashboard
Read MoreWidget for EvoDashboard to display Latest Jot Comments in MODX Evolution manager welcome
Read MoreWidget for for EvoDashboard to display and edit Last Registered Webusers
Read MoreAdditional Dashboard List Documents box widget for EvoDashboard
Read Moreindex.php?a=4&pid=2 - replace "2" with your blog folder id
Shortcut Icon example:
<div class="wm_button"><a href="index.php?a=4&pid=2"><i class="fa fa-pencil fa-4x fa-fw"></i><br />New Blog Post in Folder id 2</a></div>
index.php?a=27&id=2 - replace "2" with your document id
Shortcut Icon example:
<div class="wm_button"><a href="index.php?a=3&id=2"><i class="icon-custom bordered-2x icon-color-red fa fa-pencil-square-o fa-4x fa-fw"></i><br />Edit Page id 2</a></div>
index.php?a=112&id=1 - replace "1" with Module id
Shortcut Icon example:
<div class="wm_button"><a href="index.php?a=112&id=1"><i class="icon-custom bordered-2x icon-color-red fa fa-magic fa-4x"></i><br />Doc Manager</a></div>
index.php?a=17 - replace "17" with action id (*)
Shortcut Icon example:
<div class="wm_button"><a href="index.php?a=17"><i class="icon-custom rounded-x icon-bg-orange fa fa-wrench fa-4x fa-fw"></i><br />Settings</a></div>
(*) You can find the complete list of manager actions in manager/includes/actionlist.inc.php or here
../index.html
Shortcut Icon example:
<div class="wm_button"><a href="../index.html" target="_blank"><i class="icon-custom rounded-x icon-bg-orange fa fa-home fa-4x fa-fw"></i><br />Homepage Preview</a></div>
(Chunk tpl: Welcome_CustomLinks)
(Chunk tpl: Welcome_SocialLinks)
Example:
<div class="wm_button"><a href="http://forums.modx.com/" target="_blank"><i class="icon-custom rounded-x icon-bg-orange fa fa-comments-o fa-3x"></i><br />Forum</a></div>
(Chunk tpl: Welcome_SocialLinks , Welcome_CustomLinks)
See: http://fortawesome.github.io/Font-Awesome/icons/ for a complete list of the awesome icon set
<div class="wm_button"><a href="index.php?a=4&pid=2"><i class="icon-color-red icon-no-border fa fa-pencil fa-4x fa-fw"></i><br />New Blog Post</a></div>
change <div class="wm_button"><a href="index.php?a=4&pid=2"><i class="icon-color-red icon-no-border fa fa-pencil fa-4x fa-fw"></i><br />New Blog Post</a></div>
-
with classicon-color-red
i class="fa fa-pencil
: see complete list at http://fortawesome.github.io/Font-Awesome/icons/
fa-4x
: To increase icon sizes use the fa-lg, fa-2x, fa-3x, fa-4x, or fa-5x classes.
fa-fw : add fixed width for better align
(Chunk tpl: Welcome_YourLogo)
Open Welcome_YourLogo chunk and customize path and size of your custom logo
<img id="logo" src="../assets/images/logo.png" width="120" height="100" >