Keyword

Problem with item view when logged in

  • Jan Zoutendijk
  • Jan Zoutendijk's Avatar Topic Author
  • Offline
  • New Member
More
11 years 8 months ago #108937 by Jan Zoutendijk
Problem with item view when logged in was created by Jan Zoutendijk
I'm having a problem with correctly displaying a K2 item when logged in. I'm using the following setup:
- Joomla 1.5.26
- K2 2.6.2

When I log into the frontend of the website the the K2 item displays the following code: ").attr("disabled", "disabled"); }); in the upper left corner. Check this URL for the example: hostingvs.nl/testsites/gpswandelen/wandelingen/teleferico-del-teide/teleferico-del-teide-boca-tauc.html.

When I look at the sourcecode this code seems to be giving the problem:
<script type="text/javascript">

		window.addEvent('domready', function() {

			SqueezeBox.initialize({});

			$$('a.modal').each(function(el) {
				el.addEvent('click', function(e) {
					new Event(e).stop();
					SqueezeBox.fromElement(el);
				});
			});
		});
var K2SitePath = '/testsites/gpswandelen/';

			function c80c325c6b(address) {
				document.location.href = 'mail'+'to:'+address;
			}
			
$K2(document).ready(function() {
$K2("#userName").val("earg").attr("disabled", "disabled");
$K2("#commentEmail").val("<script>document.write(['dejanus','gmail.com'].join('&#64;'))</script>").attr("disabled", "disabled"); });
</script>

I, however, don't know how to change this code or why this error is produced in the first place.

Hope someone can help!

Please Log in or Create an account to join the conversation.

  • Jan Zoutendijk
  • Jan Zoutendijk's Avatar Topic Author
  • Offline
  • New Member
More
11 years 8 months ago #108938 by Jan Zoutendijk
Replied by Jan Zoutendijk on topic Re: Problem with item view when logged in
You can login with:

username: testaccount
password: welcome123

Please Log in or Create an account to join the conversation.

  • Jan Zoutendijk
  • Jan Zoutendijk's Avatar Topic Author
  • Offline
  • New Member
More
11 years 8 months ago #108939 by Jan Zoutendijk
Replied by Jan Zoutendijk on topic Re: Problem with item view when logged in
I fixed the problem. The problem was the E-mail Protector plugin.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum