By Darko on Wednesday, 15 July 2015
Posted in Technical Issues
Likes 0
Views 487
Votes 0
Hi guys

I have this minor issue where CometChat bar is loaded inside composer window and thus looks very awkward and prevents blogger from selecting the privacy option.

Please advise.
Well I guess it's just a matter of adding the codes below into your plugin, that should do the trick


if (JRequest::getVar('tmpl') == 'component') {
return;
}
·
Thursday, 16 July 2015 13:05
·
0 Likes
·
0 Votes
·
0 Comments
·
There's really nothing we can do here and Cometchat needs to add it's own checking to ensure that when there is tmpl=component in the url, it shouldn't inject any html codes on the page.
·
Wednesday, 15 July 2015 23:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark

Can you work with them hand in hand?
I really wouldn't want to be bounced from one dev to another
·
Thursday, 16 July 2015 12:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Great, that worked awesomely.
i will notify the cometchat developers as well, so they might add it in the next releases.
·
Thursday, 16 July 2015 15:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Darko.

Glad your issue has been resolved. Have a nice day
·
Thursday, 16 July 2015 16:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post