Fork me on GitHub


 Bas   Précédent   Suivant

« 1 ... 7 8 9 (10) 11 12 13 ... 31 »


Re: piCal 0.88a modifié, recherche testeur et avis
Supporter Xoops
Inscrit: 02/10/2004 14:09
Messages: 370
Pour l'utilisation du mode CSS, il faud savoir une chose essentielle...
-> Evitez d'utiliser le menu flottant de la partie admin pour allez dans les préférences du module piCal.

Donc allez sur l'adresse : Citation :

Sinon va falloir, activer un bloc pour tous les utilisateurs : Bloc - Mode CSS (piCal)
Ce bloc est invisible mais permet d'intégrer le fichier "pical_block.css" quand celà est nécessaire.

Incidence du mode utilisé :
-> CSS OFF (Mode Standard) : cas d'un fonctionnement normal de piCal, aucun fichier CSS ne sera utilisé.(Bloc - Mode CSS (piCal) n'est pas actif)
-> CSS ON : mode CSS actif
-----> CSS Présent dans le dossier skin : les feuilles de styles sont présentes dans le dossier ciblé par le champs "Nom des chemins de skin" (Bloc - Mode CSS (piCal) est actif)
-----> CSS Présent dans le dossier du thème : les feuilles de styles doivent être dans le dossier piCal du thème sélectionné (/themes/montheme/piCal/). S'il ne les trouvent pas il ira dans le dossier du skin.(Bloc - Mode CSS (piCal) est actif)
-----> CSS Intégré dans celui du thème courant : les feuilles de style de piCal ne seront pas utilisé et les pages utiliseront le mode CSS. Il faudra donc mettre dans la feuille de style de votre thème toutes les définitions utiles (Bloc - Mode CSS (piCal) n'est pas actif)

Maintenant voici les deux fichiers CSS que j'utilise sur "mon" site, leur aventage c'est qu'ils rendent piCal indépendant des définitions faites dans votre thème courant. Ce sont donc de légère correction qui peuvent être utilisé si vous le souhaitez... attention, les couleurs sont celle défini sur le site
-> pical_block.css
/******* DAY COLOR *******/
#minical td.name-weekday-color, #minical_ex td.name-weekday-color {
    
color#000066;
}
#minical td.name-sunday-color, #minical_ex td.name-sunday-color {
    
color#DD6900;
}
#minical td.name-saturday-color, #minical_ex td.name-saturday-color {
    
color#006699;
}
#minical td.weekday-color, #minical_ex td.weekday-color, #minical td.weekday-color a {
    
backgroundtransparent;
    
color#000066;
}
#minical td.sunday-color, #minical_ex td.sunday-color, #minical td.sunday-color a,
#minical td.holiday-color, #minical_ex td.holiday-color, #minical td.holiday-color a  {
    
background-color#eefeff;
    
color#DD6900;
}
#minical td.saturday-color, #minical_ex td.saturday-color, #minical td.saturday-color a  {
    
background-color#eef7ff;
    
color#006699;
}
#minical td.targetday-color, #minical_ex td.targetday-color, #minical td.targetday-color a  {
    
background-color#006699;
    
color#d6ffff;

/******* MINI CALENDAR *******/
table#minical {
    
width147px;
    
line-heightnormal;
    
marginauto;
    
border-collapsecollapse;
}
table#minical th {
    
padding0px;
    
vertical-alignmiddle;
    
text-aligncenter;
    
font-sizesmall;
    
color#d6ffff;
    
border1px solid #d6ffff;
    
background-color:#006699;
}
table#minical th img {
    
width18px;
    
height14px;
    
border0px;
    
vertical-aligntop;
}
table#minical td {
    
text-aligncenter;
    
font-sizesmall;
}
table#minical td.spacer-day {
    
width20px;
    
height12px;
}
table#minical td span.event-day {
    
text-decoration:underline;
}
table#minical td.add-linktoday {
    
text-aligncenter;
    
vertical-alignmiddle;
}
/******* MINI CALENDAR EX *******/
table#minical_ex {
    
width147px;
    
marginauto;
    
line-heightnormal;
    
border-collapsecollapse;
}
table#minical_ex th {
     
padding:3px 1px;
    
vertical-alignmiddle;
    
text-aligncenter;
    
font-sizesmall;
    
color#d6ffff;
    
border1px solid #d6ffff;
    
background-color:#006699;
}
table#minical_ex th img {
    
width18px;
    
height14px;
    
border0px;
    
vertical-aligntop;
}
table#minical_ex td {
    
text-aligncenter;
    
font-sizesmall;
}
table#minical_ex tr.minidayname td {
    
padding:3px 1px;
}
table#minical_ex td.miniday {
    
height20px;
    
text-align:center;
}
table#minical_ex td.miniday img.spacer_day {
    
width20px;
    
height20px;
}
table#minical_ex td.plugin_legend {
    
font-sizex-small;
    
text-alignright;
    
padding3px;
}
table#minical_ex td.plugin_legend span {
    
height:1.5em;
    
white-space:nowrap;
    
floatright;
}
table#minical_ex td img {
    
width8px;
    
height8px;
}
/******* COMING SCHEDULE *******/
/******* TODAYS SCHEDULE *******/
/********** NEWS EVENT *********/
dl.list_eventdl.add_newevent {
    
font-sizesmall;
    
margin-top2px;
}
dl.list_event dd {
    
margin-left25px;
}
dl.list_event img {
    
border0px;
}
dl.list_event img {
    
margin-left20px;
}
div.rest_event {
    
font-sizex-small;
    
text-alignright;
}
dl.add_newevent img {
    
border0px;
    
width14px;
    
height12px;
}

-> pical.css
#pical_calendar_body {
    
width98%;
    
border-collapsecollapse;
    
margin:auto;
}
#pical_calendar_copyright { text-align: right; margin: 2px;}
#pical_calendar_print { text-align: right; margin: 2px;}

#pical_calendar_selectday {
    
width100%;
    
border0px;
    
text-aligncenter;
}
#pical_calendar_body a {
    
font-weightnormal;
}
#pical_calendar_body a:hover {
    
text-decorationunderline;
}
#pical_calendar_body img {
    
border0px;
}
/********* DAY COLOR *********/
.saturday-color, .yearly-month .saturday-color a {
    
background-color#eef7ff;
    
color#006699;
}
.
saturday-color span#saturday-color span {color: #006699;}
.sunday-color, .yearly-month .sunday-color a,
.
holiday-color, .yearly-month .holiday-color a {
    
background-color#eefeff;
    
color#DD6900;
}
.
holiday-color span, .sunday-color span#sunday-color span, #holiday-color span {color: #DD6900;}
.weekday-color, .yearly-month .weekday-color a, .weekday-color span {
    
backgroundtransparent;
    
color#000066;
}
.
weekday-color span#weekday-color span {color: #000066;}
#selectday, .targetday-color, .targetday-color .monthly-day a, .yearly-month .targetday-color a {
    
background-color#eaedf4;
}
/******* FIN DAY COLOR *******/

/******* CATEGORY FORM *******/
table.pical-categoryform {
    
table-layout:fixed;
    
width100%;
    
text-aligncenter;
    
white-space:nowrap;
    
border1px solid #98aab1;
    
background-color#E1E8F1;
}
td.pical-categoryform-nav {
    
width18px;
    
vertical-alignmiddle;
}
td.pical-categoryform-nav img {
    
width18px;
    
height14px;
}
td.pical-categoryform-selform {
    
text-aligncenter;
    
vertical-alignmiddle;
}
td.pical-categoryform-selform img {
    
width350px;
    
height4px;
}
td.pical-categoryform-selform form {
    
margin0px;
}
td.pical-categoryform-selform2 {
    
text-alignleft;
    
vertical-alignmiddle;
}
td.pical-categoryform-spacertd.pical-categoryform-spacer img {    /*spacer img for separate selectform and title */
    
width8px;
    
height4px;
}
td.pical-categoryform-title {
    
width220px;
    
text-aligncenter;
    
vertical-alignmiddle;
    
white-spacenowrap;
    
font-sizelarge;
    
font-weightbold;
    
color#006699;
}
td.pical-categoryform-title .calhead-day {
    
color#000066;
    
font-sizesmall;
}
td.pical-categoryform-title img {    /*spacer img for center title */
    
width200px;
    
height4px;
}
td.pical-categoryform-smode {
    
text-alignright;
    
vertical-alignmiddle;
}
/******* FIN CATEGORY FORM *******/

/******* CALENDAR DAILY *******/
ul.pical-calendar-daily {
    
displaytable;
    
width98%;
    
height350px;
    
margin10px;
    
border1px solid #DEDEDE;
    
font-sizesmall;    
}
li.pical-calendar-timepart {
    
floatleft;
    
width150px;
    
margin0px;
    
padding-top5px;
    
text-aligncenter;
}

li.pical-calendar-timepart pre {
    
displayinline;
    
font-sizemedium;
}
li.pical-calendar-linkli.pical-calendar-needadmitli.pical-calendar-plugin {
    
padding-top5px;
    
font-sizemedium;
}
li.pical-calendar-needadmint a {
    
color#00FF00;
}
li.pical-calendar-daily-insert {
    
margin-left30px;
    
padding-top5px;
}
li.pical-calendar-descli.pical-calendar-plugindesc {
    
margin-left150px;
    
padding-top5px;
    
padding-bottom5px;
}
li.pical-calendar-hr {
    
margin5px 30px;
    
font-size1px;
    
border-bottomsolid 1px #006699;
}
/******* FIN CALENDAR DAILY *******/

/******* CALENDAR WEEKLY *******/
table#pical-calendar-weekly {
    
width98%;
    
border0px;
    
border-collapsecollapse;
    
margin10px;
}
table#pical-calendar-weekly td {
    
height80px;
    
border1px solid #DEDEDE;
}
table#pical-calendar-weekly td.weekly-cday {
    
width100px;
    
height80px;
    
text-aligncenter;
    
vertical-alignmiddle;
    
font-sizemedium;
    
font-weightbold;
}
table#pical-calendar-weekly td.weekly-cevent {
    
vertical-aligntop;
}
table#pical-calendar-weekly dl {
    
margin5px;
    
padding0px;
}
table#pical-calendar-weekly dt.pical-calendar-timepart {
    
width120px;
    
padding0px;padding-top3px;
    
margin0px;
    
text-alignleft;
}
table#pical-calendar-weekly dt.pical-calendar-timepart pre {
    
font-sizesmall;
}
table#pical-calendar-weekly dd.pical-calendar-link {
    
margin-left120px;
}
/******* FIN CALENDAR WEEKLY *******/

/******* CALENDAR MONTHLY *******/
table#pical-calendar-monthly {
    
width:100%;
    
border0px;
    
border-collapse:collapse;
    
marginauto;
    
margin-top10px;
}
table#pical-calendar-monthly th {
    
width14%;
    
padding0px;
    
vertical-alignmiddle;
    
text-aligncenter;
    
font-sizemedium;
    
font-weightlighter;
    
border1px solid #DEDEDE;
}
table#pical-calendar-monthly th.saturday-color, table#pical-calendar-monthly th.weekday-color, 
table#pical-calendar-monthly th.sunday-color {
    
background-color#eaedf4;
}
table#pical-calendar-monthly th.pical-weekmark {
    
width10px;
    
height20px;
    
border0px;
    
background-colorwhite;
}
table#pical-calendar-monthly td {
    
vertical-aligntop;
    
border1px solid #DEDEDE;
}
table#pical-calendar-monthly td a {
    
font-size10px;
    
font-weightnormal;
}
table#pical-calendar-monthly td.pical-goto-weekly {
    
width :10px;
    
height70px;
    
border0px;
    
vertical-alignmiddle;
}
table#pical-calendar-monthly td.pical-end-monthly {
    
border0px;
    
background-colorwhite;
}
table#pical-calendar-monthly td.pical-start-monthly {
    
