NEWSLETTER AND IMAGES !! HOW TO DO? has nobody an idea!!!
NEWSLETTER AND IMAGES !! HOW TO DO? has nobody an idea!!!
I have a problem with the editor when creating a newsletter.
1st its not possible to insert an image there with a full url
2nd its not possible to create a lot of html tags there.
if I store the nl all the full urls are lost and replaced by the just the right
part of it.
eg.
http://www.domain.com/img/test/startpic.jpg is replaced by
img/test/startpic.jpg
It works fine when I use another image source i.e.
http://www.notmydomain.com/img/test/startpic.jpg
in htmlarea.
And one another question:
is it possible to create newsletter templates?
an if it works, how?
1st its not possible to insert an image there with a full url
2nd its not possible to create a lot of html tags there.
if I store the nl all the full urls are lost and replaced by the just the right
part of it.
eg.
http://www.domain.com/img/test/startpic.jpg is replaced by
img/test/startpic.jpg
It works fine when I use another image source i.e.
http://www.notmydomain.com/img/test/startpic.jpg
in htmlarea.
And one another question:
is it possible to create newsletter templates?
an if it works, how?
- Oliver Georgi
- Site Admin
- Posts: 9944
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
Htmlarea
I use htmlarea, and it just happens on win ie.
in this case the main problem is, that the user has a mac
with safari, and now firefox.
if I use setting number 3 (browser-based) it does not
work with firefox. and with htmlarea it doesn´t work
on ie.
that´s the problem.
latest release with all 5 patches.
in this case the main problem is, that the user has a mac
with safari, and now firefox.
if I use setting number 3 (browser-based) it does not
work with firefox. and with htmlarea it doesn´t work
on ie.
that´s the problem.
latest release with all 5 patches.
- Oliver Georgi
- Site Admin
- Posts: 9944
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9944
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9944
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9944
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
ah OK, I saw:
in login.php change this
to
Oliver
in login.php change this
Code: Select all
case 3: if($c->browser_is("ie5.5+")) $_SESSION["wysiwyg_editor"] = 4;
if(!$_SESSION["wysiwyg_editor"]) {
if($c->browser_is("mz1.3+") || $c->browser_is("ns7+")) $_SESSION["wysiwyg_editor"] = 1;
}Code: Select all
case 3: if($c->browser_is("ie5.5+")) $_SESSION["wysiwyg_editor"] = 4;
if(!$_SESSION["wysiwyg_editor"]) {
if($c->browser_is("mz1.3+") || $c->browser_is("ns7+") || $c->browser_is("fx")) $_SESSION["wysiwyg_editor"] = 1;
}- Oliver Georgi
- Site Admin
- Posts: 9944
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
Is this a bug and a fix? Do you think it would be a good idea to have a 'developer agreed bug-fix' forum for each version of PHPWCMS like they do at http://forums.phpcoin.comOliver Georgi wrote:ah OK, I saw:
in login.php change this
toCode: Select all
case 3: if($c->browser_is("ie5.5+")) $_SESSION["wysiwyg_editor"] = 4; if(!$_SESSION["wysiwyg_editor"]) { if($c->browser_is("mz1.3+") || $c->browser_is("ns7+")) $_SESSION["wysiwyg_editor"] = 1; }OliverCode: Select all
case 3: if($c->browser_is("ie5.5+")) $_SESSION["wysiwyg_editor"] = 4; if(!$_SESSION["wysiwyg_editor"]) { if($c->browser_is("mz1.3+") || $c->browser_is("ns7+") || $c->browser_is("fx")) $_SESSION["wysiwyg_editor"] = 1; }
Then you can tell everyone to view the bug-fix forum first if they are having problems. If the fix is included as a patch in a new version, no problem, because the bug will not be listed in the bug-fix forum for the new version.
Still think it would be a good idea to have version-specific bug-report forums too. I have no idea whether the above applies to my version of PHPWCMS.