| Anonymous | Login | Signup for a new account | 2013.05.22 11:22 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000109 | [Piwigo] navigation | trivial | always | 2005.04.30 13:35 | 2005.09.18 22:14 | ||
| Reporter | damien | View Status | public | ||||
| Assigned To | plg | ||||||
| Priority | normal | Resolution | fixed | Platform | |||
| Status | closed | OS | |||||
| Projection | none | OS Version | |||||
| ETA | none | Fixed in Version | 1.4.1 | Product Version | 1.4.0 | ||
| Target Version | Product Build | ||||||
| Summary | 0000109: disabled "best rated" menu item when rating is not enabled | ||||||
| Description |
hi, the "best rated" menu item appear when rating is disabled. Damien |
||||||
| Steps To Reproduce | |||||||
| Additional Information |
just replace in category.php: // best rated $template->assign_block_vars( 'special_cat', array( 'URL' => add_session_id(PHPWG_ROOT_PATH.'category.php?cat=best_rated'), 'TITLE' => $lang['best_rated_cat_hint'], 'NAME' => $lang['best_rated_cat'] )); by: if ( $conf['rate'] ) { $template->assign_block_vars( 'special_cat', array( 'URL' => add_session_id(PHPWG_ROOT_PATH.'category.php?cat=best_rated'), 'TITLE' => $lang['best_rated_cat_hint'], 'NAME' => $lang['best_rated_cat'] )); } |
||||||
| Tags | No tags attached. | ||||||
| browser | any | ||||||
| Database engine and version | |||||||
| PHP version | |||||||
| Web server | Apache 1.3.x | ||||||
| Attached Files | |||||||
|
|
|||||||
Notes |
|
|
(0000121) plg (manager) 2005.04.30 15:22 |
Easy :-) |
|
(0000125) plg (manager) 2005.04.30 20:18 edited on: 2005.04.30 20:35 |
See http://cvs.gna.org/viewcvs/phpwebgallery/phpwebgallery/category.php?r1=1.67&r2=1.67.2.1 [^] |
|
(0000245) plg (manager) 2005.09.18 22:14 |
Correction reported on BSF |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group Contact |