Main menu

Forum


× Help Forum English

[SOLVED] ICAgenda and JSN Poweradmin

  • gersonpecanha
  • New Member
  • New Member
Di più
11 Anni 4 Mesi fa #4702 da gersonpecanha
Risposta da gersonpecanha al 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.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • gersonpecanha
  • New Member
  • New Member
Di più
11 Anni 4 Mesi fa #4709 da gersonpecanha
Risposta da gersonpecanha al 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?

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 4 Mesi fa #4718 da Lyr!C
Risposta da Lyr!C al topic [SOLVED] ICAgenda and JSN Poweradmin

gersonpecanha ha scritto: 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 allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • gersonpecanha
  • New Member
  • New Member
Di più
11 Anni 4 Mesi fa #4722 da gersonpecanha
Risposta da gersonpecanha al topic [SOLVED] ICAgenda and JSN Poweradmin

Lyr!C ha scritto:

gersonpecanha ha scritto: 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.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 4 Mesi fa - 11 Anni 4 Mesi fa #4724 da Lyr!C
Risposta da Lyr!C al 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 allegato:

Allegati:
Ultima Modifica 11 Anni 4 Mesi fa da Lyr!C.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • gersonpecanha
  • New Member
  • New Member
Di più
11 Anni 4 Mesi fa #4751 da gersonpecanha
Risposta da gersonpecanha al topic [SOLVED] ICAgenda and JSN Poweradmin
Ok. I'll try to install a new version of Joomla to see if there is a conflict.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • gersonpecanha
  • New Member
  • New Member
Di più
11 Anni 4 Mesi fa #4780 da gersonpecanha
Risposta da gersonpecanha al 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 ?

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 4 Mesi fa #4800 da Lyr!C
Risposta da Lyr!C al topic [SOLVED] ICAgenda and JSN Poweradmin

gersonpecanha ha scritto: 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 allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • gersonpecanha
  • New Member
  • New Member
Di più
11 Anni 4 Mesi fa #4921 da gersonpecanha
Risposta da gersonpecanha al 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?

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 4 Mesi fa - 11 Anni 4 Mesi fa #4926 da Lyr!C
Risposta da Lyr!C al topic [SOLVED] ICAgenda and JSN Poweradmin

gersonpecanha ha scritto: 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 allegato:

Ultima Modifica 11 Anni 4 Mesi fa da Lyr!C.

Si prega Accedi o Crea un account a partecipare alla conversazione.

Moderatori: Lyr!C
Tempo creazione pagina: 0.173 secondi

 

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new