background-colorwhite;
}
table#pical-calendar-monthly td.pical-end-monthly img, table#pical-calendar-monthly td.pical-start-monthly img {
    
width 90px;
    
height70px;
}
table#pical-calendar-monthly ul {
    
margin0px;
    
padding0px;
}
table#pical-calendar-monthly ul span {
    
font-sizemedium;
    
font-weightbold;
}
table#pical-calendar-monthly td * li {
    
list-style-typenone;
    list-
style-positionoutside;
}
table#pical-calendar-monthly  ul .monthly-day {
    
width45%;
    
text-alignleft;
}
table#pical-calendar-monthly ul .monthly-addevent {
    
floatright;
    
width45%;
    
text-alignright;
}
table#pical-calendar-monthly ul .monthly-event {
    
list-style-positioninside;
    list-
style-typedisc;
    
colorblack;
    
margin-left4px;
}
table#pical-calendar-monthly ul .monthly-plugin {
    
margin-left4px;
}
table#pical-calendar-monthly ul .holiday-name {
    
color#cc0000; 
}
table.pical-monthly-info {
    
width600px;
    
border0px;
    
marginauto;
}
td.pical-monthly-legend {
    
width150px;
    
vertical-aligntop;
}
td.pical-monthly-legend table {
    
width100%;
    
border0px;
    
border-collapsecollapse;
}
td.pical-monthly-legend .spacer-up {
    
width150px;
    
height8px;
}
td.pical-monthly-legend tr.list-legend img {
    
width20px;
    
height20px;    
}
td.pical-monthly-legend tr.list-legend td {
    
font-size10px;
    
font-weightnormal;
}
td.pical-monthly-minical {
    
width150px;
    
vertical-aligntop;
    
text-aligncenter;
}
td.pical-monthly-jumpdate {
    
width100px;
    
vertical-aligntop;
    
text-aligncenter;
}
/******* FIN CALENDAR MONTHLY *******/

/******* CALENDAR YEARLY *******/
table.pical-calendar-yearly {
    
width98%;
    
border-collapsecollapse;
    
margin10px;
}
table.pical-calendar-yearly img {
    
width4px;
    
height10px;
}
#pical_calendar_body table.yearly-month {
    
width150px;
    
line-heightnormal;
    
marginauto;
    
border-collapsecollapse;
    
bordersolid 1px #DEDEDE;
}
#pical_calendar_body table.yearly-month th {
    
padding0px;
    
vertical-alignmiddle;
    
text-aligncenter;
    
font-sizemedium;
    
color#006699;
    
bordersolid 1px #DEDEDE;
    
background-color:#eaedf4;
}
#pical_calendar_body table.yearly-month td {
    
text-aligncenter;
    
font-sizesmall;
}
#pical_calendar_body table.yearly-month td.spacer-day {
    
width20px;
    
height12px;
}
#pical_calendar_body table.yearly-month td span.event-day {
    
text-decoration:underline;
}
/******* FIN CALENDAR YEARLY *******/

/********** EVENT LIST **********/
#pical-sortedby {
    
text-aligncenter;
}
#pical-sortedby img {
    
vertical-alignmiddle;
}
#pical-pagnav-info {
}
#pical-pagnav {
    
floatright;
    
text-align:right;
}
table#pical-listevent {
    
width100%;
    
border-spacing1px;
}
table#pical-listevent th {
    
vertical-alignmiddle;
    
text-aligncenter;
}
table#pical-listevent div.pical-admission {
    
text-aligncenter;
}
table#pical-listevent div.pical-admission img {
    
width14px;
    
height12px;
}
table#pical-listevent div.pical-center {
    
text-aligncenter;
}
/******** FIN EVENT LIST ********/


J'espère avoir bien répondu à ta question ^^
A+

Posté le : 19/09/2006 11:58
_________________
Membre de L'association des Ingénieurs de Polytech'Marseille : www.lipom.org (webmestre du site, ajout du Mode CSS íƒÂ  piCal)
Un autre site : general.fred.free.fr/index.php
Transférer la contribution vers d'autres applications Transférer


