CMS MADE SIMPLE FORGE

Glossary / FAQ

 

[#3772] Single term option is ignored

avatar
Created By: Sofia Hauschildt (sonya)
Date Submitted: Thu Jul 23 15:12:54 -0400 2009

Assigned To: Samuel Goldstein (sjg)
Version: 0.6.8
CMSMS Version: None
Severity: Major
Resolution: None
State: Open
Summary:
Single term option is ignored
Detailed Description:
Single term option is ignored about line 1354 in SmartyTermList():

Original:
--------------------------------------------------------------------------------------
if( $this->GetPreference('disable_prettyurls',0) == 0 )
 {
  $prettyurl = 'glossary/'.$row['term_id'].'/'.$returnid;
}

------------------------------------------------------------------------------------
The preference 'show_single' is not checked. However show_single should form
prettyurl with glossarysing, so that custom template is taken.


History