Our Sponsors

Please support us by clicking on the banner below, Thank you!

GAZ v.2.0.1 Released

ThevBGeek Add comments
Category Icon
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>


News Source: The vB Geek - Announcements
Full Story: Read here

Leave a Reply

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Login