Twitter SMFHacks Facebook SMFHacks SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
June 18, 2013, 02:04:30 am

Login with username, password and session length
Members
Total Members: 10806
Latest: ivanya
Stats
Total Posts: 32554
Total Topics: 5506
Online Today: 58
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 1
Guests: 60
Total: 61
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] 2 Go Down Print
Author Topic: Message Editor?  (Read 8852 times)
ApplianceJunk
Sr. Member
****
Offline Offline

Posts: 410



View Profile WWW
« on: August 07, 2009, 08:29:41 pm »

How do I get to the new message editor screen?

Were I type my normal newsletter message it looks the same as it always did, just a plan text box with this below it.

Quote
Send in HTML format. (with this you can put normal HTML in the email.)
Must be checked for Newsletter Pro
 Add <br />s and &nbsp;s to this message.

and I do have it checked for newsletter pro, but should it look like this screen shot, because it don't.

Logged

ApplianceJunk
Sr. Member
****
Offline Offline

Posts: 410



View Profile WWW
« Reply #1 on: August 07, 2009, 08:40:41 pm »

I should have added I'm using SMF 1.1.10, TP v0.9.8 and the Dilber MC theme.

I don't get any errors when I installed Newsletter Pro.
Logged

SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11049


View Profile
« Reply #2 on: August 07, 2009, 08:42:29 pm »

That should automatically appear. What version of SMF. And do you notice any errors like if you are using firefox check the error console.
Check also that the tiny_mce folder in the root of your forum is not empty.
Logged
ApplianceJunk
Sr. Member
****
Offline Offline

Posts: 410



View Profile WWW
« Reply #3 on: August 07, 2009, 09:01:29 pm »

Using SMF 1.1.10

No errors that I can find.

tiny_mce folder is there, but it is empty.
Logged

SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11049


View Profile
« Reply #4 on: August 07, 2009, 09:03:36 pm »

Ok that would do grab the tiny_mce folder from the zip from the download and copy to the root the forum to fix that issue.
Logged
ApplianceJunk
Sr. Member
****
Offline Offline

Posts: 410



View Profile WWW
« Reply #5 on: August 07, 2009, 09:14:30 pm »

That did the trick, looks good now.

Thanks,
Logged

Boomslanger
Inline PM Customer
*****
Offline Offline

Posts: 37


View Profile
« Reply #6 on: August 08, 2009, 12:11:44 am »

Just for info in case it happens to anyone else.

The Newsletter Pro installed tiny_mce with nothing in it and without me having any write permissions, but when I opened the newsletter_pro.zip the folder was named tinymce without the underscore '_'.

As I did not have any permissions to upload to the installed tiny_mce folder of my forum the way I got round it was to rename it to tinymce and then create a new folder named tiny_mce (i.e. with the underscore '_'). I could then upload the files from the unpacked zip to the tiny_mce folder on the forum and everything is working.

Don't know why this happened as I've no problems with packages or permission before including Gallery. I also found it strange that even though I didn't have any permissions to write files to the original tiny_mce folder on the forum, I was still able to rename the folder.
Logged
ApplianceJunk
Sr. Member
****
Offline Offline

Posts: 410



View Profile WWW
« Reply #7 on: August 08, 2009, 12:45:59 am »

Quote
but when I opened the newsletter_pro.zip the folder was named tinymce without the underscore '_'.

Same here. I just copied it as is to the desktop were I then changed the name to include the underscore. Next I uploaded it to the server and all was wonderful in the world again. Smiley
Logged

SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11049


View Profile
« Reply #8 on: August 08, 2009, 09:51:35 am »

Ah thanks for the information fixed the package added the underscore to the name.
Logged
treasurenet
Inline PM Customer
*****
Offline Offline

Posts: 42


View Profile
« Reply #9 on: August 16, 2009, 04:17:57 am »

hmm, well, I have the underscore and it still is not appearing for my very recent download and installation.

what should the permissions be set as?

I have even tried chmod -R 755 tiny_mce AND chmod -R 777 tiny_mce!


tiny_mce changed to 0777
tiny_mce/langs changed to 0777
.....snip....
tiny_mce/tiny_mce_popup.js changed to 0777
tiny_mce/tiny_mce_src.js changed to 0777
tiny_mce/tiny_mce.js changed to 0777


« Last Edit: August 16, 2009, 04:27:24 pm by treasurenet » Logged

Using SMF 1.1.10, Gallery Pro 2.5
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11049


View Profile
« Reply #10 on: August 16, 2009, 03:59:47 pm »

777 or 775 are fine.

What version of SMF and what browser are you using?
If you are using Firefox check the error console log under help for more information
Logged
treasurenet
Inline PM Customer
*****
Offline Offline

Posts: 42


View Profile
« Reply #11 on: August 16, 2009, 04:25:10 pm »

SMF 1.1.10

Safari on a Mac... is there a demo to see if I can get it to work on my browser?

I think I have used that editor before.
Logged

Using SMF 1.1.10, Gallery Pro 2.5
treasurenet
Inline PM Customer
*****
Offline Offline

Posts: 42


View Profile
« Reply #12 on: August 16, 2009, 04:57:40 pm »

I am attaching my ManageNews.php file - I just downloaded the latest version of it from smf, and reinstalled your code in it - can you take a look and see if you see any problems?

Thanks!
Logged

Using SMF 1.1.10, Gallery Pro 2.5
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11049


View Profile
« Reply #13 on: August 16, 2009, 05:42:33 pm »

Try this modified file and let me know if it makes a difference.
Logged
treasurenet
Inline PM Customer
*****
Offline Offline

Posts: 42


View Profile
« Reply #14 on: August 16, 2009, 05:47:26 pm »

Nope - still no unsubscribe link.  Huh

FYI - this is all I am putting in the newsletter... not sure if that would make any dif...

Code:
<html>
<head>
</head>
<body>
Hello
</body>
</html>
Logged

Using SMF 1.1.10, Gallery Pro 2.5
Pages: [1] 2 Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 01:04:48 am]

[June 17, 2013, 12:27:50 pm]

[June 16, 2013, 08:17:21 pm]

[June 16, 2013, 07:29:04 am]

[June 15, 2013, 08:34:38 pm]

[June 14, 2013, 10:28:18 pm]

[June 13, 2013, 11:00:52 pm]

[June 12, 2013, 03:37:47 am]

[June 12, 2013, 12:47:58 am]

[June 11, 2013, 04:18:54 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 1.589 seconds with 19 queries.