Morgan
05-30-2008, 10:54 PM
GAZ v.2.0.1 has been released.
The following issues were addressed:
Link for unsubscribe fixed
ACP tracking * versus ~ fixed
ACP subscriptions search fixed
Ability to delete module added
Guest newsletter space removed
Extra comma in navbar removed
The following templates were changed:
gaz_html_footer
gaz_text_footer
gaz_issue_browser_main
To upgrade from v.2.0.0 do the following:
Revert the three templates listed above, if changed from their originals, or see below for how to manually make the changes
Re-FTP all the PHP files into their corresponding directories on the server, overwriting the old PHP files
Re-import the product-gaz.xml file via the ACP - do not uninstall, do allow overwrite
Manually updating the templates:
gaz_html_footer - change the if-block for the unsubscribe link to the following:
<if condition="$show['unsubscribe']">
<div class="smallfont"<if condition="$stylecss[smallfont]"> style="$stylecss[smallfont]"</if> align="center">
<a href="$vboptions/$settings[scriptname].php?do=unsubscribe&u=$user[userid]&h=$user[unsubscribehash]&n=$newsletterid">$vbphrase[gaz_unsubscribe_to_newsletter]</a>
</div>
<br />
</if>
gaz_text_footer - change the if-block for the unsubscribe link to the following:
<if condition="$show['unsubscribe']">
$vbphrase[gaz_unsubscribe_to_newsletter] ($vboptions[bburl]/$settings[scriptname].php?do=unsubscribe&u=$user[userid]&h=$user[unsubscribehash]&n=$newsletterid)
-----------------------------------------------------------------------------------------
</if>
gaz_issue_browser_main - add the bits in red - scroll the box to see all the bits:
[b]<if condition="$show[subscription_toggle]"><td class="vbmenu_control" nowrap="nowrap" id="subscription_toggle">$show[subscription_toggle]</td></if>
The following issues were addressed:
Link for unsubscribe fixed
ACP tracking * versus ~ fixed
ACP subscriptions search fixed
Ability to delete module added
Guest newsletter space removed
Extra comma in navbar removed
The following templates were changed:
gaz_html_footer
gaz_text_footer
gaz_issue_browser_main
To upgrade from v.2.0.0 do the following:
Revert the three templates listed above, if changed from their originals, or see below for how to manually make the changes
Re-FTP all the PHP files into their corresponding directories on the server, overwriting the old PHP files
Re-import the product-gaz.xml file via the ACP - do not uninstall, do allow overwrite
Manually updating the templates:
gaz_html_footer - change the if-block for the unsubscribe link to the following:
<if condition="$show['unsubscribe']">
<div class="smallfont"<if condition="$stylecss[smallfont]"> style="$stylecss[smallfont]"</if> align="center">
<a href="$vboptions/$settings[scriptname].php?do=unsubscribe&u=$user[userid]&h=$user[unsubscribehash]&n=$newsletterid">$vbphrase[gaz_unsubscribe_to_newsletter]</a>
</div>
<br />
</if>
gaz_text_footer - change the if-block for the unsubscribe link to the following:
<if condition="$show['unsubscribe']">
$vbphrase[gaz_unsubscribe_to_newsletter] ($vboptions[bburl]/$settings[scriptname].php?do=unsubscribe&u=$user[userid]&h=$user[unsubscribehash]&n=$newsletterid)
-----------------------------------------------------------------------------------------
</if>
gaz_issue_browser_main - add the bits in red - scroll the box to see all the bits:
[b]<if condition="$show[subscription_toggle]"><td class="vbmenu_control" nowrap="nowrap" id="subscription_toggle">$show[subscription_toggle]</td></if>