We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message sur le forum : https://forum.pluxml.org/discussion/6601/amalgame-entre-categorie-n-1-et-n-10#latest
<?php $plxShow->catList('', '#cat_name',1); ?> affiche la catégorie 1 mais également la catégorie 10.
<?php $plxShow->catList('', '#cat_name',1); ?>
Proposition de correction par @bazooka07 :
<?php //........ #Onverifiequ'ilyadescategories if($this->plxMotor->aCats){ if(!empty($include)){$include=str_pad($include,3,'0',STR_PAD_LEFT);} if(!empty($exclude)){$exclude=str_pad($exclude,3,'0',STR_PAD_LEFT);} foreach($this->plxMotor->aCatsas$k=>$v){ $in=(empty($include)ORpreg_match('/(\b'.$include.'\b)/',$k)); $ex=(!empty($exclude)ANDpreg_match('/(\b'.$exclude.'\b)/',$k)); #traitement.... } }#Finduwhile //........ ?>
The text was updated successfully, but these errors were encountered:
FIX #345 $plxShow->catList
229c725
Corrigé dans PluXml 5.8 (branche develop).
Sorry, something went wrong.
update changelog for #383 and #345
6c7f9bd
haruka-7
No branches or pull requests
Message sur le forum : https://forum.pluxml.org/discussion/6601/amalgame-entre-categorie-n-1-et-n-10#latest
<?php $plxShow->catList('', '#cat_name',1); ?>
affiche la catégorie 1 mais également la catégorie 10.Proposition de correction par @bazooka07 :
The text was updated successfully, but these errors were encountered: