View Single Post
  #6  
Old 07-31-2008, 03:34 PM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

1: Go to the ACP -> GAZ -> Newsletters -> click a newsletter link and set 'Issue active after generation?' to no.

2: Whatever text/HTML you are using for the message is what appears. There is no 'use the variable for date' option, but if you want the date in the message, you'd need to edit the GAZ info.php file.

3: This is a consequence of a mixing mktime and vbdate so the date is minus a day. I'll need to look into a better way to process the date. I fixed one of these before, but this one is more complex, so it is likely going to take some time, but for now, use a day ahead, i.e., August 7 for August 6.

4: The newsletter.php page uses the vB navbar template. The newsletter issues that are sent use the gaz_html_header, gaz_html_navbar, and gaz_html_footer templates (assuming it's an HTML email being sent) and you need to edit those templates as you prefer for reasons mentioned here.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote