Newsletter Builder v2.02 Released!
14 posts by 4 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: November 7, 2012 (RSS)
By Dave - November 6, 2012
Hmm, what does the PHP that generates that code look like? And is it the same as the code generator creates?
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com
Re: [Dave] Newsletter Builder v2.02 Released!
Hi Dave,
It's the same code as the generator (unless I screwed something up) and I started with 2.02.
The manage url is: http://www.thecmsbcookbook.com/m.php
The archive url is: http://www.thecmsbcookbook.com/archive.php
I've attached the archive and m pages just in case.
Thanks again,
Jerry
It's the same code as the generator (unless I screwed something up) and I started with 2.02.
The manage url is: http://www.thecmsbcookbook.com/m.php
The archive url is: http://www.thecmsbcookbook.com/archive.php
I've attached the archive and m pages just in case.
Thanks again,
Jerry
The first CMS Builder reference book is now available on-line!
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
By Dave - November 7, 2012
Hi Jerry,
This line in archive.php is the problem:
<a href=""><?php echo htmlencode($record['subject']) ?></a><br/>
Can you try replacing that with:
<a href="?<?php echo $record['num']; ?>"><?php echo htmlencode($record['subject']) ?></a><br/>
And let me know if that works? Thanks.
This line in archive.php is the problem:
<a href=""><?php echo htmlencode($record['subject']) ?></a><br/>
Can you try replacing that with:
<a href="?<?php echo $record['num']; ?>"><?php echo htmlencode($record['subject']) ?></a><br/>
And let me know if that works? Thanks.
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com
Re: [Dave] Newsletter Builder v2.02 Released!
Hi Dave,
That was of course the issue.
Very weird.
The correct code comes up in the code generator and don't think that I changed it, but you never know...
archive.php could have been open in Dreamweaver, and changed by mistake when I thought I was working on another page.
Again, thanks,
Jerry Kornbluth
That was of course the issue.
Very weird.
The correct code comes up in the code generator and don't think that I changed it, but you never know...
archive.php could have been open in Dreamweaver, and changed by mistake when I thought I was working on another page.
Again, thanks,
Jerry Kornbluth
The first CMS Builder reference book is now available on-line!
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php