By Zeosing on Saturday, 18 May 2013
Posted in General Issues
Replies 10
Likes 0
Views 0.9K
Votes 0
Is posible to include Javascript like:

<script type="text/javascript" src="http://video.videwin.com./players/h1vSlbtX-y7ag3Je5.js"></script>


And it´s work´s .

This would be very helpfull for us , in order to implement video share , with our content provider.

Thanks for the help
I am seeing something else strip script tags as I removed the editor entirely from the process. Still getting tags stripped. And I am as Super User and this is set to no filtering. So where or what can be stripping. Joomla 3 and latest easyblog..3.9.15110
I was using JCE and thought for ages it was this ! But it isn't. I guess it could be joomla not working properly as filtering is globally set at no filtering for Super User.
·
Friday, 06 December 2013 03:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello calvin,

I believe I have already replied to your topic
·
Friday, 06 December 2013 09:43
·
0 Likes
·
0 Votes
·
0 Comments
·
It looks like my site details are not showing here indeed looks like my replies were deleted ??? Do you want me to start a new thread ?
Its not working..
·
Monday, 09 December 2013 22:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Calvin,

We do not delete replies or questions unless it's spam. Would you mind reposting your site details here? I will try to check this out for you Please advice.

Thanks!
·
Tuesday, 10 December 2013 00:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Attached detail for my login in the hidden part.
·
Tuesday, 10 December 2013 01:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Calvin,,

Seems like we do strip the script codes. This is actually a bug that we will need more time to fix but for now please go to your files

JOOMLA/components/com_easyblog/themes/dashboard/system/dashboard.write.php

and replace the codes in line 195 from
var content 	= $.sanitizeHTML( editorContents );;

to
var content 	= editorContents;

and the file

JOOMLA/administrator/components/com_easyblog/views/blog/tmpl/default.php

and replace the codes in line 135 from
var content 	= $.sanitizeHTML( editorContents );

to
var content 	= editorContents;

Hope this helps.

Thanks!
·
Tuesday, 10 December 2013 02:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you. Will have to try it later but have made those edits.
·
Tuesday, 10 December 2013 15:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Calvin,

Sorry for the late reply. Sure keep us updated then

Thanks!
·
Tuesday, 10 December 2013 16:36
·
0 Likes
·
0 Votes
·
0 Comments
·
I experienced the same issue with easyblog stripping php code written directly in articles, no matter which editor I chose.

I following Adelenes suggestion and now everything works fine.

Hope you will solve this issue in future updates.
·
Thursday, 03 April 2014 00:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Glad that your issues are resolved now.
·
Thursday, 03 April 2014 00:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post