Re: Correctif pour pical sous Xoops 2.0.14
Supporter Xoops
Inscrit: 02/10/2004 14:09
Messages: 370
Ton soucis, c'est avec application de mon patch?

Posté le : 18/09/2006 19:01
_________________
Membre de L'association des Ingénieurs de Polytech'Marseille : www.lipom.org (webmestre du site, ajout du Mode CSS íƒÂ  piCal)
Un autre site : general.fred.free.fr/index.php
Transférer la contribution vers d'autres applications Transférer


Re: Correctif pour pical sous Xoops 2.0.14
Supporter Xoops
Inscrit: 02/10/2004 14:09
Messages: 370
Déjà passe en version 0.88a de piCal
Après apporte y mes correctifs en changeant les deux lignes :
$sql_mid_mod "SELECT mid FROM ".$xoopsDB->prefix('modules')." WHERE dirname = '$mydirname'";
        
$mcx_sql $xoopsDB->query"SELECT bid FROM ".$xoopsDB->prefix("newblocks")." WHERE mid=($sql_mid_mod) AND show_func='pical_minical_ex_show'" ) ;

Par celle-ci :
$mcx_sql $xoopsDB->query"SELECT bid FROM ".$xoopsDB->prefix("modules")." AS module, ".$xoopsDB->prefix("newblocks")." AS block WHERE (block.mid=module.mid and module.dirname='".$mydirname."' AND block.show_func='pical_minical_ex_show')");

Cela devrais certainement réglé ton soucis.

