Adding / Removing from favorites message "your vote was accepted" Adding / Removing from favorites message "your vote was accepted"
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Adding / Removing from favorites message "your vote was accepted"

Started by the_todd, November 12, 2005, 11:22:24 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

the_todd

When adding or removing an image from favorites the script addfav.php only says "your vote was accepted".
addfav.php line 77:
msg_box($lang_info, $lang_rate_pic_php['rate_ok'], $lang_continue, $location); 
I suggest you make a new language variable pertaining to the actual action being performed.
Perhaps something like "favorites updated"

~Todd

the_todd