PDA

View Full Version : Banners Review - bug? - Disapprove option missing


Mark Brookes
11-28-2006, 02:19 PM
Version PRO 2.0.01

The option to Dis-approve a banner is missing from the Actions-drop-down-list

see attached


(rank 1/5)

Regards
Mark

Dave Baker
12-09-2006, 07:59 PM
In definition of the name one symbol is absent in the word "disable".
***Open classes admin/manage-banners.php and find code (around line# 746)***

<option value=""><?php echo $gDirLang['_action_'];?></option>
<option value="approve"><?php echo $gDirLang['enable'];?></option>
<option value="disapprove"><?php echo $gDirLang['eisable'];?></option>
<option value="delete"><?php echo $gDirLang['delete'];?></option>

***Replace text of red color with the following text***

disable

***Save file***