Main menu

Forum


× Help Forum English

[SOLVED] ICAgenda and JSN Poweradmin

  • gersonpecanha
  • New Member
  • New Member
More
11 years 4 months ago #4702 by gersonpecanha
Replied by gersonpecanha on topic [SOLVED] ICAgenda and JSN Poweradmin
I'm using this one: www.joomlashine.com/joomla-templates/jsn...emplate-details.html

It's free. i didn't understand why sometimes it's working fine, and when i refresh the page, stop working.

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

  • gersonpecanha
  • New Member
  • New Member
More
11 years 4 months ago #4709 by gersonpecanha
Replied by gersonpecanha on topic [SOLVED] ICAgenda and JSN Poweradmin
Is there some way that I can edit the module code? manually put the theme settings on ICAgenda module PHP file?

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

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
11 years 4 months ago #4718 by Lyr!C
Replied by Lyr!C on topic [SOLVED] ICAgenda and JSN Poweradmin

gersonpecanha wrote: Is there some way that I can edit the module code? manually put the theme settings on ICAgenda module PHP file?


Don't really understand what you want to do... :huh:

But i will test this template as soon as possible...

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

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

  • gersonpecanha
  • New Member
  • New Member
More
11 years 4 months ago #4722 by gersonpecanha
Replied by gersonpecanha on topic [SOLVED] ICAgenda and JSN Poweradmin

Lyr!C wrote:

gersonpecanha wrote: Is there some way that I can edit the module code? manually put the theme settings on ICAgenda module PHP file?


Don't really understand what you want to do... :huh:

But i will test this template as soon as possible...



The iCagenda module, when displaying on my page, don't open with my template configuration... the correct code is this:
<div class="jsn-modulecontainer_inner"><h3 class="jsn-moduletitle"><span class="jsn-moduletitle_inner1"><span class="jsn-moduletitle_inner2"><span class="jsn-moduleicon">Viagens</span></span></span></h3><div class="jsn-modulecontent">
<script type="text/javascript">
	var icmouse = 'mouseover';
	var icclasstip = '.iccalendar .icevent a';
	var icclass = '.iccalendar';
	var posit = 'right';
</script>

<!--
 * Theme Pack Official (module iC calendar)
 * @name		default
 * @template	calendar
 * @author		Lyr!C (JoomliC)
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @updated		2013-04-24
 * @version		1.9
-->

<div class="iccalendar richbox-2" style="background-color: none; background-image: url(''); background-repeat: no-repeat"><div id="mod_iccalendar">
...


but it shows only this:
<script type="text/javascript">
	var icmouse = 'mouseover';
	var icclasstip = '.iccalendar .icevent a';
	var icclass = '.iccalendar';
	var posit = 'right';
</script>
<div class="iccalendar richbox-2" style="background-color: none; background-image: url(''); background-repeat: no-repeat"><div id="mod_iccalendar"><div class="icnav">
...



so, I want to try to put this code on iCagenda module php code, to see if it will works, but I don't know witch file I need to change.

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

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
11 years 4 months ago - 11 years 4 months ago #4724 by Lyr!C
Replied by Lyr!C on topic [SOLVED] ICAgenda and JSN Poweradmin
You can in php file of the theme pack, calendar.php ($stamp->days is loading the calendar, so you can add before and after your code)

BUT!, for me, it is working with only adding ' richbox-2' as module class suffix.

So, i think this could be a conflit somewhere with an other extension... :huh:

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Attachments:
Last edit: 11 years 4 months ago by Lyr!C.

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

  • gersonpecanha
  • New Member
  • New Member
More
11 years 4 months ago #4751 by gersonpecanha
Replied by gersonpecanha on topic [SOLVED] ICAgenda and JSN Poweradmin
Ok. I'll try to install a new version of Joomla to see if there is a conflict.

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

  • gersonpecanha
  • New Member
  • New Member
More
11 years 4 months ago #4780 by gersonpecanha
Replied by gersonpecanha on topic [SOLVED] ICAgenda and JSN Poweradmin
I deleted the iCagenda from my joomla, deleted in my DB, at Assets Table, the iCagenda references, and created a backup of joomla.
Then, I installed this backup in my localserver and installed iCagenda, it's working.
But i made the same instalation in my webserver but it's not working.

My localserver is a Windows with Xamp, my webserver is a CentOS.

Is there something else that I can see ?

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

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
11 years 4 months ago #4800 by Lyr!C
Replied by Lyr!C on topic [SOLVED] ICAgenda and JSN Poweradmin

gersonpecanha wrote: I deleted the iCagenda from my joomla, deleted in my DB, at Assets Table, the iCagenda references, and created a backup of joomla.
Then, I installed this backup in my localserver and installed iCagenda, it's working.
But i made the same instalation in my webserver but it's not working.

My localserver is a Windows with Xamp, my webserver is a CentOS.

Is there something else that I can see ?


This curious... a problem of cache ? Or data transfert...

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

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

  • gersonpecanha
  • New Member
  • New Member
More
11 years 4 months ago #4921 by gersonpecanha
Replied by gersonpecanha on topic [SOLVED] ICAgenda and JSN Poweradmin
I was testing, disabled global cache and it works... At iCagenda configuration, Cache was already disabled, so is that option on iCagenda configuration with some problem? or, is there another way to fix it, keeping global cache on?

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

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
11 years 4 months ago - 11 years 4 months ago #4926 by Lyr!C
Replied by Lyr!C on topic [SOLVED] ICAgenda and JSN Poweradmin

gersonpecanha wrote: I was testing, disabled global cache and it works... At iCagenda configuration, Cache was already disabled, so is that option on iCagenda configuration with some problem? or, is there another way to fix it, keeping global cache on?


Yes, calendar may have trouble, depending of the site template, if cache on progressive (as with some template, you can have global cache set to progressive).
The reason is that progressive mode is useful for static content, with no many updates, or many day changes, but if you have daily news, dynamic contents, or daily activity, this can sometimes be a trouble.
You can set on Conservative, but this could depends too on how your site template is constructed!

The problem is that some site template override the joomla core configuration, and give no options about this in the user side...

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Last edit: 11 years 4 months ago by Lyr!C.

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

Moderators: Lyr!C
Time to create page: 0.167 seconds

 

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new