- Posts: 6
- Thank you received: 7
Mega News module and JckEditor...
- BRENDA ALVAREZ
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 2 months ago - 13 years 2 months ago #633
by BRENDA ALVAREZ
Mega News module and JckEditor... was created by BRENDA ALVAREZ
It seems to me that there is a bug in this module (Mega News), when I create my article with the default joomla editor (Tiny MCE) the article images in intro show correctly in the module position, but when I use another editor like JCEditor and JCKEditor, the image is missing and show the default image, I have installed the demo version in my local server, tried different configurations, changed editors and nothing works, only when I use the Tiny editor, is there a solution for these?
Is very annoying changing the editors to publish an article, just to show the image intro in the Mega News...
I just want to work with one editor, but not with the Tiny Editor
How can I fix it?
Regards.
Is very annoying changing the editors to publish an article, just to show the image intro in the Mega News...
I just want to work with one editor, but not with the Tiny Editor

How can I fix it?
Regards.
Last edit: 13 years 2 months ago by BRENDA ALVAREZ. Reason: error
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- BRENDA ALVAREZ
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 6
- Thank you received: 7
13 years 2 months ago #634
by BRENDA ALVAREZ
Replied by BRENDA ALVAREZ on topic Re: Mega News module and JckEditor...
By the way, the same happens to the Mega mini news module, the image doesn't show when I edit the article content with jce or jck editor...
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 2 months ago #636
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Mega News module and JckEditor...
Hi,
edit mod_meganews/helper.php and mod_megamininews/helper.php then find this code:
Replace it by:
Thanks for using our products!
edit mod_meganews/helper.php and mod_megamininews/helper.php then find this code:
Code:
preg_match_all('/img src="([^"]+)"/i', $item->introtext, $matches);
Replace it by:
Code:
preg_match_all('/img.+src="([^"]+)"/i', $item->introtext, $matches);
Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.190 seconds