
10-27-2015, 03:22 AM
|
 |
|
|
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by badstraw
I commented these lines on /dbtech/gallery/hooks/navigation_tab_complete.php :
Code:
// $galfile = DBTECH_GALLERY::fetch_file_path(0, 'plain', $gal);
// foreach ((array)DBTECH_GALLERY::$instances as $instance)
{
if ($instance['navbar'] == 1)
{
$gallink = $galfile . '?gal=' . $instance['shortname'];
$tabname = 'dbtech_gallery_' . $instance['shortname'];
$submenu = array();
if (DBTECH_GALLERY::fetch_gallery_perms('view', $instance) || DBTECH_GALLERY::fetch_gallery_perms('admin', $instance))
{
$submenu['view'] = array(
'root' => $tabname,
'type' => 'link',
'url' => $gallink . '&do=main',
'title' => $vbphrase['dbtech_gallery_nav_main'],
'name' => 'dbtech_gallery_view',
'children' => 0
);
Now the error code is gone but nothing happens when I click on update photo status... maybe a bug?
I would really appreciate your help..
|
Think you are posting in the wrong thread,
|