- Posts: 30
[Solved] Have trouble displaying calendar module
- lecebri
- Topic Author
- Offline
- Junior Member
-
Less
More
15 years 6 months ago - 15 years 6 months ago #1
by lecebri
[Solved] Have trouble displaying calendar module was created 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.
- Chris
-
- Offline
- Moderator
-
15 years 6 months ago #2
by Chris
Replied by Chris on topic Re: Have trouble displaying joomdle calendar module
Can you post a link to your site or upload an image to give us a better idea.
Thanks
Thanks
The topic has been locked.
- lecebri
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 30
15 years 6 months ago #3
by lecebri
Replied by lecebri on topic Re: Have trouble displaying joomdle calendar module
these are the pictures
The topic has been locked.
- lecebri
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 30
15 years 6 months ago - 15 years 6 months ago #4
by lecebri
Replied by lecebri on topic Re: Have trouble displaying joomdle calendar module
Last edit: 15 years 6 months ago by lecebri.
The topic has been locked.
- lecebri
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 30
15 years 6 months ago #5
by lecebri
Replied by lecebri on topic Re: Have trouble displaying joomdle calendar module
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7926
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.
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
-
Less
More
- Posts: 30
15 years 6 months ago - 15 years 6 months ago #7
by lecebri
Replied by lecebri on topic Re: Have trouble displaying joomdle calendar module
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.
- Chris
-
- Offline
- Moderator
-
15 years 6 months ago #8
by Chris
Replied by Chris on topic Re: Have trouble displaying joomdle calendar module
Can you post a link to your site to take a look?
The topic has been locked.
- shekar
-
- Offline
- Senior Member
-
Less
More
- Posts: 70
15 years 6 months ago - 15 years 6 months ago #9
by shekar
Replied by shekar on topic Re: Have trouble displaying joomdle calendar module
Have a look at this file: joomla\modules\mod_joomdle_calendar\tmpl\dafult.php
@line 201, 209, 217
Add <?php
Example:
Changeg to
This works for me
@line 201, 209, 217
Add <?php
Example:
Code:
<? if ($start_monday) : ?>
Code:
<?php if ($start_monday) : ?>
This works for me
Last edit: 15 years 6 months ago by shekar.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7926
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.
I changed it in dev code right away.
The topic has been locked.