Ajout des commentaires et votes sur les articles dépliants

More
12 years 4 weeks ago #29996 by seabird
Bonjour,

Je continue de développer mon template avec articles dépliants ( voir flexicontent.org/forum/index.php ... =viewtopic )

Je viens de rajouter les commentaires ( jcomments ) qui m'a mis un warning lors de l'installation apres flexi mais apparamment cela fonctionne.

J'ai ajouté et modifié ce code dans le div dépliant:
Code:
<!-- BOF comments --> <?php if ($items[$i]->params->get('comments') && !JRequest::getVar('print')) : ?> <div class="comments group"> <?php if ($items[$i]->params->get('comments') == 1) : if (file_exists(JPATH_SITE.DS.'components'.DS.'com_jcomments'.DS.'jcomments.php')) : require_once(JPATH_SITE.DS.'components'.DS.'com_jcomments'.DS.'jcomments.php'); echo JComments::showComments($this->items[$i]->id, 'com_flexicontent', $this->escape($this->items[$i]->title)); endif; endif; if ($items[$i]->params->get('comments') == 2) : if (file_exists(JPATH_SITE.DS.'plugins'.DS.'content'.DS.'jom_comment_bot.php')) : require_once(JPATH_SITE.DS.'plugins'.DS.'content'.DS.'jom_comment_bot.php'); echo jomcomment($this->items[$i]->id, 'com_flexicontent'); endif; endif; ?> </div> <?php endif; ?> <!-- EOF comments -->

Cela fonctionne bien pour le premier article mais pour les suivants les commentaires ne s'affichent pas. Je ne vois pas trop d'où cela peut venir ? Une idée ?

Ensuite autre problème, j'ai rajouté également la possibilité de voter, donc ce code dans le div:
Code:
<!-- DEBUT VOTE --> <?php if (($items[$i]->params->get('show_vote', 1)) || ($items[$i]->params->get('show_favs', 1))) : ?> <div class="itemactions group"> <?php if ($items[$i]->params->get('show_vote', 1)) : ?> <span class="voting"> <?php FlexicontentFields::getFieldDisplay($this->items[$i], 'voting', $values=null, $method='display'); ?> <?php echo $items[$i]->fields['voting']->display; ?> </span> <?php endif; ?> <?php if ($items[$i]->params->get('show_favs', 1)) : ?> <span class="favourites"> <?php FlexicontentFields::getFieldDisplay($this->items[$i], 'favourites', $values=null, $method='display'); ?> <?php echo $items[$i]->fields['favourites']->display; ?> </span> <?php endif; ?> </div> <?php endif; ?> <!-- FIN VOTE -->

Des que j'active la bibliothèque jquery qui deplie mes articles, j'ai cette erreur javascript si j'essaie de voter.
Code:
TypeError: $("fcvote_cnt_" + itemID + "_" + xid).set is not a function

Si j'actualise la page ensuite, le vote a bien été pris en compte par contre.
Si je ne mets pas jquery, cela fonctionne sans problème.

Une idée?

Merci,

Eric

EDIT:
Apparemment, on ne peut pas appeler plus d'une fois jcomments sur une même page. Je continue ma réflexion..

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

More
12 years 4 weeks ago #30040 by seabird
Bonjour,

Bon j'ai résolu le problème des commentaires en proposant en bas de chaque article un lien "ajout commentaire" -> le formulaire s'ouvre dans une popup jquery.

Pour le problème javascript concernant les votes voir flexicontent.org/forum/index.php ... =viewtopic

En espérant que mon expérience serve à d'autres,

Eric

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

More
12 years 3 weeks ago #30050 by micker
genial !! a la fin on va faire un package et le proposer a la communauté ? ca te dis ?

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

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

More
12 years 3 weeks ago #30059 by seabird

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

More
12 years 3 weeks ago #30064 by loicberder
bonjour,
merci pour ce super boulot

on pourrait peut être suggérer un nouveau paramètre au template catégorie qui ferait que l'on utilise ou non la version dépliante ?

Loïc

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

More
12 years 3 weeks ago #30066 by micker
bonne idée + vers multilangue !!

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.561 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline