PDA

View Full Version : Solution - WYSIWYG into Newsletter Plugin


thomas
09-20-2005, 09:55 AM
Ok, so im having a slight bit of trouble with this one.

But i have managed to get the WYSIWYG editor into the newsletter section.

But.. atm I cant seem to get it into the Header/Footer/Signature without some full code mods of the plugin.

So here is a start for you...

Save your old file, and replace it with this one.

p14_newsletter/p14_settings.php

[attachmentid=114]

rjchaney
10-11-2005, 03:12 PM
<div class='quotetop'>QUOTE(thomas &#064; Sep 20 2005, 04&#58;55 AM) 1208</div>
Ok, so im having a slight bit of trouble with this one.

But i have managed to get the WYSIWYG editor into the newsletter section.

But.. atm I cant seem to get it into the Header/Footer/Signature without some full code mods of the plugin.

So here is a start for you...

Save your old file, and replace it with this one.

p14_newsletter/p14_settings.php

[attachmentid=114]
[/b]
Thomas:
Since adding these setting changes my subscribers are getting multiple copies of the Newsletter. Are there setting changes that control how many copies go out?

Rufus

abcohen
10-11-2005, 03:15 PM
I&#39;m sure there is just something wrong with the loop statement that sends out the email.

rjchaney
10-11-2005, 03:35 PM
Thanks. I think I&#39;ve found the problem, but not sure how to fix it. I have defined multiple kinds of "members" on the IPB board.

Line 247-249
// switch database?
if((&#036;usersystem[&#39;dbname&#39;] &#33;= &#036;dbname))
&#036;DB->select_db(&#036;usersystem[&#39;dbname&#39;]);
Do I need to change &#39;dbname&#39; to my local database of user?

abcohen
10-11-2005, 03:41 PM
<div class='quotetop'>QUOTE(rjchaney &#064; Oct 11 2005, 11&#58;35 AM) 1670</div>
Thanks. I think I&#39;ve found the problem, but not sure how to fix it. I have defined multiple kinds of "members" on the IPB board.

Line 247-249
// switch database?
if((&#036;usersystem[&#39;dbname&#39;] &#33;= &#036;dbname))
&#036;DB->select_db(&#036;usersystem[&#39;dbname&#39;]);
Do I need to change &#39;dbname&#39; to my local database of user?
[/b]
I dont think thats what we&#39;re talking about here...
but if you assigned a member to 3 different groups and they got the email 3 different times, it very well could be...

but if you have 2000 and the first email got like 10 copies of the email then its a different issue.

rjchaney
11-16-2005, 09:35 PM
My website does not use friendly URLs. Is there a way to prevent the plugin settings from shortening the address of an embedded image from: http://www.domain.com/images/pic.jpg to: /images/pic.jpg

When this happens the images are not displaced when the newsletter goes out in email.

Thanks,
Dazed and confused :(

abcohen
11-16-2005, 10:40 PM
<div class='quotetop'>QUOTE(rjchaney &#064; Nov 16 2005, 05&#58;35 PM) 2141</div>
My website does not use friendly URLs. Is there a way to prevent the plugin settings from shortening the address of an embedded image from: http://www.domain.com/images/pic.jpg to: /images/pic.jpg

When this happens the images are not displaced when the newsletter goes out in email.

Thanks,
Dazed and confused :(
[/b]
the urls are rewritten by the wysiwyg editor and is an over all function so you&#39;d have to edit the core functions of the wysiwyg editor... there is a way to do that posted on the tinymce website forum (i dont remember the link)
personally i think you might be better off going back to original files for the newsletter that way you dont have to worry about the wysiwyg editor

rjchaney
11-17-2005, 02:36 AM
Thanks&#33;

Community
03-31-2007, 04:07 PM
Where is the file?? I can't download it.

thomas
04-01-2007, 12:45 AM
the file was for an old version of the newsletter plugin.