Albus
05-23-2005, 05:10 PM
BAH! Brian, would you move this to the Add-On releases forum...sheesh...
Let's get the obvious out of the way first. I know a new vBa release is due out anytime. I'm stuck with vB 3.0.7 for a few more months, and a suspect others are too. Therefore I am releasing it anyway. I will port it later assuming the next vBa version doesn't come with a similar module stock.
Now for the module. I started like most here and began making simple modules that merely tossed up a single template or maybe performed a simple top reputation query and had to eval each row. I wanted a good automatic menuing system that didn't require me to edit a template everytime I added a vBa page or forum but couldn't find one. The available static modules were nice, but I wanted more. So I wrote one. This is my first 'real' module.
What it does is lists all your vBa pages in one menu section and all your forums in another. It also displays popup descriptions if available. It is compliant with all vB permissions and options that apply, such as CANVIEW and 'hideprivateforums'. It is completely dyamic and highliy configurable. Configuration options are listed below:
// item bullet [ this is anything you want to bullet the lists with ]
'itembullet' => '· ',
// page display [ 0 = no, 1 = yes ]
'pagedisplay' => 1,
// page exclude [ comma delimited list of pageid's you'd like excluded ]
'pageexclude' => '',
// this is to mask out forum wrappers and other pages you want hidden
// page sorting [ 1 = pageid asc, 2 = pageid desc, 3 = title asc, 4 = title desc ]
'pagesorting' => 1,
// forum display [ 0 = no, 1 = yes ]
'forumdisplay' => 1,
// forum exclude [ comma delimited list of forumid's you'd like excluded ]
'forumexclude' => '',
// status icons [ 0 = no, 1 = yes ]
'statusicons' => 1
A demo may be seen on my site: http://wizardingrealm.com
If you install this, please post back here and let me know how it went. Instructions are included in the package.
NOTE: zip file updated on Sunday, May 29, 2005 to new version.
Let's get the obvious out of the way first. I know a new vBa release is due out anytime. I'm stuck with vB 3.0.7 for a few more months, and a suspect others are too. Therefore I am releasing it anyway. I will port it later assuming the next vBa version doesn't come with a similar module stock.
Now for the module. I started like most here and began making simple modules that merely tossed up a single template or maybe performed a simple top reputation query and had to eval each row. I wanted a good automatic menuing system that didn't require me to edit a template everytime I added a vBa page or forum but couldn't find one. The available static modules were nice, but I wanted more. So I wrote one. This is my first 'real' module.
What it does is lists all your vBa pages in one menu section and all your forums in another. It also displays popup descriptions if available. It is compliant with all vB permissions and options that apply, such as CANVIEW and 'hideprivateforums'. It is completely dyamic and highliy configurable. Configuration options are listed below:
// item bullet [ this is anything you want to bullet the lists with ]
'itembullet' => '· ',
// page display [ 0 = no, 1 = yes ]
'pagedisplay' => 1,
// page exclude [ comma delimited list of pageid's you'd like excluded ]
'pageexclude' => '',
// this is to mask out forum wrappers and other pages you want hidden
// page sorting [ 1 = pageid asc, 2 = pageid desc, 3 = title asc, 4 = title desc ]
'pagesorting' => 1,
// forum display [ 0 = no, 1 = yes ]
'forumdisplay' => 1,
// forum exclude [ comma delimited list of forumid's you'd like excluded ]
'forumexclude' => '',
// status icons [ 0 = no, 1 = yes ]
'statusicons' => 1
A demo may be seen on my site: http://wizardingrealm.com
If you install this, please post back here and let me know how it went. Instructions are included in the package.
NOTE: zip file updated on Sunday, May 29, 2005 to new version.