Home N-13 News Forums Help Search
RegisterForgot password?
How to add image to post necklacesdiscou
Known bugs - 4.0.3 necklacesdiscou

Latest N-13 News 4.0.3

What is N-13 News?
Where can I get help?
Known bugs

Forums Help & Support I Need Help - WYSIWYG
1 2
Pretorian
Posted on 29 May 2008, 15:29:48

Access: Member
Total Posts: 17
Joined: 2008-05-29

Dear friends, i downloaded this News Script, it really very nice and comfortable... I like it very much and decided to built my site on this engine...
But i have a questions dear friends...

In admin panel in News Management: i noticed that "HTML is Disabled"
what does it mean? can i enable it and use HTML
I also want to add TinyMCE WYSIWYG Editor, but editor works only with HTML, please help me in this case.. What to do how can i put TinyMCE there in your script as default news editor?

Waiting from you as soon as possible dear friends

Thank you very much in advance

With Best Wishes
#195
Chris
Posted on 29 May 2008, 15:35:39

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

Hi Pretorian,

To enable HTML what you need to do is edit the Access Level for the account you are currently using. By default you are assigned the God Access Level. If you goto Options>Access Levels>select God, it will then give you the option to enable HTML.

As for integrating TinyMCE WYSIWYG Editor, I've never seen this script before so I wouldn't know the exact details of how to do it. If I have some free time I'll look into it, if I can I'll integrate it into the next version of N-13 News.
#196
Pretorian
Posted on 29 May 2008, 15:46:19

Access: Member
Total Posts: 17
Joined: 2008-05-29

Hello Cris!
Perfect Very Nice...

This script works very fast on my Country Host... "Like Rocket"
:smile:

Thank you very much

P.S. This is not problem i can integrate, I'll try to integrate it...
TinyMCE only uses HTML format, if the script doesn't supports output in HTML it is really hard, but in this script it will work without any problem.....
#197
Chris
Posted on 29 May 2008, 16:04:21

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

Ah ok, if you manage to integrate it be sure to let me know the results, I'll be interested in seeing them.
#198
Pretorian
Posted on 29 May 2008, 16:20:57

Access: Member
Total Posts: 17
Joined: 2008-05-29

Chris again me!
I have a another question

I try to create a Category in my native language Georgian, but it shows octets in the category list... Please look in Options - Categories


and also when i edit the news in My Language "Georgian" it is shown in octets too, please tell me how can i fix them?

Thank you in advanced
#199
Last edited by Pretorian at 2008-05-29 16:30:08 Reason:
Chris
Posted on 29 May 2008, 16:43:04

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

I was looking into the problem and a solution I was found was to use an alternative function instead of htmlspecialchars.

http://www.dcbs.com/bugtrac/DCForumID19/25.html

This page describes what you need to do fix it, basically means going through all the modules and replacing htmlspecialchars with the function described on that page. It's a bit tedious but I suppose it'll work.
#200
Last edited by Chris at 2008-05-29 16:46:22 Reason:
Pretorian
Posted on 29 May 2008, 22:28:00

Access: Member
Total Posts: 17
Joined: 2008-05-29

Dear friends for this kind of problem I created a new topic called "Foreign Characters Error"

With Best Wishes

*Chris
you can find that topic here. Thanks Pretorian :happy:
#7
Last edited by Chris at 2008-05-29 22:29:56 Reason:
Andyb
Posted on 29 May 2008, 23:33:58

Access: Member
Total Posts: 18
Joined: 2008-05-16

Hi,

If you need to replace multiple occurrences of text or code in multiple files try,
Useful File Utlilities from replsoft.com - http://www.replsoft.com/
It's free and very powerful,

HTH,

Andy B.
#9
Pretorian
Posted on 31 May 2008, 22:24:08

Access: Member
Total Posts: 17
Joined: 2008-05-29

Hello Everyone Here

Chris I tried to integrated the TinyMCE editor, first i integrated it in comments, integration was successful, but unfortunately it doesn't read HTML tags for example: i wrote a text in bold, but it is displayed in HTML like that
Quote:
<strong>Test</strong>

What can we do. How to make script to work?
I really need your Help
#221
Chris
Posted on 01 Jun 2008, 18:44:27

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

The reason why HTML tags aren't showing in the comments is because I purposely disabled them so users can't mess up the page.

If you want to enable HTML for comments edit your index.php file, around line 902 it says

Code:
$message = htmlspecialchars($row['message']);

change that to

Code:
$message = $row['message'];

and it should then work.
#224
1 2
Network-13.com © 2013