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.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
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.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!