View Single Post
  #1  
Old 05-30-2008, 09:54 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 GAZ v.2.0.1 Released

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:
    Code:
    <if condition="$show['unsubscribe']">
    <div class="smallfont"<if condition="$stylecss[smallfont]"> style="$stylecss[smallfont]"</if> align="center">
    	<a href="$vboptions[bburl]/$settings[scriptname].php?do=unsubscribe&amp;u=$user[userid]&amp;h=$user[unsubscribehash]&amp;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:
    Code:
    <if condition="$show['unsubscribe']">
    $vbphrase[gaz_unsubscribe_to_newsletter] ($vboptions[bburl]/$settings[scriptname].php?do=unsubscribe&amp;u=$user[userid]&amp;h=$user[unsubscribehash]&amp;n=$newsletterid)
    -----------------------------------------------------------------------------------------
    </if>
  • gaz_issue_browser_main - add the bits in red - scroll the box to see all the bits:
    Code:
    	<if condition="$show[subscription_toggle]"><td class="vbmenu_control" nowrap="nowrap" id="subscription_toggle">$show[subscription_toggle]</td></if>
__________________
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