Main menu

Forum


× Help Forum English

[SOLVED] ICAgenda and JSN Poweradmin

  • gersonpecanha
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 4 mois #4702 par gersonpecanha
Réponse de gersonpecanha sur le sujet [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.

Connexion ou Créer un compte pour participer à la conversation.

  • gersonpecanha
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 4 mois #4709 par gersonpecanha
Réponse de gersonpecanha sur le sujet [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?

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 11 ans 4 mois #4718 par Lyr!C
Réponse de Lyr!C sur le sujet [SOLVED] ICAgenda and JSN Poweradmin

gersonpecanha écrit: 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) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

  • gersonpecanha
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 4 mois #4722 par gersonpecanha
Réponse de gersonpecanha sur le sujet [SOLVED] ICAgenda and JSN Poweradmin

Lyr!C écrit:

gersonpecanha écrit: 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.

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 11 ans 4 mois - il y a 11 ans 4 mois #4724 par Lyr!C
Réponse de Lyr!C sur le sujet [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) .

Fichier attaché :

Pièces jointes :
Dernière édition: il y a 11 ans 4 mois par Lyr!C.

Connexion ou Créer un compte pour participer à la conversation.

  • gersonpecanha
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 4 mois #4751 par gersonpecanha
Réponse de gersonpecanha sur le sujet [SOLVED] ICAgenda and JSN Poweradmin
Ok. I'll try to install a new version of Joomla to see if there is a conflict.

Connexion ou Créer un compte pour participer à la conversation.

  • gersonpecanha
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 4 mois #4780 par gersonpecanha
Réponse de gersonpecanha sur le sujet [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 ?

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 11 ans 4 mois #4800 par Lyr!C
Réponse de Lyr!C sur le sujet [SOLVED] ICAgenda and JSN Poweradmin

gersonpecanha écrit: 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) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

  • gersonpecanha
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 4 mois #4921 par gersonpecanha
Réponse de gersonpecanha sur le sujet [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?

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 11 ans 4 mois - il y a 11 ans 4 mois #4926 par Lyr!C
Réponse de Lyr!C sur le sujet [SOLVED] ICAgenda and JSN Poweradmin

gersonpecanha écrit: 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) .

Fichier attaché :

Dernière édition: il y a 11 ans 4 mois par Lyr!C.

Connexion ou Créer un compte pour participer à la conversation.

Modérateurs: Lyr!C
Temps de génération de la page : 0.124 secondes

 

Follow Us

Créez vos templates Joomla avec Template Creator CK

acymailing logo new