Small calendar problems

Igor Goncharov` created the topic: Small calendar problems

1) I need to show the event of the day.
That is a small calendar that shows events for today. (link opens in a window as on the big calendar)

2) Or to change the events links in  cloud on the small calendar are the same as in the large

3) Or just make all the links from the small calendar on the page with a big calendar

Thank you very much!

Happy New Year and Merry Christmas!

#1739

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


Administrator replied the topic: Re: Small calendar problems

Dear Igor Goncharov,

unfortunately there is no such included functionality.

Best regards
Web-Dorado team.

#1746

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


Igor Goncharov` replied the topic: Re: Small calendar problems

I know about this, but please tell me where in the code I can change at least one of the above.
It is best to tell me how to replace the Links in a small calendar

#1747

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


Support replied the topic: Re: Small calendar problems

Dear Igor,

There is no easy way to explain what you have to do, however you need to edit the files in this folders: components\com_spidercalendar\models components\com_spidercalendar\views

--
Best regards
Web-Dorado team.


Best regards,
Web-Dorado team


Joomla extensions ,
Wordpress plugins ,
Drupal modules
#1756

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


Igor Goncharov` replied the topic: Re: Small calendar problems

spidercalendar - is the folder, that make page of event for small calendar
It is not a good way to make that I realy need, but it work ease!

If you need to change all links from events on your calendar just add in file viev.php this text (before the <?php ...)

<html>
<head>
<meta http-equiv="Refresh" content="1;URL="http://your link to redidekt">
</head>
<body>
<script language="javascript" type="text/javascript">
document.location="http://your link to redidekt";
</script>
</body>
</html>

It works!

#1766
The following user(s) said Thank You: Support

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


Support replied the topic: Re: Small calendar problems

Dear Igor,

It's nice that you've found a workaround for your problem, but try to use php headers for redirects, meta redirects not always work on all browsers (i.e. Firefox).

instead of

<head>
<meta http-equiv="Refresh" content="1;URL="http://your link to redidekt">
</head>

it is better to use
<?php
header("Location: http://www.example.com/");
/* Make sure that code below does not get executed when we redirect. */
exit;
?>

It's important that this piece of code is written at the very top of the file, and nothing else is written before it. Also make sure that file encoding is UTF8 without BOM. it's easy to set this in Notepad++, otherwise if there is a text, html, or whitespace before this code php will complain that the headers are already sent.

--
Best regards
Web-Dorado team.


Best regards,
Web-Dorado team


Joomla extensions ,
Wordpress plugins ,
Drupal modules
#1767
The following user(s) said Thank You: Igor Goncharov`

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


Igor Goncharov` replied the topic: Re: Small calendar problems

Dear Support team,

Thank you very much! It is is faster and more stable!

#1768

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


Time to create page: 0.194 seconds
Powered by Kunena Forum

WORLD-CLASS SUPPORT

We are here for you every step of the way. Turn to our support with any questions you might have about our products and services. Our experienced customer care team is available to help you as fast as we possibly can.

Contact us