Bug vbShout Link is bad

Status
Not open for further replies.

Trekkan

Customer
The link posted to vBShout comes out with this:
Code:
http://www.jffgaming.com/community/dbtgallery.php?do=view_image&id=4&gal=

Which, without the gallery, fails.
 
Sorry about that. I'll fix it in the next release

If you want to manually fix it for now

Open dbtech/gallery/hooks/dbtech_gallery_ajax_image_submit_complete.php

Find

PHP:
                $notif = '[URL="' . DBTECH_GALLERY::fetch_file_path($vbulletin->GPC['id'], 'link_url_clean') . '"]' . $vbulletin->GPC['title'] . '[/URL]';

replace with

PHP:
                $notif = '[URL="' . DBTECH_GALLERY::fetch_file_path($vbulletin->GPC['id'], 'link_url_clean', $vbulletin->GPC['gal']) . '"]' . $vbulletin->GPC['title'] . '[/URL]';
 
Status
Not open for further replies.

Legacy DragonByte Gallery

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
868
Customer rating
0.00 star(s) 0 ratings
Back
Top