[Solved] Have trouble displaying calendar module

  • lecebri
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 6 months ago - 15 years 6 months ago #1 by lecebri
i have a problem with my joomdle calendar module, when i publish it, it try to display the day of the week twice so i can't see the forward button of the calendar. help please
Last edit: 15 years 6 months ago by Antonio Durán.
The topic has been locked.
More
15 years 6 months ago #2 by Chris
Can you post a link to your site or upload an image to give us a better idea.

Thanks
The topic has been locked.
  • lecebri
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 6 months ago #3 by lecebri
these are the pictures
The topic has been locked.
  • lecebri
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 6 months ago - 15 years 6 months ago #4 by lecebri
these are the pictures


there is no forward button on module
Last edit: 15 years 6 months ago by lecebri.
The topic has been locked.
  • lecebri
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 6 months ago #5 by lecebri
another one
The topic has been locked.
More
15 years 6 months ago #6 by Antonio Durán
Replied by Antonio Durán on topic Re: Have trouble displaying joomdle calendar module
I have not been able to reproduce your issue with the double day names.

When i put it in breadcumb position, it shows fine.

One thing you can try is changing to default template, to see if that changes anything.
The topic has been locked.
  • lecebri
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 6 months ago - 15 years 6 months ago #7 by lecebri
the problems remain the same with all my templates. how can i fixed it
Last edit: 15 years 6 months ago by lecebri.
The topic has been locked.
More
15 years 6 months ago #8 by Chris
Can you post a link to your site to take a look?
The topic has been locked.
More
15 years 6 months ago - 15 years 6 months ago #9 by shekar
Have a look at this file: joomla\modules\mod_joomdle_calendar\tmpl\dafult.php

@line 201, 209, 217
Add <?php

Example:
Code:
<? if ($start_monday) : ?>
Changeg to
Code:
<?php if ($start_monday) : ?>


This works for me
Last edit: 15 years 6 months ago by shekar.
The topic has been locked.
More
15 years 6 months ago #10 by Antonio Durán
Replied by Antonio Durán on topic Re: Have trouble displaying joomdle calendar module
Thanks for the tip on the short tag. Let's see if that fixes his problems.

I changed it in dev code right away.
The topic has been locked.