Widgets 1.1
This is a blank widgets plugin. You can learn to make your own modules/widgets
I included 5 widgets as examples of how to add different code inside the module files.
You can create as many widgets as you want. Just add them in the same way as I did by calling each one by a number or a different name each and add those in the default.php just like the others.
To get different feeds for the feed widget
to get other currencies for the currency exchange widget
http://www.exchangerates.org.uk/webmasters/simple-currency-rates-table.html
to get a new Flag counter
http://s04.flagcounter.com/index.html
More gadgets from google
http://www.google.com/ig/directory?synd=open
To get more feeds for the media gallery
https://sites.google.com/site/annuairevin/media-rss-feed-slideshow
If you want your widget to show in the Content area change the AssetTarget to 'Content' in the modules.
The possible targets:
Head, Content,Panel,Foot
you can sort the modules by adding this to the conf.php and add the name of all the modules you have in the desired sort order.
$Configuration['Modules']['Vanilla']['Panel'] = array('GuestModule', 'MyTabsModule', 'NewDiscussionModule', 'CoolPanelClockModule', 'FeedEkModule', 'SignedInModule', 'MessageModule', 'AptAds','OneModule', 'TwoModule','ThreeModule');
version 1.1 I added some style fixes and a youtube video search module to view videos on the page. Added an rss image gallery slideshow .Also made it so it does not show if is mobile device.Named the modules.
Vanilla 2021.009 Compatibility
The community has said nothing.