Rendre les titres cliquables dans la vue catégorie

More
12 years 2 weeks ago #30453 by walkyripa
Bonjour,

Je n'arrive pas à rendre mes titres d'éléments cliquables depuis la vue catégorie. Je précise :

J'utilise la dernière version de FC et J 2.5.7
Les titres sont affichés via les paramètres de catégorie (et non via le template de catégorie),
j'ai mise "oui" à "Titre cliquables" (il manque un s a titre d'ailleurs), aussi bien dans les paramètres de catégorie que dans les paramètres de menu (je sais pas qui est prioritaire sur l'autre).

Merci de me dire ce que j'ai fait de faux!

Merci à la communauté!

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

More
12 years 2 weeks ago #30478 by ggppdk
Title clickable is used by all templates,

1. you mean category view OR item view?
2. which template do you use?, are you sure your category or item use this template?


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

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

More
12 years 2 weeks ago #30486 by walkyripa
thanks for your answer :

1. i mean category view,
2. You are right, it comes from the template. When i use "blog" or "default" the problem disappears. Do you have an idea from where it comes from? (I will look in the template code anyway).

Thanks a lot for driving me on right way!

Merci à la communauté!

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

More
12 years 2 weeks ago #30489 by ggppdk
Ok which template is not linking the item title?


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

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

More
12 years 2 weeks ago #30493 by micker
essai d'être plus explicite
la derniere version de FC ??? la svn la ng ?? quelle revision ?
apres quel template un perso ? duplicaté depuis quel template ?? ;)

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 2 weeks ago #30508 by walkyripa
Bonjour!

Merci pour vos réponses, je détaille donc :

FC version 2.0 RC8 (r1475),
et le template est le category.php est une copie conforme (sans modif) de celui du template "default" (je le colle ici) :
Code:
<?php /** * @version 1.5 stable $Id: category.php 974 2011-11-23 09:28:28Z enjoyman@gmail.com $ * @package Joomla * @subpackage FLEXIcontent * @copyright (C) 2009 Emmanuel Danan - www.vistamedia.fr * @license GNU/GPL v2 * * FLEXIcontent is a derivative work of the excellent QuickFAQ component * @copyright (C) 2008 Christoph Lukes * see www.schlu.net for more information * * FLEXIcontent is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ defined( '_JEXEC' ) or die( 'Restricted access' ); $page_classes = ''; $page_classes .= $this->pageclass_sfx ? 'page'.$this->pageclass_sfx : ''; $page_classes .= 'cat'.$this->category->id; ?> <div id="flexicontent" class="flexicontent <?php echo $page_classes; ?>" > <!-- BOF buttons --> <?php if ( $this->params->get('show_print_icon') || $this->params->get('show_email_icon') || JRequest::getCmd('print') || $this->params->get('show_feed_icon', 1) ) { ?> <p class="buttons"> <?php //echo flexicontent_html::addbutton( $this->params ); ?> <?php echo flexicontent_html::printbutton( $this->print_link, $this->params ); ?> <?php echo flexicontent_html::mailbutton( 'category', $this->params, $this->category->slug ); ?> <?php echo flexicontent_html::feedbutton( 'category', $this->params, $this->category->slug ); ?> </p> <?php } ?> <!-- EOF buttons --> <!-- BOF page title --> <?php if ($this->params->get('show_page_heading', 1)) : ?> <h1 class="componentheading"> <?php echo $this->params->get( 'page_heading' ) ?> </h1> <?php endif; ?> <!-- EOF page title --> <!-- BOF author description --> <?php if (@$this->authordescr_item_html) : echo $this->authordescr_item_html; endif; ?> <!-- EOF author description --> <?php if ( $this->category->id > 0) : /* Category specific data e.g. not available for -author- category view */ ?> <!-- BOF category info --> <?php // Only show this part if some category info is to be printed if ( $this->params->get('show_cat_title', 1) || ($this->params->get('show_description_image', 1) && $this->category->image) || ($this->params->get('show_description', 1) && $this->category->description) ) : echo $this->loadTemplate('category'); endif; ?> <!-- EOF category info --> <!-- BOF sub-categories info --> <?php // Only show this part if subcategories are available if ( count($this->categories) && $this->params->get('show_subcategories') ) : echo $this->loadTemplate('subcategories'); endif; ?> <!-- EOF sub-categories info --> <?php endif; ?> <!-- BOF item list display --> <?php echo $this->loadTemplate('items'); ?> <!-- BOF item list display --> <!-- BOF pagination --> <?php if ($this->params->get('show_pagination', 2) != 0) : ?> <div class="pageslinks"> <?php echo $this->pageNav->getPagesLinks(); ?> </div> <?php if ($this->params->get('show_pagination_results', 1)) : ?> <p class="pagescounter"> <?php echo $this->pageNav->getPagesCounter(); ?> </p> <?php endif; endif; ?> <!-- EOF pagination --> </div>

merci pour votre aide...

Merci à la communauté!

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.870 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