×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: {{{{Comments}}}

{{{{Comments}}} 10 years 2 weeks ago #25297

  • Me Again
  • Me Again's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
I get this error at the bottom of the page (at lasallejerez.es ):
}
{{{comment}}}
Cite

Any idea? And no default captcha.
How can I overrride your CSS from my CSS instead of going into yours?

{{{{Comments}}} 10 years 2 weeks ago #25298

  • Me Again
  • Me Again's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Hi (Daniel?),
And I forgot to say something more important first: Thank you for this module.

{{{{Comments}}} 10 years 2 weeks ago #25299

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
you have somethin on the page (most probably a module) that screws the comment. It injects this into the comment template:
{<span class="hd-date"><script type="text/javascript">
today=new Date(); date=today.getDate(); month=today.getMonth()+1; year=today.getFullYear(); var dayName=new Array(7) 
dayName[0]="Sunday"; dayName[1]="Monday"; dayName[2]="Tuesday"; dayName[3]="Wednesday"; dayName[4]="Thursday"; dayName[5]="Friday"; dayName[6]="Saturday"; day = today.getDay();
if (date==1) suffix=("st"); else if (date==2) suffix=("nd"); else if (date==3) suffix=("rd"); else if (date==21) suffix=("st"); else if (date==22) suffix=("nd"); else if (date==23) suffix=("rd"); else if (date==31) suffix=("st"); else suffix=("th"); month=today.getMonth()+1;
if (month==1) monthName=("January"); else if (month==2) monthName=("February"); else if (month==3) monthName=("March"); else if (month==4) monthName=("April"); else if (month==5) monthName=("May"); else if (month==6) monthName=("June"); else if (month==7) monthName=("July"); else if (month==8) monthName=("August"); else if (month==9) monthName=("September"); else if (month==10) monthName=("October"); else if (month==11) monthName=("November"); else monthName=("December");
document.write (dayName[day] + " " + date + suffix + " " + monthName + " " + year); </script></span>}
				</a>
			</span>

I'm not sure what it is, but it is most probably some plugin. Start disabling your plugins one by one untill the comment form works again. (I would start with the system plugins first and after that go to the content plugin)

{{{{Comments}}} 10 years 2 weeks ago #25300

  • Me Again
  • Me Again's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
hd-date is a plugin for date but what is the point of removing other plugins?
What about the captcha?
Thanks,

{{{{Comments}}} 10 years 2 weeks ago #25301

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
obviously the hd-date plugin is doing something with the comment templates. And it is not supposed to do what it does. You'll have to contact the developer of that extension and let him know of the problem

The default captcha should be working. In your case at least for now it seems that hd-date breaks the component.

{{{{Comments}}} 10 years 2 weeks ago #25302

  • Me Again
  • Me Again's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
I have removed the pluggin but stil no sign of captcha.
Regards,

{{{{Comments}}} 10 years 2 weeks ago #25305

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I'm confused. You have installed a comment component, but you talk about captcha the whole time. The real issue is that the comment form is not showing. If the comment form is not showing than we can't have captcha...

Anyway - I see several javascript error messages on your site. Actually there a lot of strange things happening on your site and my guess is that you have 1000 plugins that you don't know what they do...

Whenever I load your page, in the background there are another 2 request made that actually again load the frontpage.
There is also a network error for this:
"NetworkError: 404 Not Found - lasallejerez.es/plugins/content/plg_zoom...g_zoomin/loading.gif " and for this:
"NetworkError: 404 Not Found - lasallejerez.es/plugins/content/plg_zoomin/plg_zoomin/blank.gif "

You have invalid html... But my guess why it doesn't work is this here:
  <script src="/media/jui/js/jquery.min.js" type="text/javascript"></script>
  <script src="/media/jui/js/jquery-noconflict.js" type="text/javascript"></script>
  <script src="/media/jui/js/jquery-migrate.min.js" type="text/javascript"></script>
  <script src="/media/system/js/tabs-state.js" type="text/javascript"></script>
  <script src="http://lasallejerez.es/plugins/content/plg_zoomin/plg_zoomin/jquery-1.8.2.min.js" type="text/javascript"></script>
  <script src="http://lasallejerez.es/plugins/content/plg_zoomin/plg_zoomin/jquery-noconflict.js" type="text/javascript"></script>
  <script src="http://lasallejerez.es/plugins/content/plg_zoomin/plg_zoomin/jquery.zoomy1.2.js" type="text/javascript"></script>

You load the jquery framework twice, where you should load it normally just once.
You page size is nearly 8MB! Which is huge.

My advise is - start with the switching off of your plugins untill the comment system works - you should see a comment form. Once you have this -> start to enable your plugin one by one until you find the one that creates all the mess.
  • Page:
  • 1
Time to create page: 0.217 seconds