PDA

View Full Version : Pre-sale questions.


MarceloS
12-02-2008, 11:19 PM
Hello.

I have some pre-sale questions:

1. People can subscribe to the newsletter in their registration and profile page?

2. Would it be possible to add a rss feed from my main site on the newsletters, or you can only show forum content? I mean, I wanted the newsletter to have the forum content, but also a box with my main site headlines.

Thanks!

Morgan
12-04-2008, 06:10 AM
1: Yes, there is a 'Newsletter Subscription' area in the 'Additional Information' box for new registrations, and yes, there is a 'Newsletter Subscription' area in the 'Additional Information' box on the profile.php?do=editprofile User CP page.

2: 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, such as RSS feeds, 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.

MarceloS
12-06-2008, 01:11 PM
Thank you Morgan, it was really informative