WatcherOfTheSkies
New member
vBulletin version 4.2.0 + DragonByte Gallery Lite v1.3.2
Trying to play with Galery Lite and find some bugs.
Sorry, but I cannot provide website URL because of internal testing
1. navigation_tab_complete.php:
Phrase dbtech_gallery_nav_add_prof_image does not exists and perhaps it must be dbtech_gallery_nav_add_prof_img
2. After "Add Profile Image" menu item became visible, i see the next:

3. Applying rating to images has no effect on sorting at main gallery page when "Highest Rated Images" is selected.
As i understand it, the sorting is made by weight_rate field but it is always 0 and never updated.
Sorry, if my English is bad.
Trying to play with Galery Lite and find some bugs.
Sorry, but I cannot provide website URL because of internal testing
1. navigation_tab_complete.php:
PHP:
$submenu['prof_image'] = array(
'root' => $tabname,
'type' => 'link',
'url' => $gallink . '&do=add_prof_image',
'title' => $vbphrase['dbtech_gallery_nav_add_prof_image'],
'name' => 'dbtech_gallery_prof_image',
'children' => 0
);
Phrase dbtech_gallery_nav_add_prof_image does not exists and perhaps it must be dbtech_gallery_nav_add_prof_img
2. After "Add Profile Image" menu item became visible, i see the next:

3. Applying rating to images has no effect on sorting at main gallery page when "Highest Rated Images" is selected.
As i understand it, the sorting is made by weight_rate field but it is always 0 and never updated.
Sorry, if my English is bad.