Dire que cela ne fonctionne pas, j'ai un peu de mal à le croire. Ben ouep, celà fonctionne sur le site lipom depuis plusieurs semaines.
Enfin avec ma version de piCal spécial CSS (.Pour en savoir plus, c'est par là)

Posté le : 18/09/2006 11:34
_________________
Membre de L'association des Ingénieurs de Polytech'Marseille : www.lipom.org (webmestre du site, ajout du Mode CSS íƒÂ  piCal)
Un autre site : general.fred.free.fr/index.php
Transférer la contribution vers d'autres applications Transférer


Re: La puissance des feuilles de styles
Supporter Xoops
Inscrit: 02/10/2004 14:09
Messages: 370
On ce calme ^^ : www.lipom.org
La voilà la puissance... et encore il y a de petites erreurs qui trainent, mais faut les trouver.

Allez (chope car il y a mieux que ce site.

Posté le : 18/09/2006 10:41
_________________
Membre de L'association des Ingénieurs de Polytech'Marseille : www.lipom.org (webmestre du site, ajout du Mode CSS íƒÂ  piCal)
Un autre site : general.fred.free.fr/index.php
Transférer la contribution vers d'autres applications Transférer


Re: SecurityImage 1.4 update
Supporter Xoops
Inscrit: 02/10/2004 14:09
Messages: 370
J'avais préparé un pack d'intégration de sécurity image pour un site sous une version antérieur de xoops qui utilisait la dernière version de liaise.

-> Securityimage_pack.zip

Dans le dossier modules, tu y trouveras le dossier liaise qui contient les fichiers qui ont été modifié en conséquence.

Posté le : 16/09/2006 09:34
_________________
Membre de L'association des Ingénieurs de Polytech'Marseille : www.lipom.org (webmestre du site, ajout du Mode CSS íƒÂ  piCal)
Un autre site : general.fred.free.fr/index.php
Transférer la contribution vers d'autres applications Transférer


Re: PiCal deviendra multithème
Supporter Xoops
Inscrit: 02/10/2004 14:09
Messages: 370
Alain ?????? là comprend pas ?????

Enfin, si tu actives le mode CSS. Tu pourras mieux intégrer piCal à ton site.

Posté le : 15/09/2006 10:12
_________________
Membre de L'association des Ingénieurs de Polytech'Marseille : www.lipom.org (webmestre du site, ajout du Mode CSS íƒÂ  piCal)
Un autre site : general.fred.free.fr/index.php
Transférer la contribution vers d'autres applications Transférer


Re: PiCal deviendra multithème
Supporter Xoops
Inscrit: 02/10/2004 14:09
Messages: 370
Fichier corrigé ?????

Enfin, ce sujet est à l'origine de ma version spécial de piCal avec tous les correctifs possibles et autres joyeusetés...
Je te conseille de lire ce sujet : piCal 0.88a modifié, recherche testeur et avis

Posté le : 14/09/2006 19:02
_________________
Membre de L'association des Ingénieurs de Polytech'Marseille : www.lipom.org (webmestre du site, ajout du Mode CSS íƒÂ  piCal)
Un autre site : general.fred.free.fr/index.php
Transférer la contribution vers d'autres applications Transférer


Re: piCal 0.88a modifié, recherche testeur et avis
Supporter Xoops
Inscrit: 02/10/2004 14:09
Messages: 370
Me revoilà avec mon p'tit piCal CSS ^^

Je l'ai finalement passé en version beta, beta car je préfère avoir divers retour pour m'assurer de son bon fonctionnement et pourquoi pas l'ajout de nouvelle suivant les demandes faites.

Qu'apporte cette dernière boutture, simple :
-> correction du mode d'éditeur wysiwig. Apres le passage en 0.88a, l'éditeur était actif mais le code html était nettoyé.
-> correction de la génération des vues en mode standart pour rendre le module valide W3C (il y avait des fermetures de balise en trop et un manque de alt pour les images)
-> optimisation des vues en mode CSS (pages générées et fichiers CSS compris).

Pour voir les pages générées en action : lipom
Pour le télécharger : piCal 0.88a CSS Beta1

Bon test.

Posté le : 13/09/2006 21:33
_________________
Membre de L'association des Ingénieurs de Polytech'Marseille : www.lipom.org (webmestre du site, ajout du Mode CSS íƒÂ  piCal)
Un autre site : general.fred.free.fr/index.php
Transférer la contribution vers d'autres applications Transférer


Re: Correctif pour pical sous Xoops 2.0.14
Supporter Xoops
Inscrit: 02/10/2004 14:09
Messages: 370
T'as dû te retrouver dans le cas où tu affichais le cache du minicalendrier.
piCal utilise le cache sans qu'on lui demande.

Dit moi qu'elle sont les paramètres que tu utilises pour activer ton plug'in.

Posté le : 13/09/2006 21:04
_________________
Membre de L'association des Ingénieurs de Polytech'Marseille : www.lipom.org (webmestre du site, ajout du Mode CSS íƒÂ  piCal)
Un autre site : general.fred.free.fr/index.php
Transférer la contribution vers d'autres applications Transférer


Re: Victime de spam massif sur tous les modules
Supporter Xoops
Inscrit: 02/10/2004 14:09
Messages: 370
Moi, j'en ai un... tout dépend de votre système de reconnaissance visuelle. Et comme mon avis personnel sur phpbb n'est pas très bonne, alors son système de reconnaissance visuelle je le met dans la même catégorie.
Pour ce qui est de securityimage, franchement... mettez le en place et vous verrez qu'il tiendra face aux bots. De plus il est paramétrable donc à vous de définir le niveau de sécurité. J'ajoute au passage que pour augmenter la sécurité face à ce genre de bête, utilisez le module protector avec celui de dugris.

Moi j'utilise pas le module securityimage, j'utilise mon hack sur un site. J'ai était contraint de l'intégrer à cbb pour lutter contre ce genre de m.... depuis plus rien. Et mon hack est moins au point que securityimage.

Posté le : 13/09/2006 19:03
_________________
Membre de L'association des Ingénieurs de Polytech'Marseille : www.lipom.org (webmestre du site, ajout du Mode CSS íƒÂ  piCal)
Un autre site : general.fred.free.fr/index.php
Transférer la contribution vers d'autres applications Transférer



 Haut
« 1 ... 7 8 9 (10) 11 12 13 ... 31 »




Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

22 Personne(s) en ligne (16 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 22 | Plus ...