Hi,
I've been working on a plugin called WidgetsManager.
Basically, the idea behind it is - you can simply put this into your include_leftsidebar.html:
..or:
include_rightsidebar.html
Then, you set the "boxes" want to show on the left/right side-bar.
widget.jpg is an example (on my test install, setup with the "right" sidebar). Each of the widgets are easily customized, by just editing the widget_name.html template.
Basically, I'm happy the admin function is ok (and has enough functionality) - but I'm looking for ideas for the "widgets" themselves.
So far, I have:
SiteStats (this has stuff like number of users, number of links, number of categories, etc)
Menu - lets tyou add in your own custom menu stuff
SearchBox - simple HTML box, for showing a search bx
AdSense - setup an adsense box (just enter the AdSense code in the Widgets settings, and it will show up for you)
Anyway, please let me know if you have any ideas
Cheers
Andy (mod)
andy@ultranerds.com
Merry Xmas and a Happy New Year!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates
I've been working on a plugin called WidgetsManager.
Basically, the idea behind it is - you can simply put this into your include_leftsidebar.html:
Code:
<%Plugins::WidgetManager::LoadWidgetCode('left')%>..or:
include_rightsidebar.html
Code:
<%Plugins::WidgetManager::LoadWidgetCode('right')%>Then, you set the "boxes" want to show on the left/right side-bar.
widget.jpg is an example (on my test install, setup with the "right" sidebar). Each of the widgets are easily customized, by just editing the widget_name.html template.
Basically, I'm happy the admin function is ok (and has enough functionality) - but I'm looking for ideas for the "widgets" themselves.
So far, I have:
SiteStats (this has stuff like number of users, number of links, number of categories, etc)
Menu - lets tyou add in your own custom menu stuff
SearchBox - simple HTML box, for showing a search bx
AdSense - setup an adsense box (just enter the AdSense code in the Widgets settings, and it will show up for you)
Anyway, please let me know if you have any ideas
Cheers
Andy (mod)
andy@ultranerds.com
Merry Xmas and a Happy New Year!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates


