PDA

View Full Version : More Statistics?


RaceJunkie
10-21-2008, 12:05 PM
I am currently using combul and I like one feature they have that I don't see in GAZ. With combul you can have it include the latest stats since your last newsletter.

IE
We have had the following activity since 03-11-2008
908 New Members
7,605 New Threads
45,932 New Posts
16 New Polls

RaceJunkie
10-23-2008, 02:16 AM
Is Morgan on vacation? :confused:

Morgan
10-23-2008, 04:06 PM
Ha, no, but if you are offering, please make it somewhere warm. I hate winter. :D

As to your question, GAZ comes with four default modules:

Text Block: This module will allow you to display static text including html and bbcode (example in right hand column here (http://www.thevbgeek.com/newsletter.php))

Info Block: This module will display text you type in or show the text entered in the issue message (example is top welcome row here (http://www.thevbgeek.com/newsletter.php))

Statistics Block: This module will display site statistics (example in right hand column here (http://www.thevbgeek.com/newsletter.php))

Thread Block: This module will allow you to configure a list of threads to display (the five other blocks here (http://www.thevbgeek.com/newsletter.php) are from the thread block)


The thread block allows you to choose how you want to order threads, and whether you want that ordering to be descending (highest to lowest) or ascending (lowest to highest):

The latest created
The latest replies
The most replies
The most views
Random




You can place blocks in the following positions for HTML (center is the only position for Plain Text):

Top
Left
Center
Right
Bottom

You can use each module more than one time, but if your newsletter has any other information that cannot be displayed by using one of the default modules, a custom module would need to be coded. For additional statistics or other blocks not included in GAZ, you'd need to add custom modules.

If you want to add other modules, you would need to know PHP, understand the code of the default modules, and be familiar with the vB tables so you could code a module that pulls the information you want from the vB tables and displays the information on screen, while being in a format like the default modules so GAZ understands the new module.

RaceJunkie
10-23-2008, 04:48 PM
Ha, no, but if you are offering, please make it somewhere warm. I hate winter. :D


I'm a summer guy myself

As to your question, GAZ comes with four default modules:

Text Block: This module will allow you to display static text including html and bbcode (example in right hand column here (http://www.thevbgeek.com/newsletter.php))

Info Block: This module will display text you type in or show the text entered in the issue message (example is top welcome row here (http://www.thevbgeek.com/newsletter.php))

Statistics Block: This module will display site statistics (example in right hand column here (http://www.thevbgeek.com/newsletter.php))

Thread Block: This module will allow you to configure a list of threads to display (the five other blocks here (http://www.thevbgeek.com/newsletter.php) are from the thread block)


The thread block allows you to choose how you want to order threads, and whether you want that ordering to be descending (highest to lowest) or ascending (lowest to highest):

The latest created
The latest replies
The most replies
The most views
Random




You can place blocks in the following positions for HTML (center is the only position for Plain Text):

Top
Left
Center
Right
Bottom

You can use each module more than one time, but if your newsletter has any other information that cannot be displayed by using one of the default modules, a custom module would need to be coded. For additional statistics or other blocks not included in GAZ, you'd need to add custom modules.

If you want to add other modules, you would need to know PHP, understand the code of the default modules, and be familiar with the vB tables so you could code a module that pulls the information you want from the vB tables and displays the information on screen, while being in a format like the default modules so GAZ understands the new module.

Thanks for the detailed reply.