Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When I try to pass variable with values like ?page=1 it redirected with http://wyciwyg://{number}

share|improve this question
Without codes, how can we help ? – Shivan Raptor Jan 2 at 4:05
I am just testing my module with custom pagination in Joomla2.5 and passing '?page=1' but it redirecting with 'wyciwyg://[number]/URL'; I have created only testing module and called it in article with '{loadpostion pagination}' – steve Jan 2 at 4:14

2 Answers

up vote 1 down vote accepted

Simple,

You can remove script tag from prohibited elements list in TinyMCE plugin basic options.

share|improve this answer

Finally got the clue, removed <script> tag from custom module and it is solved. :)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.