View Full Version : Major Additions - [DBTech] Dragonbyte Gallery v1 (vB4)
gajinoz
09-10-2012, 11:54 PM
Hmmmm.... forget the last message, I may have figured it out. Sorry for the bother.
DragonByte Tech
09-12-2012, 07:26 AM
I just posted v1.2.2
v1.2.2 contains the following:
Added - stylevar for max image width
Fixed - Image width issues when viewing an image
Fixed - Image upload must select a category, option for none removed
Fixed - Removed View Full image link since it's no longer needed
Fixed - CMS block error
Fixed - Category name with special characters when viewing image
Fixed - unknown field when browsing categories
Fixed - bad query on forumhome plugin
Fixed - CMS, Forumhome and sideblock hidden album images being displayed
Fixed - edit other users image now shows users with permissions as well as usergroup set admins
Fixed - set default width/height for images in default instance if not set to keep from getting errors after fresh install
Fixed - edit image thumb missing when editing youtube image
Fixed - hidden album not being set on create when selected
Now when viewing an image it will check if the style has a max image width value and if the users gallery profile has a max image width value.
If the image width is larger then the lowest of the two, it will use the lowest setting for the display image width, otherwise it will use the image width.
Dylan
Alibass
09-12-2012, 01:22 PM
@Dylan
I just install 1.22 and was hoping this may have been fixed. When you browse your albums there is no next or previous buttons to look through all your pics, only a delete button. See attach
Disco_Dave
09-12-2012, 01:40 PM
@Alibass In what part of the Gallery are you viewing your images? I have a previous and a next button on mine, did have before this update also.
https://vborg.vbsupport.ru/
Alibass
09-12-2012, 02:30 PM
@Alibass In what part of the Gallery are you viewing your images? I have a previous and a next button on mine, did have before this update also.
http://www.nirc.co.uk/forums/dbtgallery.php?do=gallery_image&id=629&gal=gallery&type=full
Click on my profiles, scroll to bottom and pic an album that has lot's of pics or more than you have set to display. You'll see nothing but a delete button. The mod doesn't allow you to go to other pics in the album to delete images.
Disco_Dave
09-12-2012, 03:10 PM
Ahh ok, I'm sure Dylan will get you sorted :D
DragonByte Tech
09-12-2012, 04:06 PM
@Dylan
I just install 1.22 and was hoping this may have been fixed. When you browse your albums there is no next or previous buttons to look through all your pics, only a delete button. See attach
Contrary to popular belief, I'm not omnipotent :)
I didn't fix it because no one reported that it was a bug and I didn't notice it. There are a couple problems with that it seems. With the ajax buttons it doesn't show them, with the vbnav it shows the next/prev buttons but they aren't working correctly. I'll get them fixed.
Is there anything else you noticed that someone hasn't reported yet? There is quite a bit to the gallery and sometimes I might miss something if it's not reported.
Dylan
Alibass
09-12-2012, 05:44 PM
Contrary to popular belief, I'm not omnipotent
No need in getting snooty, last you'll hear from me...
DragonByte Tech
09-12-2012, 08:33 PM
No need in getting snooty, last you'll hear from me...
I was actually going for amusing instead of snooty, but I guess it doesn't translate well in text. I'll have it fixed for the next version regardless.
Dylan
qpurser
09-13-2012, 05:21 AM
Dylan,
thx for another great MOD.
It has so many options I might have overlooked something :) and have a couple questions.
From my understanding this can replace the "standard" vBulletin albums?
I guess I can NOT delete the albums from the "standard" vBulletin after importing as I would loose all the links from their images/albums posted before installing your MOD?
Could you add a an option with link to a members pictures/albums into the "member settings" sidebar?
I had to import about 5000 images and it went well until about 4500 and then the server timed out.
Would it be possible to have an option to import only a certain amount at once in a session in the import settings from your MOD?
thx
Michael
Leica.Robbiani
09-13-2012, 02:36 PM
Hi there,
I get the following error when I call forumhome:
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT
entry.*,
user.*
,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight
FROM (
(
SELECT
post.postid,
post.title AS posttitle,
thread.title AS threadtitle,
thread.title AS title,
thread.threadid,
thread.forumid,
entry_post.*
FROM (SELECT * FROM vbs420_dbtech_thanks_entry WHERE varname IN('thanks', 'likes') AND contenttype = 'post' ORDER BY entryid DESC LIMIT 5) AS entry_post
LEFT JOIN vbs420_post AS post ON (post.postid = entry_post.contentid)
LEFT JOIN vbs420_thread AS thread ON (thread.threadid = post.threadid)
) UNION ALL (
SELECT
image.imageid AS postid,
image.title AS posttitle,
image.filename AS threadtitle,
image.userid,
image_instance.shortname AS threadid,
0 AS forumid,
entry_dbgallery_image.*
FROM (SELECT * FROM vbs420_dbtech_thanks_entry WHERE varname IN('thanks', 'likes') AND contenttype = 'dbgallery_image' ORDER BY entryid DESC LIMIT 5) AS entry_dbgallery_image
LEFT JOIN vbs420_dbtech_gallery_images AS image ON (image.imageid = entry_dbgallery_image.contentid)
LEFT JOIN vbs420_dbtech_gallery_instances AS image_instance ON (image_instance.instanceid = image.instanceid)
) UNION ALL (
SELECT
groupmessage.gmid AS postid,
groupmessage.title AS posttitle,
firstgroupmessage.title AS threadtitle,
groupmessage.postuserid AS userid,
groupmessage.discussionid AS threadid,
0 AS forumid,
entry_socialgroup.*
FROM (SELECT * FROM vbs420_dbtech_thanks_entry WHERE varname IN('thanks', 'likes') AND contenttype = 'socialgroup' ORDER BY entryid DESC LIMIT 5) AS entry_socialgroup
LEFT JOIN vbs420_groupmessage AS groupmessage ON (groupmessage.gmid = entry_socialgroup.contentid)
LEFT JOIN vbs420_discussion AS discussion ON (discussion.discussionid = groupmessage.discussionid)
LEFT JOIN vbs420_groupmessage AS firstgroupmessage ON (firstgroupmessage.gmid = discussion.firstpostid)
) UNION ALL (
SELECT
usernote.usernoteid AS postid,
usernote.title AS posttitle,
'N/A' AS threadtitle,
usernote.posterid AS userid,
usernote.userid AS threadid,
0 AS forumid,
entry_usernote.*
FROM (SELECT * FROM vbs420_dbtech_thanks_entry WHERE varname IN('thanks', 'likes') AND contenttype = 'usernote' ORDER BY entryid DESC LIMIT 5) AS entry_usernote
LEFT JOIN vbs420_usernote AS usernote ON (usernote.usernoteid = entry_usernote.contentid)
) UNION ALL (
SELECT
visitormessage.vmid AS postid,
visitormessage.title AS posttitle,
'N/A' AS threadtitle,
visitormessage.postuserid AS userid,
visitormessage.userid AS threadid,
0 AS forumid,
entry_visitormessage.*
FROM (SELECT * FROM vbs420_dbtech_thanks_entry WHERE varname IN('thanks', 'likes') AND contenttype = 'visitormessage' ORDER BY entryid DESC LIMIT 5) AS entry_visitormessage
LEFT JOIN vbs420_visitormessage AS visitormessage ON (visitormessage.vmid = entry_visitormessage.contentid)
)
) AS entry
LEFT JOIN vbs420_user AS user USING(userid)
LEFT JOIN vbs420_avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vbs420_customavatar AS customavatar ON(customavatar.userid = user.userid)
WHERE 1=1;
MySQL Error : Illegal mix of collations for operation 'UNION'
Error Number : 1271
Request Date : Thursday, September 13th 2012 @ 05:09:12 PM
Error Date : Thursday, September 13th 2012 @ 05:09:12 PM
Script : http://localhost/vbs420/upload/forum.php
Referrer : http://localhost/vbs420/upload/dbtgallery.php?do=view_image&id=3&gal=gallery
IP Address : 127.0.0.1
Username : XXX
Classname : vB_Database_MySQLi
MySQL Version : 5.5.16
Best regards
L.R.
Leica.Robbiani
09-13-2012, 03:02 PM
Hi there,
it's me again. It seems to be a conflict with your Thanks/Like-Mod. Disabling this one, and the forumhome doesn't show a database error.
Best regards
L.R.
Alibass
09-13-2012, 03:04 PM
Hi there,
it's me again. It seems to be a conflict with your Thanks/Like-Mod. Disabling this one, and the forumhome doesn't show a database error.
Best regards
L.R.
Download their latest thanks mod and see if that fixes your issue.
Leica.Robbiani
09-13-2012, 04:31 PM
Hi there,
I have the latest version of Thanks/Like-Mod installed. Thanks for your help.
Best regards
L.R.
DragonByte Tech
09-13-2012, 06:58 PM
Dylan,
thx for another great MOD.
It has so many options I might have overlooked something :) and have a couple questions.
From my understanding this can replace the "standard" vBulletin albums?
I guess I can NOT delete the albums from the "standard" vBulletin after importing as I would loose all the links from their images/albums posted before installing your MOD?
Could you add a an option with link to a members pictures/albums into the "member settings" sidebar?
I had to import about 5000 images and it went well until about 4500 and then the server timed out.
Would it be possible to have an option to import only a certain amount at once in a session in the import settings from your MOD?
thx
Michael
I'll put an option in the next version to set the starting id on import so you can resume instead of having to start over.
You don't want to delete the albums for the reason you said, any previous links would be broken. I'll see if I can find a way to go in and replace the links, I keep the original album image id so it's possible in theory :)
Are you talking about adding a link in the UserCP settings area? That's doable in the next feature version.
The gallery replaces most of the album functions. I have a few more things to add, like displaying a block of albums on the profile, and I believe it will replace all the functionality.
Dylan
DragonByte Tech
09-13-2012, 07:00 PM
Hi there,
I have the latest version of Thanks/Like-Mod installed. Thanks for your help.
Best regards
L.R.
It looks like some mysql configurations might have a problem between the two mods. Fillip and I are working on fixing it, thanks for letting us know and sorry about the conflict.
Dylan
DragonByte Tech
09-20-2012, 04:06 AM
I just posted v1.2.4 which is a bugfix release.
v1.2.4 fixes the following:
Fixed - download not set on image create
Fixed - Extra username when viewing album
Fixed - default permissions on folder creation
Fixed - permissions not being set on instance creation
Fixed - dropped unique index on assoc field that's blocking favorites
Fixed - Broken path when gallery out of forum and physical images used
Leica, once Fillip releases updated thanks code the problem should be gone.
Dylan
ejbreeze
09-20-2012, 11:04 PM
I have been working on this on my testsite and when I upload any a photo I get the following error:
Warning: copy(path/dbtech/gallery/images/upload/1/1/5/full/index.html) [function.copy]: failed to open stream: HTTP wrapper does not support writeable connections in[path]/dbtech/gallery/includes/class_core.php on line 1194
Folder "upload" and the ones inside are set at 0777 It did work once but after reverted back to this error. When importing there is a missing image icon for all the photos. The text seems correct. I did set the thumbnail size in Instance Management but they were also set by default when I viewed them.
Thanks in advance :)
https://vborg.vbsupport.ru/external/2012/09/18.png
DragonByte Tech
09-21-2012, 04:10 AM
I have been working on this on my testsite and when I upload any a photo I get the following error:
Warning: copy(path/dbtech/gallery/images/upload/1/1/5/full/index.html) [function.copy]: failed to open stream: HTTP wrapper does not support writeable connections in[path]/dbtech/gallery/includes/class_core.php on line 1194
Folder "upload" and the ones inside are set at 0777 It did work once but after reverted back to this error. When importing there is a missing image icon for all the photos. The text seems correct. I did set the thumbnail size in Instance Management but they were also set by default when I viewed them.
Thanks in advance :)
Check the permissions on the child folders, the 1/1/5/full and 1/1/5/thumb ones.
Also, what version are you running? The postbit here says 1.1.3?
Dylan
daniel.l
09-22-2012, 01:44 PM
Get the following error
Warnung: mkdir() [function.mkdir]: Permission denied in [path]/dbtech/gallery/includes/class_core.php (Zeile 1174)
Warnung: copy(dbtech/gallery/images/upload/1/3/5/4/3/thumb/index.html) [function.copy]: failed to open stream: Permission denied in [path]/dbtech/gallery/includes/class_core.php (Zeile 1176)
Warnung: mkdir() [function.mkdir]: Permission denied in [path]/dbtech/gallery/includes/class_core.php (Zeile 1183)
Warnung: copy(dbtech/gallery/images/upload/1/3/5/4/3/wm/index.html) [function.copy]: failed to open stream: Permission denied in [path]/dbtech/gallery/includes/class_core.php (Zeile 1185)
Warnung: mkdir() [function.mkdir]: Permission denied in [path]/dbtech/gallery/includes/class_core.php (Zeile 1192)
Warnung: copy(dbtech/gallery/images/upload/1/3/5/4/3/full/index.html) [function.copy]: failed to open stream: Permission denied in [path]/dbtech/gallery/includes/class_core.php (Zeile 1194)
AusPhotography
09-23-2012, 03:53 AM
Some questions...
1. Is there a importer for Photopost vBGallery? (edit: yes!)
2. Will there be a vB5 version? (and upgrade from vB4)
We will want to upgrade to vB5 eventually, happy to buy the pro version!
Thanks, Kym
bzcomputers
09-23-2012, 04:20 AM
Some questions...
2. Will there be a vB5 version? (and upgrade from vB4)
Yes, they are already working on it.
Straight from DBTech:
"Now that #vB5 Connect is officially on sale we have finalized our pricing structure regarding our modifications on vB5 as they are ported:
Upgrade: You may upgrade your existing vB3/4 license to a vB5 license for 25% of the cost of a new license. For most mods this will be in the $10-20 range. You will no longer be able to run the product on a vB3/4 site. This is necessary to cover the cost of porting the modification (many mods will require extensive rewriting) as well as the extra support load.
Discount License: You may purchase a new vB5 license of any mod you currently own a vB3/4 version of for 50% off. This allows you to use the mod on a vB3/4 site AND a vB5 site at the same time should you so wish.
New Licenses: New licenses purchased will be either vB3/4 or vB5 only. There are no plans to change the pricing at the moment, the vB5 versions will cost the same as the existing vB3/4 versions."
AusPhotography
09-23-2012, 04:58 AM
Ok! so I buy vB4 now, and pay 25% extra later when vB5 is ready !! All good!
lazytown
09-23-2012, 09:12 AM
Will the pictures uploaded to this be included in the Activity Stream?
Also, ever thought of having a gallery to view attachments in posts (perhaps organized by forum section)?
ejbreeze
09-23-2012, 05:34 PM
Check the permissions on the child folders, the 1/1/5/full and 1/1/5/thumb ones.
Also, what version are you running? The postbit here says 1.1.3?
Dylan
I removed Gallery and reinstalled it. Here is what I noticed has happened. The child folder 1/1 isn't created until I actually try to upload a image. The upload fails until I change the permissions on 1/1/ 1/1/full 1/1/thumbnails 1/1/wm all to 0777. At this point the uploads succeed.
Then I log out and sign in as a different user. I try to upload a image and it fails once again due to permissions. I check the folder structure and see 1/1/5 1/1/5/full 1/1/5/thumbnails and 1/1/5/wm have now been created. I changed the permissions on all to 0777 and now that user can upload.
I am using vb 4.2.0 patch 2 with your gallery 1.2.4 Why must I change permissions each time a new user uploads to Gallery? By default Gallery is setting the permissions of newly created folders to 0043. I am guessing importing vb albums failed because of this also. Is there a way to set permissions so the correct permission will be given by default? Thanks again.
Alibass
09-23-2012, 06:55 PM
You might want to check with your server company, my folders default to 0755 and pics 0644
ejbreeze
09-23-2012, 07:33 PM
I don't think its a server issue since this is the only mod that I have a problem with regarding permissions. I see there is a new post a couple back with the same problem. Once you set the correct permissions the mod works great for that user.
Alibass
09-23-2012, 07:44 PM
Well don't know what to tell ya mate, I'm running 4.2.0 PL2 and 1.2.4 and I haven't had those kind of issues.
ejbreeze
09-24-2012, 12:20 AM
Also noticed if you try to upload a image larger than allowed you get a non skin error warning then a broken image icon is placed in your album and you must go back and manually delete it.
DragonByte Tech
09-24-2012, 02:54 AM
Will the pictures uploaded to this be included in the Activity Stream?
Also, ever thought of having a gallery to view attachments in posts (perhaps organized by forum section)?
They aren't included in the activity stream. I'll have to look into that on the next feature release.
There is already a good mod on here that works with the existing gallery, it might work with images added to the forum posts.
Dylan
DragonByte Tech
09-24-2012, 05:23 AM
I don't think its a server issue since this is the only mod that I have a problem with regarding permissions. I see there is a new post a couple back with the same problem. Once you set the correct permissions the mod works great for that user.
Do you have another mod that creates folders? Creating a folder and setting it's permissions are way different creating/uploading a file.
I want to try doing it a different way, the host setup might be interfering with how I'm doing it. This will only work if you're using 1.2.4 though, your postbit is still saying 1.1.3.
Can you try uploading the attached file to dbtech/gallery/includes and overwriting the old one? After that, upload an image from an account that hasn't done so, or delete the folders for the one you test with. Let me know how that works for you.
Dylan
ejbreeze
09-24-2012, 12:51 PM
Works Perfect! Tried it twice with no problems. I also noticed that after I saved the image it no longer left me on the page with just 2 save boxes on it. Now it takes me back to the album page. Thank you for that.
Here is what I get when I try to upload too large of a file. This one is 1.46 mb. Many may not understand it when they receive it.
https://vborg.vbsupport.ru/external/2012/09/15.png
This is the warning I get when I try to upload a 4.6mb image.
141427
Thanks for your help with this. I appreciate your support.
DragonByte Tech
09-24-2012, 04:02 PM
Works Perfect! Tried it twice with no problems. I also noticed that after I saved the image it no longer left me on the page with just 2 save boxes on it. Now it takes me back to the album page. Thank you for that.
Here is what I get when I try to upload too large of a file. This one is 1.46 mb. Many may not understand it when they receive it.
This is the warning I get when I try to upload a 4.6mb image.
141427
Thanks for your help with this. I appreciate your support.
Could you send me a copy of those images? GD is quite a memory hog but even then, a 1.4MB image shouldn't be trying to take that much memory to process. I'll pm you my email address.
Dylan
ejbreeze
09-24-2012, 07:56 PM
Those images were sent to you. Thanks.
ejbreeze
09-24-2012, 11:35 PM
How can a user go back and edit an image that has already been uploaded to a album? Like change the picture's name. I'm sorry I can't seem to find this.
Skyrider
09-25-2012, 09:16 AM
Display Next/Previous is causing issues..
From this: (when disabled)
https://vborg.vbsupport.ru/external/2012/09/12.png
To this: (when enabled)
https://vborg.vbsupport.ru/external/2012/09/13.png
Using screen resolution: 1280x1024
By zooming out on the page, it works fine. But not on this resolution.
Also.. "Gallery Layout: New Style" is also having issues:
https://vborg.vbsupport.ru/external/2012/09/5.jpg
k6rikko
09-25-2012, 12:11 PM
Hi all, most is working fine but i have a small problem.
by viewing pictures normally its resized to fit the page and the enlarge Button is shown for full view.
The enlarge button is only showed on non logged in users and if i loged in us admin .
Normal registred users dont see the button,
and the picture is always full sized and override the page.
How to solve this ? Was checking / trying all kinds of options and permissions
but nothing solved it.
ejbreeze
09-25-2012, 11:39 PM
Thanks to FF|Skyrider snapshot I see my posted problem of not being able to edit a picture. It is because the new syle left out the edit picture button. When I switched to vb style I now see the edit button. This works for me....Thanks. Mine shows correctly with the next/previous on with vb style but the right border does run into the text a bit.
141458
bzcomputers
09-26-2012, 01:30 AM
but the right border does run into the text a bit.
DBTech is working on single column layout options for both styles that will alleviate these overrun issues.
Similar to:
https://vborg.vbsupport.ru/external/2012/09/4.jpg
DragonByte Tech
09-26-2012, 02:12 AM
Those images were sent to you. Thanks.
Sorry it's taken me a bit on this. The 1.4MB image you gave me has a very large resolution. it has a resolution of 3264px X 1952px. The total memory that would be taken to process that image is 25MB, and with vB having a 10MB overhead, that breaks your 32MB limit. btw, the default PHP5 limit is set to 128MB, so your host throttled that down a lot.
Also, the larger image, it sounds like you have the default 2MB for the max upload/post size, which is tiny by today's standards.
If you can get your host to increase those limits it'll take care of both of these problems. I'm trying to code in some error checking to take care of the first problem for my next bugfix release but the second problem is kind of out of my hands.
You can see what your set limits are by going to your ACP -> Gallery -> Gallery System page.
Dylan
DragonByte Tech
09-26-2012, 02:19 AM
Display Next/Previous is causing issues..
From this: (when disabled)
To this: (when enabled)
Using screen resolution: 1280x1024
By zooming out on the page, it works fine. But not on this resolution.
Also.. "Gallery Layout: New Style" is also having issues:
The problem is I designed it to give the most latitude for each user considering the different resolutions available.
If you have a fixed style width then you can set the max image width in the stylevars - dbtech_gallery_max_width
If the style isn't fixed width and your resolution just isn't large enough to fit the image you can go to your gallery profile, edit your My Information section and set the max width that you will see.
The gallery software will take the lesser value of the 3 (stylevar/my info/actual image width) and use that to display the image.
Dylan
DragonByte Tech
09-26-2012, 02:22 AM
Hi all, most is working fine but i have a small problem.
by viewing pictures normally its resized to fit the page and the enlarge Button is shown for full view.
The enlarge button is only showed on non logged in users and if i loged in us admin .
Normal registred users dont see the button,
and the picture is always full sized and override the page.
How to solve this ? Was checking / trying all kinds of options and permissions
but nothing solved it.
You can set the style to have a default width (stylevars - dbtech_gallery_max_width) or you can set your own gallery profile to have a default width (Gallery My Profile / Edit My Information).
Guests don't have a gallery profile so their max viewable image width is hardcoded to 500px wide.
Hope that helps.
Dylan
DragonByte Tech
09-26-2012, 02:24 AM
Thanks to FF|Skyrider snapshot I see my posted problem of not being able to edit a picture. It is because the new syle left out the edit picture button. When I switched to vb style I now see the edit button. This works for me....Thanks. Mine shows correctly with the next/previous on with vb style but the right border does run into the text a bit.
141458
The New Style option should have a pencil next to the image name below the image to edit an image details. But you can use either style option you want :)
Dylan
ejbreeze
09-26-2012, 03:02 AM
Dylan thanks for pointing out the pencil. Your making me feel old :) I have a dedicated server so I should be able to work through your suggestion. Thanks once more. And yes I will be going to the pro version if only for the great support you offer for your mods.
DragonByte Tech
09-26-2012, 05:45 AM
Dylan thanks for pointing out the pencil. Your making me feel old :) I have a dedicated server so I should be able to work through your suggestion. Thanks once more. And yes I will be going to the pro version if only for the great support you offer for your mods.
I'm a few shades past tarnished myself :)
I would try these out in your php.ini, should work good for uploading images, since it's dedicated you can adjust as needed.
post_max_size = 15M
upload_max_filesize = 15M
memory_limit = 128M
Dylan
k6rikko
09-26-2012, 11:15 AM
@Dylan
many thanks for your help , found and solved it with fixed Resolution for all
(stylevars - dbtech_gallery_max_width)
Greets Rikko :)
DragonByte Tech
09-26-2012, 10:57 PM
Security Hotfix for v1.2.4
We found some xss exploits with editing an image and added a hotfix release to address the issue.
Please download the v1.2.4 package again and re upload the files. There is no need to import the product xml file again as this is a file only fix.
Sorry for the inconvenience.
Dylan
ejbreeze
09-27-2012, 12:09 AM
Dylan your php recommendation worked perfectly. Thank You. I went to buy my pro version since things are working great and I am confused with the licensed. Is [AddOn] Branding Free: Dragonbyte Gallery - Lifetime Receives Updates For: Lifetime both the branding fee and the software? That's what I want.
DragonByte Tech
09-27-2012, 02:18 AM
Dylan your php recommendation worked perfectly. Thank You. I went to buy my pro version since things are working great and I am confused with the licensed. Is [AddOn] Branding Free: Dragonbyte Gallery - Lifetime Receives Updates For: Lifetime both the branding fee and the software? That's what I want.
Can you create a presales thread on the DBT forums please? We can't talk about pro features/pricing here. Thanks
Dylan
ejbreeze
10-06-2012, 12:32 PM
Is it possible to link from ones profile page to their Gallery images as shown below? Thanks.
141585
DragonByte Tech
10-07-2012, 06:05 PM
Is it possible to link from ones profile page to their Gallery images as shown below? Thanks.
141585
I'm actually working on the next version where it will replace the album sideblock and show their latest album/image with a link to their gallery.
Dylan
ejbreeze
10-07-2012, 08:37 PM
That will be good. Right now I removed the VB "Photos" link since I will be using Gallery only.
ejbreeze
10-07-2012, 09:54 PM
Box shadows only show up in explorer and not chrome or mozilla. Is that a function of chrome and mozilla not showing them?
ejbreeze
10-07-2012, 09:55 PM
Interesting it does show on the default vb style but not my custom syle.
Alibass
10-08-2012, 04:26 PM
@Dylan
I'm using 1.2.4 and vB 4.2.0 PL2
I have found that user's cannot delete their unwanted albums. The only way I can delete them is by going into the DB. :(
Robbed
10-08-2012, 07:17 PM
Can you add an option when you click on an image it will show full size in another window?
firefox lets you right click and choose view image but not in IE and a link would be easier.
dbtgallery.php?do=gallery_image&id=176&gal=gallery&type=full
ejbreeze
10-08-2012, 10:53 PM
@Dylan
I'm using 1.2.4 and vB 4.2.0 PL2
I have found that user's cannot delete their unwanted albums. The only way I can delete them is by going into the DB. :(
Click on My Albums>Browse all Albums and from there you can delete any album.
Alibass
10-08-2012, 11:17 PM
Mate I know how the mod works...
Alibass
10-08-2012, 11:19 PM
@Dylan
I'm using 1.2.4 and vB 4.2.0 PL2
I have found that user's cannot delete their unwanted albums. The only way I can delete them is by going into the DB. :(
@Dylan
I should have also mentioned that unwanted albums are empty albums.
ejbreeze
10-09-2012, 12:01 AM
Mate I just deleted a empty album. Works real fine.
Alibass
10-09-2012, 12:16 AM
Mate I just deleted a empty album. Works real fine.
Is this a album you created and then deleted or a members album?
ejbreeze
10-09-2012, 12:46 AM
Are you saying administrator can delete own albums but members can't delete own album? Or are you saying Administrator can't delete members albums? Or both? Administrator on my board can delete own albums but can't delete members albums. I haven't tried it as a member since it is still on a test board.
Alibass
10-09-2012, 02:35 PM
Are you saying administrator can delete own albums but members can't delete own album? Or are you saying Administrator can't delete members albums? Or both? Administrator on my board can delete own albums but can't delete members albums. I haven't tried it as a member since it is still on a test board.
I think my post 305 sums it up.
If you're going to find the bugs of this mod you need to be running it on a live board or have an ample enough users on a test board.
Khent334
10-10-2012, 04:29 PM
Fantastic mod! I only have one minor issue.
I turned the default nav link off and manually entered in a link to the gallery via the Navigation Manager setting. Now when I select the 'Gallery' link, it highlights the 'Forums' tab instead of the 'Gallery' tab.
How can I correct this so the 'Gallery' tab is highlighted when I'm on a gallery page?
Alibass
10-10-2012, 06:15 PM
Fantastic mod! I only have one minor issue.
I turned the default nav link off and manually entered in a link to the gallery via the Navigation Manager setting. Now when I select the 'Gallery' link, it highlights the 'Forums' tab instead of the 'Gallery' tab.
How can I correct this so the 'Gallery' tab is highlighted when I'm on a gallery page?
Enter http://www.yoursite.com/your root/yoursitegallery.php?gal=gallery in the target url.
Khent334
10-10-2012, 11:14 PM
Thanks-- I tried the full URL as you recommended, but it had no effect.
Alibass
10-10-2012, 11:40 PM
Did you set your show permission name?
Khent334
10-11-2012, 12:50 AM
No; can you tell me what value the permission name should be?
Khent334
10-11-2012, 01:01 AM
Thanks for your help, Alibass!
I found the variables I needed on this page: http://www.dragonbyte-tech.com/f180/gallery-navigation-manager-instructions-8931/
snnggledel
10-11-2012, 03:52 PM
Hello i'm getting this when i try to upload a picture
Warning: mkdir() [function.mkdir]: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1174
Warning: copy(dbtech/gallery/images/upload/1/2/thumb/index.html) [function.copy]: failed to open stream: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1176
Warning: mkdir() [function.mkdir]: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1183
Warning: copy(dbtech/gallery/images/upload/1/2/wm/index.html) [function.copy]: failed to open stream: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1185
Warning: mkdir() [function.mkdir]: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1192
Warning: copy(dbtech/gallery/images/upload/1/2/full/index.html) [function.copy]: failed to open stream: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1194
help please
DragonByte Tech
10-11-2012, 04:47 PM
Interesting it does show on the default vb style but not my custom syle.
Is it a style from here or one you made or one you got somewhere else? I'd like to play with it locally to see if I can find why the drop shadow doesn't work.
Dylan
DragonByte Tech
10-11-2012, 04:49 PM
@Dylan
I'm using 1.2.4 and vB 4.2.0 PL2
I have found that user's cannot delete their unwanted albums. The only way I can delete them is by going into the DB. :(
Do the users not see the option to delete their albums when they browse their albums? Or they see the option and try to delete and it just doesn't work? I haven't had the problem on my dev system and I've tried it as an admin and normal user.
Dylan
DragonByte Tech
10-11-2012, 04:54 PM
Can you add an option when you click on an image it will show full size in another window?
firefox lets you right click and choose view image but not in IE and a link would be easier.
dbtgallery.php?do=gallery_image&id=176&gal=gallery&type=full
I had the view full image option in there before but removed it when I added the enlarge option heh. I'll look at adding it back as an admin option on the next release.
Dylan
DragonByte Tech
10-11-2012, 04:56 PM
Hello i'm getting this when i try to upload a picture
Warning: mkdir() [function.mkdir]: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1174
Warning: copy(dbtech/gallery/images/upload/1/2/thumb/index.html) [function.copy]: failed to open stream: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1176
Warning: mkdir() [function.mkdir]: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1183
Warning: copy(dbtech/gallery/images/upload/1/2/wm/index.html) [function.copy]: failed to open stream: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1185
Warning: mkdir() [function.mkdir]: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1192
Warning: copy(dbtech/gallery/images/upload/1/2/full/index.html) [function.copy]: failed to open stream: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1194
help please
Check the permissions on the folder
dbtech/gallery/images/upload/
That folder and all sub folders need to have permissions for php to be able to make directories and create files. Some servers it needs to be 755, others need 777. 755 is the preferable permissions it it works.
Dylan
Alibass
10-12-2012, 08:51 PM
Do the users not see the option to delete their albums when they browse their albums? Or they see the option and try to delete and it just doesn't work? I haven't had the problem on my dev system and I've tried it as an admin and normal user.
Dylan
Dylan, they can see the option but it doesn't work. I can see the option to delete their album(s) but when I try and delete them it doesn't work. I have to go to the DB to delete the unwanted albums.
Smiler2009
10-14-2012, 09:42 AM
Running VB4.2 and latest DBTech Gallery but cannot get past the final installation step where it tells me to correct the permissions.
Both directories and contents are set to 777
Owner for both is root but I have also tried www-data as it's an Apache server, all to no avail.
Can anyone help here, it looks to be a very nice gallery mod and i'm trying to persuade the wife we should go for the pro version, need to get this working:)
Regards, Jeff.
MarkusB
10-14-2012, 12:42 PM
Just a question, is there an importer for photopost vb Gallery available, would like to switch sooner or later to DB Gallery Pro....
Would need to import >150 Categories and more than 200k Pics, it`s not a small task!
cheers, Markus
DragonByte Tech
10-15-2012, 06:43 AM
Running VB4.2 and latest DBTech Gallery but cannot get past the final installation step where it tells me to correct the permissions.
Both directories and contents are set to 777
Owner for both is root but I have also tried www-data as it's an Apache server, all to no avail.
Can anyone help here, it looks to be a very nice gallery mod and i'm trying to persuade the wife we should go for the pro version, need to get this working:)
Regards, Jeff.
I just checked the installer and it checks the write permissions on the dbtech/gallery/images/categories/1 folder as well. I'll have to take that out of the next version since I'm not really using that directory at this time.
Dylan
DragonByte Tech
10-15-2012, 06:57 AM
Dylan, they can see the option but it doesn't work. I can see the option to delete their album(s) but when I try and delete them it doesn't work. I have to go to the DB to delete the unwanted albums.
I can't replicate it locally. Does it give any kind of an error or just submits and returns with all the albums? Would I be able to get access to see what's going on?
Dylan
DragonByte Tech
10-15-2012, 06:59 AM
Just a question, is there an importer for photopost vb Gallery available, would like to switch sooner or later to DB Gallery Pro....
Would need to import >150 Categories and more than 200k Pics, it`s not a small task!
cheers, Markus
There is a vBGallery importer. I would definitely test it out a bit first heh. The categories are no problem, but I've never tried with anything close to 200k pics.
Dylan
Alibass
10-15-2012, 01:43 PM
I can't replicate it locally. Does it give any kind of an error or just submits and returns with all the albums? Would I be able to get access to see what's going on?
Dylan
Dylan,
Check your PM's for login info to my site.
Smiler2009
10-15-2012, 04:46 PM
I just checked the installer and it checks the write permissions on the dbtech/gallery/images/categories/1 folder as well. I'll have to take that out of the next version since I'm not really using that directory at this time.
Dylan
That was it!:up:
Many thanks for the help Dylan.
Regards, Jeff.
Alibass
10-16-2012, 02:47 PM
I can't replicate it locally. Does it give any kind of an error or just submits and returns with all the albums? Would I be able to get access to see what's going on?
Dylan
Dylan,
Check your PM's for login info to my site.
@Dylan
I've noticed you logged in at my site, did you see see what I'm talking about when it comes to deleting albums by users?
ejbreeze
10-16-2012, 10:01 PM
Is it a style from here or one you made or one you got somewhere else? I'd like to play with it locally to see if I can find why the drop shadow doesn't work.
Dylan
I can email you the skin if that will work for you. Thanks.
DragonByte Tech
10-17-2012, 04:33 PM
@Dylan
I've noticed you logged in at my site, did you see see what I'm talking about when it comes to deleting albums by users?
Yes, sorry, I did log on and see what you mean. I'm just not sure what's causing it as it doesn't do that on my local dev. I'll try and troubleshoot more today, I had some minor surgery and I'm still on the mend so I haven't been on much.
Dylan
DragonByte Tech
10-17-2012, 04:34 PM
I can email you the skin if that will work for you. Thanks.
That would help a lot. I'll pm you my email address.
Dylan
ejbreeze
10-17-2012, 11:53 PM
Yes, sorry, I did log on and see what you mean. I'm just not sure what's causing it as it doesn't do that on my local dev. I'll try and troubleshoot more today, I had some minor surgery and I'm still on the mend so I haven't been on much.
Dylan
Same thing happens on my test forum. Keep us posted and get well soon :)
Alibass
10-18-2012, 04:55 AM
Yes, sorry, I did log on and see what you mean. I'm just not sure what's causing it as it doesn't do that on my local dev. I'll try and troubleshoot more today, I had some minor surgery and I'm still on the mend so I haven't been on much.
Dylan
Thanks Dylan, hope you get better soon. I've never been fortunate enough to have minor surgeries, mine have all been major ones. :(
Take care...
AusPhotography
10-20-2012, 06:06 AM
Hi -- running lite in our test system and waiting on ability to download paid version.
I found a bug in class_import.php for vBgallery... changed code below (Limit , 25)
if ($mod == 'pp_vbgallery')
{
$getfileinfo = $this->registry->db->query_read("
SELECT
*
FROM " . TABLE_PREFIX . "ppgal_images
ORDER BY imageid ASC
LIMIT " . $start . ", 25" //. $end
);
Smiler2009
10-20-2012, 02:14 PM
Probably a really dumb question but can anyone tell me which stylevar I should be editing to change the text colour on the buttons, specifically the "download" and "add to favourites" buttons when viewing photos.
Regards, Jeff.
AusPhotography
10-21-2012, 03:19 AM
Some feature requests (we have the Pro version)...
File size limits on uploads (per category)
Pixel size limits (per category)
Thanks!
Kym
AusPhotography
10-21-2012, 06:53 AM
After import from PP vBgallery all the images show with size = 0
Work around in dbtech/gallery/modules/gallery/actions/view_image.php:
if (!$image_data['is_youtube'])
{
$img_location = DBTECH_GALLERY::fetch_image_path($image_data['imageid'], 'local', $image_data['instanceid']) . '/full/' . $image_data['imageid'] . '_' . $image_data['dateline'] . '.' . $image_data['filetype'];
$img_info = getimagesize($img_location);
$image_data['filesize'] = filesize($img_location); // this line added
}
DragonByte Tech
10-24-2012, 03:49 PM
@Dylan
I've noticed you logged in at my site, did you see see what I'm talking about when it comes to deleting albums by users?
I just released 1.2.5 which should fix this problem. I also incorporated ricktas' suggestions for the importer and image size. Sorry it took me a bit to get this worked out, hard to code when you can only sit at the computer for short periods of time heh.
Dylan
DragonByte Tech
10-24-2012, 04:13 PM
Box shadows only show up in explorer and not chrome or mozilla. Is that a function of chrome and mozilla not showing them?
I'm not sure what the problem is really, I installed the style you sent me and it looks fine with IE, Chrome and FF. Have you made any major modifications to it?
If you want to give me a temp admin account I can login to your site to see if I can figure out what's wrong.
Dylan
Alibass
10-24-2012, 08:16 PM
I just released 1.2.5 which should fix this problem. I also incorporated ricktas' suggestions for the importer and image size. Sorry it took me a bit to get this worked out, hard to code when you can only sit at the computer for short periods of time heh.
Dylan
Dylan, that solved the problem :):up:
Thanks so much, hope you get to feeling better.
AusPhotography
10-26-2012, 06:57 AM
Found a bug...
dbtech/gallery/modules/gallery/functions/class_module.php added '&&' to line 'gi.deleted = 0 &&'
$thiscount = self::$vbulletin->db->query_first("
SELECT
COUNT(imageid) AS thiscount
FROM " . TABLE_PREFIX . "dbtech_gallery_images gi
LEFT JOIN " . TABLE_PREFIX . "dbtech_gallery_albums ga ON gi.albumid = ga.albumid
WHERE
((gi.albumid = 0) || ((ga.hidden = 0) && (ga.password = '')) || (gi.userid = " . intval(self::$vbulletin->userinfo['uerid']) . ")) &&
gi.instanceid = " . intval(self::$current_instance['instanceid']) . " &&
gi.approved = 1 &&
gi.deleted = 0 &&
MATCH
(gi.title, gi.text, gi.tagging, gi.username)
AGAINST
" . $boolean_query
);
AusPhotography
10-26-2012, 11:15 AM
Another error... looks like some strings need escaping...
('+king's* +canyon* ') needs to be ('+king\'s* +canyon* ')
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT
*,
gc.catname,
MATCH (gi.title, gi.text, gi.tagging, gi.username) AGAINST ('+king's* +canyon* ')
AS relevance,
u.username,
ga.hidden,
ga.title as albumname
FROM dbtech_gallery_images gi
LEFT JOIN dbtech_gallery_categories gc ON gi.catid = gc.catid
LEFT JOIN dbtech_gallery_albums ga ON gi.albumid = ga.albumid
LEFT JOIN user u ON gi.userid = u.userid
WHERE
((gi.albumid = 0) || ((ga.hidden = 0) && (ga.password = '')) || (gi.userid = 0)) &&
gi.instanceid = 1 &&
gi.approved = 1 &&
gi.deleted = 0 &&
MATCH
(gi.title, gi.text, gi.tagging, gi.username)
AGAINST
('+king's* +canyon* ' IN BOOLEAN MODE)
ORDER BY
relevance DESC
LIMIT
0, 14;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's* +canyon* ')
AS relevance,
u.username,
ga.hidden,
ga.ti' at line 4
Error Number : 1064
Request Date : Friday, October 26th 2012 @ 07:40:58 PM
FIX: dbtech/gallery/modules/gallery/functions/class_module.php in public static function fetch_display_images
$boolean_query = "('";
for($i=0; $i < count($query_array); $i++)
{
$boolean_query .= '+' . self::$vbulletin->db->escape_string($query_array[$i]) . '* ';
}
$select_query = "MATCH (gi.title, gi.text, gi.tagging, gi.username) AGAINST " . $boolean_query . "')";
$boolean_query .= "' IN BOOLEAN MODE)";
AusPhotography
10-26-2012, 10:41 PM
I found a couple of other bits that needed escaping.
Fixed file attached.
Bounce
10-27-2012, 09:03 PM
File path is not writeable. The script does not have access to write files to the correct directory.
get this error and driving me nuts as ive set permissions to uploads to 777, ive also searched thread and tried 755....
to no avail as yet :confused:
Bounce
10-27-2012, 09:12 PM
im also getting Error:
You did not enter a valid value for this setting.
in admin cp on the settings
Image Options > Image Upload Path
Alibass
10-27-2012, 09:52 PM
im also getting Error:
You did not enter a valid value for this setting.
in admin cp on the settings
Image Options > Image Upload Path
Did you change dbtech/gallery/images/upload/ to something else, if so did you add the trailing / at the end?
Bounce
10-28-2012, 12:30 AM
Did you change dbtech/gallery/images/upload/ to something else, if so did you add the trailing / at the end?
No, its at the default setting- dbtech/gallery/images/upload/
Alibass
10-28-2012, 12:51 AM
How about instance id and category id (i.e. 1,1) did you issue a folder for that to upload your images to?
The only other thing is you may not have all your folders set at 777
If you have all that set then I'm out of answers. You will have to wait on Dylan to sort it out.
DragonByte Tech
10-28-2012, 11:01 AM
Thanks ricktas, I just uploaded a security hotfix package.
Anyone who needs to fix it, download the package again and upload the file dbtech/gallery/modules/gallery/functions/class_module.php
Dylan
DragonByte Tech
10-28-2012, 11:01 AM
get this error and driving me nuts as ive set permissions to uploads to 777, ive also searched thread and tried 755....
to no avail as yet :confused:
Do you get that error on install or does it install but doesn't let you upload images?
Dylan
Bounce
10-28-2012, 12:32 PM
How about instance id and category id (i.e. 1,1) did you issue a folder for that to upload your images to?
hmmmm not sure if I follow you mate, do I need to create a directory within the upload directory?
Do you get that error on install or does it install but doesn't let you upload images?
Dylan
I get it when trying to upload images
Bounce
10-28-2012, 01:08 PM
I got it, i created a new directory and 777'd it and they upload now, not sure if thats right but it works now lol
bolobala
10-30-2012, 08:17 AM
I tried to CHMOD folder upload and 1 to 777 but still has error when I install this scripts
The installation script created the folders for the default instance but the directory is not writeable. You will need to fix the permissions on the folders for the product to work correctly. Please check the permissions on the dbtech/gallery/images/upload/ and dbtech/gallery/images/upload/1 folders. Once you fix the permissions you can verify that future instances will be created correctly by checking the Image Upload Path in the ACP settings Gallery Image Options area. This is also the location that needs to be changed if you want to modify the file location.
Khent334
10-31-2012, 04:26 PM
I receive this error anytime I try to upload an image:
"File path is not writeable. The script does not have access to write files to the correct directory. Please report this error to your site administrator."
This is a fresh install. I've tried using the default directory, making a new directory, chmod to 777, chmod to 755, uploading to an album, and uploading without an album. None of my troubleshooting has worked.
Any tips?
Robbed
11-01-2012, 09:50 PM
I had the view full image option in there before but removed it when I added the enlarge option heh. I'll look at adding it back as an admin option on the next release.
Dylan
Was this feature added again? I couldn't find the setting.
Can you disable comments completely per instance and not let the user choose, same with downloading the image. In some of my instances I want any file uploaded for download and not and option for the member to select.
Is there a way to add the all the stats and details under the image instead of on the right so we can display bigger pictures.
Thanks
DragonByte Tech
11-04-2012, 08:16 AM
I tried to CHMOD folder upload and 1 to 777 but still has error when I install this scripts
Try setting the dbtech/gallery/images/categories/1 to 777 as well.
Dylan
DragonByte Tech
11-04-2012, 08:18 AM
I receive this error anytime I try to upload an image:
"File path is not writeable. The script does not have access to write files to the correct directory. Please report this error to your site administrator."
This is a fresh install. I've tried using the default directory, making a new directory, chmod to 777, chmod to 755, uploading to an album, and uploading without an album. None of my troubleshooting has worked.
Any tips?
If you check the Image Upload Path, does it show as a valid directory?
Dylan
DragonByte Tech
11-04-2012, 08:22 AM
Was this feature added again? I couldn't find the setting.
Can you disable comments completely per instance and not let the user choose, same with downloading the image. In some of my instances I want any file uploaded for download and not and option for the member to select.
Is there a way to add the all the stats and details under the image instead of on the right so we can display bigger pictures.
Thanks
The next feature release will have a single column type of display that will have the details below the image.
You can't really disable all comments but you can set an instance so that no one can comment on it. Downloading images is set globally and not per instance. I'll probably move it into the instance next feature release.
Dylan
flussmitteldj
11-04-2012, 08:32 AM
Good morning,
We currently use the PhotoPlog Gallery, for which there is unfortunately no longer supported! Now I wanted to ask whether it is possible to transmit with a converter to all our images in your gallery?
Best Regards
Here is the Gallery
http://www.overclockingstation.de/photoplog/index.php
ejbreeze
11-04-2012, 02:21 PM
How do I get Gallery to show up in Navigation Manager so I can reorder? It shows in my nav bar correctly. Thanks.
AusPhotography
11-05-2012, 07:43 AM
Has anyone written a module for this: https://vborg.vbsupport.ru/showthread.php?p=2344009#post2344009
?
bzcomputers
11-05-2012, 09:21 AM
How do I get Gallery to show up in Navigation Manager so I can reorder? It shows in my nav bar correctly. Thanks.
http://www.dragonbyte-tech.com/f180/gallery-navigation-manager-instructions-8931/
flussmitteldj
11-07-2012, 05:44 PM
nobody?
AusPhotography
11-08-2012, 02:03 AM
Has anyone written a module for this: https://vborg.vbsupport.ru/showthread.php?p=2344009#post2344009
?
I've written a simple module for Dbtech Gallery for Cel's pop up.
I'll post it in Cel's mod thread
Edit: DBtech Gallery addon for Cel's pop up https://vborg.vbsupport.ru/showthread.php?p=2379282#post2379282
mitch84
11-08-2012, 11:38 AM
Hi, How we make to see the albums of the members? I can see their images on the index, and the I see that they have an album, but I do not see a direct link towards their albums. thx
ejbreeze
11-09-2012, 06:58 PM
Is there a setting for adding the number of thumbnails shown when clicking gallery. Now I have room for two more to even the page out.
https://vborg.vbsupport.ru/external/2012/11/30.png
AusPhotography
11-10-2012, 03:52 AM
Yes, but the whole display of thumbs is dynamic, so it depends on the browser window width.
Whatever it is set to will mean variability on different monitors.
ejbreeze
11-11-2012, 05:40 PM
I imported 8000 images from vb albums into gallery and placed them all in a category called "Uncatagorized." Now when I click on "any" category, gallery returns all the uncatagorized images. How do I get gallery to show the proper category images that have been catagorized properly? Thanks
UK CHI3F
11-11-2012, 07:39 PM
We cannot get the recent images to show on our cms articles
All the buttons are ticked, and we have the forum one just not cms
Might need to look at it www.xboxplayers.co.uk
ejbreeze
11-12-2012, 02:42 PM
After importing the albums I am getting this error emailed to me.
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT
COUNT(imageid) AS thiscount
FROM dbtech_gallery_images gi
LEFT JOIN dbtech_gallery_albums ga ON gi.albumid = ga.albumid
WHERE
((gi.albumid = 0) || ((ga.hidden = 0) && (ga.password = '')) || (gi.userid = 0)) &&
gi.instanceid = 1 &&
gi.approved = 1 &&
gi.deleted = 0
MATCH
(gi.title, gi.text, gi.tagging, gi.username)
AGAINST
('+clematis* ' IN BOOLEAN MODE);
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MATCH
(gi.title, gi.text, gi.tagging, gi.username)
AGAINST
('+c' at line 10
Error Number : 1064
Request Date : Monday, November 12th 2012 @ 07:55:52 AM
Error Date : Monday, November 12th 2012 @ 07:55:52 AM
Script : http://www.xxx.com/forums/dbtgallery.php?do=search
Referrer : http://www.xxx/forums/dbtgallery.php?catid=13&gal=gallery
IP Address : 114.152.214.35
Username : Mal
Classname : vB_Database
MySQL Version :
ejbreeze
11-14-2012, 12:04 AM
Another thing. I know we went through where you could not delete a album and you fixed that with the latest version. But now on my production site admin sees the delete option when viewing all albums but members do not. If I give members yes to dbgallery "is Admin" then the delete is visible. Is there another permission that needs to be checked? Thanks
DragonByte Tech
11-14-2012, 10:25 AM
Good morning,
We currently use the PhotoPlog Gallery, for which there is unfortunately no longer supported! Now I wanted to ask whether it is possible to transmit with a converter to all our images in your gallery?
Best Regards
Here is the Gallery
http://www.overclockingstation.de/photoplog/index.php
Sorry I didn't answer earlier, I don't have a copy of photoplog so I haven't been able to do one. If you want to let me access yours I can work on it, I would need ftp access to the files and database access so I could see the layout though.
Dylan
DragonByte Tech
11-14-2012, 10:27 AM
Hi, How we make to see the albums of the members? I can see their images on the index, and the I see that they have an album, but I do not see a direct link towards their albums. thx
If you view their profile you can see all their albums. I'm adding a profile block in the next version that will be similar to the vB Album block.
Dylan
DragonByte Tech
11-14-2012, 10:28 AM
Is there a setting for adding the number of thumbnails shown when clicking gallery. Now I have room for two more to even the page out.
The instance has the number of images per page.
Just go to the Instance Management and the field is called Records Per Page
Dylan
DragonByte Tech
11-14-2012, 10:35 AM
After importing the albums I am getting this error emailed to me.
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT
COUNT(imageid) AS thiscount
FROM dbtech_gallery_images gi
LEFT JOIN dbtech_gallery_albums ga ON gi.albumid = ga.albumid
WHERE
((gi.albumid = 0) || ((ga.hidden = 0) && (ga.password = '')) || (gi.userid = 0)) &&
gi.instanceid = 1 &&
gi.approved = 1 &&
gi.deleted = 0
MATCH
(gi.title, gi.text, gi.tagging, gi.username)
AGAINST
('+clematis* ' IN BOOLEAN MODE);
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MATCH
(gi.title, gi.text, gi.tagging, gi.username)
AGAINST
('+c' at line 10
Error Number : 1064
Request Date : Monday, November 12th 2012 @ 07:55:52 AM
Error Date : Monday, November 12th 2012 @ 07:55:52 AM
Script : http://www.xxx.com/forums/dbtgallery.php?do=search
Referrer : http://www.xxx/forums/dbtgallery.php?catid=13&gal=gallery
IP Address : 114.152.214.35
Username : Mal
Classname : vB_Database
MySQL Version :
Try opening dbtech/gallery/modules/gallery/functions/class_module.php
About line 1063 you might see
gi.deleted = 0
MATCH
(gi.title, gi.text, gi.tagging, gi.username)
AGAINST
" . $boolean_query
);
} elseif (($type == 'all_images_thumb') || ($type == 'all_images_full')) {With no && after the deleted = 0. If you do, change it to
gi.deleted = 0 &&
MATCH
(gi.title, gi.text, gi.tagging, gi.username)
AGAINST
" . $boolean_query
);
} elseif (($type == 'all_images_thumb') || ($type == 'all_images_full')) {I think that's where it's coming from. If it's right then let me know and I'll keep checking.
Dylan
DragonByte Tech
11-14-2012, 10:36 AM
We cannot get the recent images to show on our cms articles
All the buttons are ticked, and we have the forum one just not cms
Might need to look at it www.xboxplayers.co.uk (http://www.xboxplayers.co.uk)
Do the images not show or is the whole box missing as well?
Dylan
DragonByte Tech
11-14-2012, 10:37 AM
Another thing. I know we went through where you could not delete a album and you fixed that with the latest version. But now on my production site admin sees the delete option when viewing all albums but members do not. If I give members yes to dbgallery "is Admin" then the delete is visible. Is there another permission that needs to be checked? Thanks
Members can delete their own albums if they go to their profile then click the Browse Albums button. They should be able to anyway. If they can't, let me know and I'll check on it.
Dylan
flussmitteldj
11-14-2012, 07:10 PM
you have PM ;)
ejbreeze
11-17-2012, 01:59 PM
I imported 8000 images from vb albums into gallery and placed them all in a category called "Uncatagorized." Now when I click on "any" category, gallery returns all the uncatagorized images. How do I get gallery to show the proper category images that have been catagorized properly? Thanks
Dylan this still remains a issue. Is there something I can do to show the images in the proper categories? Your other suggestion for my other problems seems to have worked. Thanks for your support.
tokads3
11-20-2012, 08:03 AM
Hello,
I have a problem with displaying images in the gallery, details are right on the outside of the forum. How to fix this problem, it is a test forum for the moment, attached a screen of worries. And how to reduce a little the size of the images and make them clickable to display the full size image.
Sorry for my english, I'm french.
Thank you in advance
http://www.webpagescreenshot.info/i/565204-11202012110230am.png
Reece^B
11-22-2012, 08:26 PM
How do you add categories?
ejbreeze
11-23-2012, 07:46 PM
How do you add categories?
Categories can be added by going to DBTech - Gallery>Category Management. Then scroll down to the bottom of the page and click Add Category.
macroforum
11-29-2012, 06:34 PM
Hi,
i have one question: now i have vbGallery and i would buy DBTech Gallery Pro version, but i don't see the possibility for open images in full size ( lightbox, highslide, etc etc )
It's possible this or am i wrong?
How can i display photo in full size? Now in vBGallery i have medium thumb and if i click to photo i have fullsize image with highslide effect.
DBTech Gallery has enlarge option image?
Thanks :)
Antonio
AusPhotography
11-30-2012, 09:36 PM
IDEA!! (we have the Pro License)
Please extend the sitemap to include Gallery images.
refer vB code: ./includes/cron/sitemap.php and ./includes/class_sitemap.php
maria bartolome
12-01-2012, 09:38 AM
http://img833.imageshack.us/img833/1360/imagen2sx.jpg
http://imageshack.us/a/img854/6627/imagen3lh.jpg
when upload image is not , thanks
maria bartolome
12-01-2012, 01:21 PM
too here :
http://img59.imageshack.us/img59/9984/imagen1ob.jpg
Menno11
12-03-2012, 06:55 PM
Hello,
Thx for this.
I have a question.
we make dvd covers.
3150x2500 / 2500x2500
the covers are to big.
when we put on 800x800 the resolution is when i download it is the resolution very bad..
when we put it on 2500x2500 is de qualitie exalend. only TO bigg..
can you help me.
Thx
AusPhotography
12-04-2012, 01:27 AM
The size of the image can be set in the gallery, but if you are using it to host images for DVD covers then you need enough pixels for a quality print, which in turn depends on the pixels per inch of the printer being used.
This is not a problem of the Gallery software but of your DVD printing.
Personally I'd host the hi-res DVD cover images elsewhere and put samples into the Gallery.
Kym
DragonByte Tech
12-07-2012, 08:11 AM
Hi,
i have one question: now i have vbGallery and i would buy DBTech Gallery Pro version, but i don't see the possibility for open images in full size ( lightbox, highslide, etc etc )
It's possible this or am i wrong?
How can i display photo in full size? Now in vBGallery i have medium thumb and if i click to photo i have fullsize image with highslide effect.
DBTech Gallery has enlarge option image?
Thanks :)
Antonio
Sorry we don't currently have a lightbox built into the system. I'll add a request for a future enhancement.
Dylan
DragonByte Tech
12-07-2012, 08:15 AM
Hello,
I have a problem with displaying images in the gallery, details are right on the outside of the forum. How to fix this problem, it is a test forum for the moment, attached a screen of worries. And how to reduce a little the size of the images and make them clickable to display the full size image.
Sorry for my english, I'm french.
Thank you in advance
With a fixed width style like that I'd suggest setting the max viewable width in the style.
ACP->Styles & Templates->Style Manager
Click Go next to Style Variable Editor
DragonByteTechMods->dbtech_gallery_max_width
Dylan
DragonByte Tech
12-07-2012, 08:16 AM
when upload image is not , thanks
Do you know if the image actually was uploaded to the server or not? Or was there an error during the image upload?
Dylan
DragonByte Tech
12-07-2012, 08:18 AM
Hello,
Thx for this.
I have a question.
we make dvd covers.
3150x2500 / 2500x2500
the covers are to big.
when we put on 800x800 the resolution is when i download it is the resolution very bad..
when we put it on 2500x2500 is de qualitie exalend. only TO bigg..
can you help me.
Thx
You could try allowing the larger image and set the max view width in the style.
Here is how to set it.
https://vborg.vbsupport.ru/showpost.php?p=2389048&postcount=395
Dylan
misha69
01-02-2013, 08:19 AM
Hi,
I?ve set all setting but members and guest can?t see the gallery, get a the `We are sorry but you do not have permissions to view the gallery. Please speak with the administrator if you feel this is an error? message
Halfhidden
01-02-2013, 08:54 PM
Hi Dylan.
I'm super desperate to have this mode and am planning on the full version.
Can I import all of the images, image views and comments. I think I have over 250k comments and 26k pictures in VBGallery v3.01 right now.
My members are also wondering would it be possible to allow members to arrange albums and or pictures in what ever order they would like.
Sometimes there is a need for this.
An example of this would be if you are uploading a step by step tutorial and the server loads them in a different order than makes sense to the user.
I really, really want this script... :)
smarty101
01-03-2013, 01:41 PM
This looks good just what I want.
Does this mod can be configured so that a line of random images displayed on the forum homepage? or do I need an other mod for that?
Thanks
Disco_Dave
01-03-2013, 02:15 PM
This looks good just what I want.
Does this mod can be configured so that a line of random images displayed on the forum homepage? or do I need an other mod for that?
Thanks
You can select random images, most viewed etc.
mrdiger
01-04-2013, 09:00 PM
Thanks, great gallery! just installed.
Can you delete DragonByte Gallery in footer? couldn't find it in footer template
Thank you
littlebigdunc
01-05-2013, 07:01 AM
Hi nice mod works well :), i have one issue though.
When i import files, from a folder uploaded via ftp and impost using the ACP mass import, i get few problems,
not all files will import and the files that do import once in the gallery do not have the download button or a working download link, where as if i manually add an image i get the download link
other than that working fine just have alot of images id like to add would be easier to do via ftp and import
Thanks
cavyspirit
01-05-2013, 08:15 PM
I'm also considering this full version. I have 20K Photopost images to convert. When is your next major release scheduled (very approximately)? Thanks!
Alibass
01-05-2013, 08:28 PM
Hi nice mod works well :), i have one issue though.
When i import files, from a folder uploaded via ftp and impost using the ACP mass import, i get few problems,
not all files will import and the files that do import once in the gallery do not have the download button or a working download link, where as if i manually add an image i get the download link
other than that working fine just have alot of images id like to add would be easier to do via ftp and import
Thanks
It's been awhile since I moved my pics using this mod, but if I recall on the pic extensions, if they are (i.e. JPG) it wont pull them over, they have to be jpg.
mrdiger
01-07-2013, 03:38 PM
Is it possible to have sub Categories. For instense Main category "Sweden" and the sub categorys for some swedish towns for example.
When you click at Sweden you will see all photos in that category, but if you want to specify a town you can choose that.
Thanks you alot!
Regards
littlebigdunc
01-11-2013, 09:23 PM
a friend of mine got this working for me for my cover section :) works well and looks amazing now its working :)
Alibass
01-13-2013, 12:03 AM
@dragonbyte tech
When I go into general options and turn off the gallery all it does is remove the gallery tab on the navbar. It does not show the closed message. The gallery is still fully functional if you enter the gallery link into your browser. Is this the norm?
I'm using v1.2.5 and 4.2pl3
fxdigi-cash
01-18-2013, 03:12 AM
There is something strange going on with this mod. any visitor can see the thumbnail *resized photos* and can enlarge them. however, members can see only large and out of the screen big pictures.... no resizing in members case....!! any idea why is that happening??
mousetech
01-20-2013, 12:36 AM
Hi, I just installed this addon, I have two quick questions.
First, should the newly installed gallery be showing in the navigation manager? If so it isn't.
Second, the Gallery submenu (main page, add album, upload images) is showing on my vBadvanced homepage. Also the gallery tab is being marked as "selected" while on my vBadvanced homepage. Any idea why this is happening?
mousetech
01-21-2013, 10:36 PM
Solved by changing THIS_SCRIPT in cmps_index.php from 'index' back to 'adv_index' and disabling the
"Product : vBadvanced CMPS: Nav Tab" plugin. I then added my own "Home" button through the navigation
manager, set it's script to adv_index, everything is back to normal. I also cleaned up a few rogue
entries in the database, vb_navigation. Items that had been deleted were still there, plus I had to
manually set a default tab because the navigation manager was giving this error UPDATE navigation
SET state = (state | 2) & ~8
WHERE navid =;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL
server version for the right syntax to use near '' at line 4
This is kind of obscure but it may help someone.
marccap
01-30-2013, 05:48 PM
I have 3-4 categories but none show on the drop down
Screen Cap (http://gyazo.com/bca273b513d440a4fb740415277140d5)
Any ideas
Hengest
01-30-2013, 09:39 PM
My members are also wondering would it be possible to allow members to arrange albums and or pictures in what ever order they would like.
I could really use this too.
littlebigdunc
02-05-2013, 12:47 PM
I have just experienced a problem with this, I had 17gb of covers in my gallery, went on site as all vanished checked my direct admin and still showing I'm using 17gb storage, so I rebuilt the index and there still not showing up my gallery is blank.
Any suggestions?
Leica.Robbiani
02-12-2013, 09:32 PM
Hi there,
I installed the gallery and have the same problem:
Also the gallery tab is being marked as "selected" while on my vBadvanced homepage.
Next problem:
Public or Hidden - Images in a hidden album will not be visible to users other then that owner
This doesn't work. Every logged in user can see the thumbnails and the enlarged images in hidden albums.
Another thing is, the vB standard is for private albums, that contacts and friends can see the private albums. This is the function I need, so this gallery is a downgrade of a standard function of vB for me.
An album just for me is a very useless function (if it's working correctly...), if I have images that are just for my eyes and not any others, my hard disc is a better place to store them instead on a web server.
So well, I'm considering to uninstall this product or just using this gallery for some random images on forumhome and going back to scandal's gallery, who is using the standard vB album function.
Best regards
L.R.
DragonByte Tech
02-15-2013, 08:00 AM
I want to apologize for the failed support on this lately. I have been swamped lately with work and unfortunately I got way behind on support on here. It will take a bit but I will get caught up with everyone's questions/problems and again sorry for the delay with support.
Dylan
DragonByte Tech
02-15-2013, 08:04 AM
Hi,
I?ve set all setting but members and guest can?t see the gallery, get a the `We are sorry but you do not have permissions to view the gallery. Please speak with the administrator if you feel this is an error? message
Did you get this worked out or give up on it? If you didn't get it worked out and want to try again let me know and I'll take a look.
Make sure they have access to see it through the gallery instance.
Dylan
DragonByte Tech
02-15-2013, 08:08 AM
Hi Dylan.
I'm super desperate to have this mode and am planning on the full version.
Can I import all of the images, image views and comments. I think I have over 250k comments and 26k pictures in VBGallery v3.01 right now.
My members are also wondering would it be possible to allow members to arrange albums and or pictures in what ever order they would like.
Sometimes there is a need for this.
An example of this would be if you are uploading a step by step tutorial and the server loads them in a different order than makes sense to the user.
I really, really want this script... :)
Unfortunately you can't order the images. The comments and views should import fine now (was a bit buggy at first). And if for some reason they don't I have a custom script I can tweak to go get them, the imported images retain their old gallery id.
I'll add a feature request to be able to order the images in an album. Not sure if it will make it in with the next release but you never know :)
Dylan
DragonByte Tech
02-15-2013, 08:15 AM
I'm also considering this full version. I have 20K Photopost images to convert. When is your next major release scheduled (very approximately)? Thanks!
I'm working on the next version now, not sure when it will be released. We usually don't specify dates, even approx, until it's within a couple weeks out.
Dylan
DragonByte Tech
02-15-2013, 08:16 AM
@dragonbyte tech
When I go into general options and turn off the gallery all it does is remove the gallery tab on the navbar. It does not show the closed message. The gallery is still fully functional if you enter the gallery link into your browser. Is this the norm?
I'm using v1.2.5 and 4.2pl3
No it shouldn't be doing that. I'll check it out.
Dylan
Disco_Dave
02-15-2013, 08:19 AM
Dylan, any word on the ID database I was talking about? ;)
DragonByte Tech
02-15-2013, 08:19 AM
There is something strange going on with this mod. any visitor can see the thumbnail *resized photos* and can enlarge them. however, members can see only large and out of the screen big pictures.... no resizing in members case....!! any idea why is that happening??
Guests are restricted to a fixed 500px width image when viewing them since they can't set a preference. Each user can modify their gallery profile and set their preferred viewing width on image. Or you could set the max width in the stylevars for each theme on your forum.
It sounds like the max width isn't set on either the users gallery profile or the theme.
Dylan
DragonByte Tech
02-15-2013, 08:22 AM
I have 3-4 categories but none show on the drop down
Screen Cap (http://gyazo.com/bca273b513d440a4fb740415277140d5)
Any ideas
Check the category permissions. If you have access to view in the category and they're still not showing I would need to take a look to see if I could figure out the problem.
Dylan
DragonByte Tech
02-15-2013, 08:23 PM
Dylan, any word on the ID database I was talking about? ;)
I know I'm sorry :(
I am interested in working on it, just been swamped.
Dylan
DragonByte Tech
02-15-2013, 08:30 PM
I have just experienced a problem with this, I had 17gb of covers in my gallery, went on site as all vanished checked my direct admin and still showing I'm using 17gb storage, so I rebuilt the index and there still not showing up my gallery is blank.
Any suggestions?
Do you still have the database entries in the dbtech_gallery_images table? It sounds like the images are still on the server. I've never heard of this one before, not sure why they would just disappear. Has anything changed on the server?
Dylan
DragonByte Tech
02-15-2013, 08:33 PM
Hi there,
I installed the gallery and have the same problem:
Next problem:
This doesn't work. Every logged in user can see the thumbnails and the enlarged images in hidden albums.
Another thing is, the vB standard is for private albums, that contacts and friends can see the private albums. This is the function I need, so this gallery is a downgrade of a standard function of vB for me.
An album just for me is a very useless function (if it's working correctly...), if I have images that are just for my eyes and not any others, my hard disc is a better place to store them instead on a web server.
So well, I'm considering to uninstall this product or just using this gallery for some random images on forumhome and going back to scandal's gallery, who is using the standard vB album function.
Best regards
L.R.
I'll check the albums/images. Images from a hidden album should not be visible anywhere except to owner and allowed users.
Dylan
cosan
02-22-2013, 07:32 AM
When i upload a image, i get an image missing problem.
DragonByte Tech
02-22-2013, 09:59 PM
When i upload a image, i get an image missing problem.
Sounds like a permissions problem. What permissions are set on the image upload folder? If you didn't change it, it should be at /dbtech/gallery/images/upload.
The php script will need to have the ability to create/modify folders/files inside of that folder.
Dylan
Mythotical
02-27-2013, 06:46 AM
Just wanted to report that on 4.2.0 PL3 this mod causes the WYSIWYG editor area to be blank. Once I disable this mod the editor appears again. This is on just a forum posting or new thread creation. Not sure why it effects posting on the forum though.
DragonByte Tech
02-27-2013, 07:22 PM
Just wanted to report that on 4.2.0 PL3 this mod causes the WYSIWYG editor area to be blank. Once I disable this mod the editor appears again. This is on just a forum posting or new thread creation. Not sure why it effects posting on the forum though.
I'll see if there were any editor changes with PL3. You should be able to disable the post icon to select gallery images for now.
ACP->Gallery->Settings->General Options
Change Editor Image Link to No and it should work ok.
Dylan
BadgerDog
02-27-2013, 10:32 PM
Installed with thanks for testing on vb4.1.3 .. :)
Regards,
Doug
ps: is there a manual, or documentation anywhere to better understand all of the settings?
Alibass
02-27-2013, 10:50 PM
I'll see if there were any editor changes with PL3. You should be able to disable the post icon to select gallery images for now.
ACP->Gallery->Settings->General Options
Change Editor Image Link to No and it should work ok.
Dylan
Hmmm... strange, I to run 4.2.0 PL3 and I have never experienced that issue using this mod.
BadgerDog
02-28-2013, 11:59 AM
I've started some testing... :)
Looks like a really nice professionally done product so far....
I have a question .. :confused:
Without a manual, I've started learning the hard way, so I created a Category within the main Dragonbyte Gallery and then added a single album with a picture uploaded (via Internet) to that album. It worked fine, so now I wanted to test it's apperance in a post using the 3 link options provide..
Direct Image Code:
BBCode Image Link:
BBCode Image:
Direct Image Code: worked fine and a link to the image appeared.
BBCode Image: worked fine and a full size pic of the stored image appeared.
BBCode Image Link: Nothing shows?
Here's the code the gallery shows: xxx's for privacy
https://vborg.vbsupport.ru/external/2013/03/31.jpg (http://www.xxxx.com/dbtgallery.php?do=view_image&id=1&gal=gallery)
I expected the latter to show a small thumbnail, which when clicked upon, a larger zoomed pic would show, but nothing appears in the post at all?
Any ideas what I'm doing wrong?
Thanks .. :)
Regards,
Doug
Edit: Update When I simply try to show an IMG of the thumbnail using the code above:
https://vborg.vbsupport.ru/external/2013/03/31.jpg
I get this error:
Not Found
The requested URL /dbtgallery.phpdo=gallery_image&id=1&gal=gallery&type=thumb was not found on this server.
Another Edit: I figured it out... there's a problem with the code generated by the mod for BBCode Image Link element. It shows "/dbtgallery.phpdo=gallery_image" when it should show "/dbtgallery.php?do=gallery_image". It's missing the ?. When I add that manually to the code created, the thumbnail then appears in the post.
BadgerDog
02-28-2013, 02:59 PM
Couple of more anomalies I can't figure out...
Editor Image Link
If set to Yes, a link to add images from the users gallery will be added to the post editor.
I have this set to YES, but nothing appears in the post editor?
Allow post images to be added to gallery
If set to yes, this will allow the users to add images to their gallery when they are making a post.
I have this set to YES, but nothing appears anywhere in the post editor to permit a user to add an image?
Thanks for any feedback ... :)
Regards,
Doug
qpurser
03-01-2013, 02:27 PM
Love this MOD and playing around with it on my test server.
Considering the PRO version for sure as I like the additional options a lot.
I couldn't find anything regarding a couple questions I still have:
Using vB 4.2.0 pl3
* Can I disable the standard vB albums after importing all images into the dB gallery?
*As of now users see the vB albums in their profile settings. Could I remove this section and replace it with the dB gallery block?
Thanks for any help
Astyanax
03-01-2013, 07:33 PM
Where do I translate the tab in CMS from "Gallery" to "Galleri"?
BadgerDog
03-02-2013, 08:00 PM
Anyone able to help out with any of our issues?
Thanks.. :)
Regards,
Doug
DragonByte Tech
03-02-2013, 09:25 PM
Installed with thanks for testing on vb4.1.3 .. :)
Regards,
Doug
ps: is there a manual, or documentation anywhere to better understand all of the settings?
We have a basic manual here
http://www.dragonbyte-tech.com/docs/gallery/
Dylan
DragonByte Tech
03-02-2013, 09:27 PM
Hmmm... strange, I to run 4.2.0 PL3 and I have never experienced that issue using this mod.
With the Editor there are a few settings that could affect it. I'll just have to run through the gambit and see if I can replicate it heh.
Dylan
DragonByte Tech
03-02-2013, 09:30 PM
I've started some testing... :)
Looks like a really nice professionally done product so far....
I have a question .. :confused:
Without a manual, I've started learning the hard way, so I created a Category within the main Dragonbyte Gallery and then added a single album with a picture uploaded (via Internet) to that album. It worked fine, so now I wanted to test it's apperance in a post using the 3 link options provide..
Direct Image Code: worked fine and a link to the image appeared.
BBCode Image: worked fine and a full size pic of the stored image appeared.
BBCode Image Link: Nothing shows?
Here's the code the gallery shows: xxx's for privacy
https://vborg.vbsupport.ru/external/2013/03/31.jpg (http://www.xxxx.com/dbtgallery.php?do=view_image&id=1&gal=gallery)
I expected the latter to show a small thumbnail, which when clicked upon, a larger zoomed pic would show, but nothing appears in the post at all?
Any ideas what I'm doing wrong?
Thanks .. :)
Regards,
Doug
Edit: Update When I simply try to show an IMG of the thumbnail using the code above:
https://vborg.vbsupport.ru/external/2013/03/31.jpg
I get this error:
Another Edit: I figured it out... there's a problem with the code generated by the mod for BBCode Image Link element. It shows "/dbtgallery.phpdo=gallery_image" when it should show "/dbtgallery.php?do=gallery_image". It's missing the ?. When I add that manually to the code created, the thumbnail then appears in the post.
Thanks for catching that, I'll fix it in the next release. If you want to fix it manually for now, open dbtech/gallery/includes/class_core.php
Find
if ($type == 'link_bbcode')
{
$file = ' . self::$vbulletin->options['dbtech_gallery_filename_text'] . '?do=view_image&id=' . $id . '&gal=' . $gal . ']' . self::$vbulletin->options['dbtech_gallery_urlpath_text'] . self::$vbulletin->options['dbtech_gallery_filename_text'] . 'do=gallery_image&id=' . $id . '&gal=' . $gal . '&type=thumb (' . self::$vbulletin->options['dbtech_gallery_urlpath_text')';
}replace with
if ($type == 'link_bbcode')
{
$file = ' . self::$vbulletin->options['dbtech_gallery_filename_text'] . '?do=view_image&id=' . $id . '&gal=' . $gal . ']' . self::$vbulletin->options['dbtech_gallery_urlpath_text'] . self::$vbulletin->options['dbtech_gallery_filename_text'] . '?do=gallery_image&id=' . $id . '&gal=' . $gal . '&type=thumb (' . self::$vbulletin->options['dbtech_gallery_urlpath_text')';
}
That should fix it
Dylan
DragonByte Tech
03-02-2013, 09:34 PM
With the enable image link, if it's enabled you should see a small camera icon in the Link, Unlink, Insert Image, etc icons.
With the adding post images to the gallery, there should be a checkbox in the misc options below saying "Add post images to gallery"
Let me know if you don't see either of those.
Dylan
Couple of more anomalies I can't figure out...
I have this set to YES, but nothing appears in the post editor?
I have this set to YES, but nothing appears anywhere in the post editor to permit a user to add an image?
Thanks for any feedback ... :)
Regards,
Doug
DragonByte Tech
03-02-2013, 09:39 PM
Love this MOD and playing around with it on my test server.
Considering the PRO version for sure as I like the additional options a lot.
I couldn't find anything regarding a couple questions I still have:
Using vB 4.2.0 pl3
* Can I disable the standard vB albums after importing all images into the dB gallery?
*As of now users see the vB albums in their profile settings. Could I remove this section and replace it with the dB gallery block?
Thanks for any help
Someone posted the steps they took to disable vBAlbums after they installed the gallery on our forum. I'm having trouble finding it now but I'll search for it and post the steps.
As far as a profile block, I plan to add one with the next release. I was going to try and get one out as an add on before then, just haven't found the time to do it yet.
Dylan
DragonByte Tech
03-02-2013, 09:40 PM
Where do I translate the tab in CMS from "Gallery" to "Galleri"?
You can edit the ACP Gallery instance, whatever you have set as the name of the gallery instance will be displayed in the navbar. If you are using the manual navigation manager then you would set the name in there.
Dylan
BadgerDog
03-02-2013, 09:46 PM
Let me know if you don't see either of those.
Dylan
Can't find or see either of these and the options in AdminCP are set ON ... :confused:
Thanks for link to manual ..
As far as fixing the other bug, I'll wait until you release next version with it fixed.... I don't want to screw something up.. ;)
Regards,
Doug
qpurser
03-03-2013, 12:39 PM
Someone posted the steps they took to disable vBAlbums after they installed the gallery on our forum. I'm having trouble finding it now but I'll search for it and post the steps.
As far as a profile block, I plan to add one with the next release. I was going to try and get one out as an add on before then, just haven't found the time to do it yet.
Dylan
Thanks Dylan.
Will try to find the hook also.
I can wait for the profile block for your gallery. No biggie
Technically I could delete the vBalbums link in the template also for now and in the mean time I just could create a Link to get to their gallery but I can't figure out the proper syntax.
I tried things like:
<a href="dbtgallery.php?gal=gallery&do=search&u={vb:raw userinfo.userid}">My Gallery</a>
but they don't work.
Would be a great help if you could give me the proper syntax
Thanks
RedDevil
03-05-2013, 08:28 PM
Just installed this and i have a spurious text addition, anyone know whats causing this and what the cure is.
Its on the forum home display above forums.
see image
DragonByte Tech
03-06-2013, 05:10 AM
Can't find or see either of these and the options in AdminCP are set ON ... :confused:
Thanks for link to manual ..
As far as fixing the other bug, I'll wait until you release next version with it fixed.... I don't want to screw something up.. ;)
Regards,
Doug
That happening on PL3?
I downloaded it, haven't had time to test it out yet, not sure what would change that.
Dylan
DragonByte Tech
03-06-2013, 05:11 AM
Thanks Dylan.
Will try to find the hook also.
I can wait for the profile block for your gallery. No biggie
Technically I could delete the vBalbums link in the template also for now and in the mean time I just could create a Link to get to their gallery but I can't figure out the proper syntax.
I tried things like:
<a href="dbtgallery.php?gal=gallery&do=search&u={vb:raw userinfo.userid}">My Gallery</a>but they don't work.
Would be a great help if you could give me the proper syntax
Thanks
It would be something like
<a href="dbtgallery.php?gal=gallery&do=view_user&id={vb:raw userinfo.userid}">My Gallery</a>
Dylan
DragonByte Tech
03-06-2013, 05:14 AM
Just installed this and i have a spurious text addition, anyone know whats causing this and what the cure is.
Its on the forum home display above forums.
see image
That's really weird. Is that only happening on one file type maybe? Like on youtube videos or all types?
I can't replicate it locally, maybe you could pm me a link to your forum to check it out?
Dylan
RedDevil
03-06-2013, 08:58 AM
That's really weird. Is that only happening on one file type maybe? Like on youtube videos or all types?
I can't replicate it locally, maybe you could pm me a link to your forum to check it out?
Dylan
It was there as soon as i installed it before adding content, I cant even find a reference to audio/mpeg.
I will try removing it again and reinstall. If no joy will let you know.
RedDevil
03-06-2013, 09:18 AM
I have removed and reinstalled mod, still same.
There was 1 issue however on installing the check for writable folder reported not writable however it is and was at time of installation and imaged upload fine.
The installation script created the folders for the default instance but the directory is not writeable. You will need to fix the permissions on the folders for the product to work correctly. Please check the permissions on the dbtech/gallery/images/upload/ and dbtech/gallery/images/upload/1 folders. Once you fix the permissions you can verify that future instances will be created correctly by checking the Image Upload Path in the ACP settings Gallery Image Options area. This is also the location that needs to be changed if you want to modify the file location.
I am just waiting to hear from site owner for your access will pm you in due course.
BadgerDog
03-06-2013, 10:15 AM
That happening on PL3?
I downloaded it, haven't had time to test it out yet, not sure what would change that.
Dylan
PL3?
We've installed your current 1.2.5 version available for download here...
None of the capabilities for having it appearing in creating or editing posts appears as you describe, at least on our 4.1.3 vBulletin system, even with default style.
Regards,
Doug
RedDevil
03-06-2013, 10:34 AM
That's really weird. Is that only happening on one file type maybe? Like on youtube videos or all types?
I can't replicate it locally, maybe you could pm me a link to your forum to check it out?
Dylan
Pm details sent for you.
RedDevil
03-06-2013, 11:33 AM
That's really weird. Is that only happening on one file type maybe? Like on youtube videos or all types?
I can't replicate it locally, maybe you could pm me a link to your forum to check it out?
Dylan
The good news is I have found the culprit causing this.
https://vborg.vbsupport.ru/showthread.php?t=238209
when i disabled this all went as it should, i have currently turned it off you can take a look with access i pm'd you earlier.
The above mod is not the default one there is an updated version further in the forums I think this may be the issue.
Let me know what you find :D
qpurser
03-06-2013, 02:28 PM
It would be something like
<a href="dbtgallery.php?gal=gallery&do=view_user&id={vb:raw userinfo.userid}">My Gallery</a>
Dylan
Thank you Dylan.
Works perfect
K4GAP
03-07-2013, 01:58 AM
Can anyone verify that this runs ok on 4.2.0 pl3 ?
Disco_Dave
03-07-2013, 07:03 AM
Can anyone verify that this runs ok on 4.2.0 pl3 ?
Yes, we have the pro version though. Great add-on.
qpurser
03-07-2013, 10:39 AM
Can anyone verify that this runs ok on 4.2.0 pl3 ?
Yep. Works just fine.
Great improvement to the standard vB albums
K4GAP
03-07-2013, 11:30 AM
Yes, we have the pro version though. Great add-on.
I'm asking about this version. I know nothing about a "pro version" and am not interested in such.
Again, does "this version" run flawlessly on vb 4.2.0 pl3 ?
qpurser
03-07-2013, 11:56 AM
I'm asking about this version. I know nothing about a "pro version" and am not interested in such.
Again, does "this version" run flawlessly on vb 4.2.0 pl3 ?
Your question was answered in post #458
DragonByte Tech
03-10-2013, 02:04 AM
PL3?
We've installed your current 1.2.5 version available for download here...
None of the capabilities for having it appearing in creating or editing posts appears as you describe, at least on our 4.1.3 vBulletin system, even with default style.
Regards,
Doug
Ah sorry, I meant the vB 4.2 PL3. Could I get access to check it out? It should be working fine even with 4.1.3
Dylan
DragonByte Tech
03-10-2013, 02:05 AM
The good news is I have found the culprit causing this.
https://vborg.vbsupport.ru/showthread.php?t=238209
when i disabled this all went as it should, i have currently turned it off you can take a look with access i pm'd you earlier.
The above mod is not the default one there is an updated version further in the forums I think this may be the issue.
Let me know what you find :D
That account doesn't have admin access. I just tried it and there is no acp link.
Dylan
RedDevil
03-10-2013, 09:26 AM
That account doesn't have admin access. I just tried it and there is no acp link.
Dylan
Sorry it does now, let me know when you have taken a look.
DragonByte Tech
03-10-2013, 08:12 PM
Sorry it does now, let me know when you have taken a look.
It's kind of fixed. I set the execution order of the other plugin to run after mine. It shows fine now if you decide to enable it again.
Dylan
RedDevil
03-10-2013, 08:24 PM
It's kind of fixed. I set the execution order of the other plugin to run after mine. It shows fine now if you decide to enable it again.
Dylan
Only other issue is now its stopped working radio is online and showing offline for some reason.
If i disable gallery it works again
DragonByte Tech
03-10-2013, 08:38 PM
Only other issue is now its stopped working radio is online and showing offline for some reason.
If i disable gallery it works again
I see them both working right now?
I see the random images block and a song by 98 Degrees is playing
Dylan
RedDevil
03-10-2013, 08:41 PM
I see them both working right now?
I see the random images block and a song by 98 Degrees is playing
Dylan
Seems to be working again what did you do?
DragonByte Tech
03-10-2013, 08:46 PM
Seems to be working again what did you do?
Besides the change I told you about I didn't do anything.
Dylan
RedDevil
03-10-2013, 08:48 PM
Besides the change I told you about I didn't do anything.
Dylan
Thats weird, anyway results what matters thanks for your help :)
BadgerDog
03-11-2013, 10:33 AM
Ah sorry, I meant the vB 4.2 PL3. Could I get access to check it out? It should be working fine even with 4.1.3
Dylan
Sent you a PM... :)
Regards,
Doug
Onalas
03-24-2013, 05:27 PM
Is there a way to get the dragonbyte gallery to work with the current gallery? I am testing it and notice it doesnt show my pics uploaded to Dragonbyte in the activity stream or on my profile page.
Thanks
DragonByte Tech
03-25-2013, 05:38 PM
Is there a way to get the dragonbyte gallery to work with the current gallery? I am testing it and notice it doesnt show my pics uploaded to Dragonbyte in the activity stream or on my profile page.
Thanks
The next version will have a profile block where the vB Albums one is. I'll look into adding it to the activity stream.
Dylan
Andy.H
04-01-2013, 09:20 PM
Having trouble installing ikeep gett,
Database error in vBulletin 4.2.0:
Invalid SQL:
UPDATE vb4_dbtech_gallery_images gia
JOIN vb4_dbtech_gallery_images gib ON gia.imageid = gib.imageid
SET
gia.title_clean = gib.title;
MySQL Error : Unknown column 'gia.title_clean' in 'field list'
Error Number : 1054
Request Date : Monday, April 1st 2013 @ 11:10:43 PM
Error Date : Monday, April 1st 2013 @ 11:11:08 PM
Script : beta/vb/admincp/plugin.php?do=productimport
Referrer : beta/vb/admincp/plugin.php?do=productadd
IP Address : 88.88.888.88
Username : *****
Classname : vB_Database
MySQL Version : 4.1.21-max
Hope you can help,
Many thanks
DragonByte Tech
04-02-2013, 09:07 AM
Having trouble installing ikeep gett,
Database error in vBulletin 4.2.0:
Invalid SQL:
UPDATE vb4_dbtech_gallery_images gia
JOIN vb4_dbtech_gallery_images gib ON gia.imageid = gib.imageid
SET
gia.title_clean = gib.title;
MySQL Error : Unknown column 'gia.title_clean' in 'field list'
Error Number : 1054
Request Date : Monday, April 1st 2013 @ 11:10:43 PM
Error Date : Monday, April 1st 2013 @ 11:11:08 PM
Script : beta/vb/admincp/plugin.php?do=productimport
Referrer : beta/vb/admincp/plugin.php?do=productadd
IP Address : 88.88.888.88
Username : *****
Classname : vB_Database
MySQL Version : 4.1.21-max
Hope you can help,
Many thanks
Does vB 4.2 support a mysql 4.1.x database?
It might be that it couldn't add the field because of the mysql version. If you're comfortable with it you can create the field in the dbtech_gallery_images table. It's just a varchar field, set it to 255 characters.
Dylan
DragonByte Tech
04-02-2013, 09:18 AM
Updated to 1.2.6
Feature: Ability to change number of other images shown below when viewing an image
Feature: Limit gallery post image to forum posts
Fix: Adding comments when gallery not in forum directory
Fix: Ajax buttons on gallery album view
Leica.Robbiani
04-02-2013, 01:35 PM
Hi there,
what about the problem that the content of hidden albums are shown to evereyone? In other circumstances this will be a security risk and should be fixed as soon as posible.
Best regards
L.R.
DragonByte Tech
04-02-2013, 09:59 PM
Hi there,
what about the problem that the content of hidden albums are shown to evereyone? In other circumstances this will be a security risk and should be fixed as soon as posible.
Best regards
L.R.
I'm sorry Leica,
I just checked and I believe this is fixed, I just forgot to document it.
I edited one of my albums and set it to hidden. I went to the gallery main page and I saw the images. I then logged out and when I went to the gallery main page and my user profile page the images in that album were not displaying. I unhid the album, set a password and got the same results.
btw, next feature release I will be adding the ability to set an album hidden and viewable by friends. Thanks for the info on that, I didn't think about adding that when I first started the project :)
Dylan
Leica.Robbiani
04-02-2013, 10:51 PM
I'm sorry Leica,
I just checked and I believe this is fixed, I just forgot to document it.
I edited one of my albums and set it to hidden. I went to the gallery main page and I saw the images. I then logged out and when I went to the gallery main page and my user profile page the images in that album were not displaying. I unhid the album, set a password and got the same results.
I'm not sure, if this happens to guests. But I will install the new version on my testVB site and give you feedback.
btw, next feature release I will be adding the ability to set an album hidden and viewable by friends. Thanks for the info on that, I didn't think about adding that when I first started the project :)
OK, thank you, that's a great idea.
Another feature also in the LITE-Version is missing. Some people are crazy and upload adult images. The Admin should have a way to mark an image as adult content, if anyone else wants to see the adult images, they have to verify their age by an external service.
Best regards
L.R.
d1same
04-05-2013, 06:59 AM
I just installed the galley and I am getting "Error:
You did not enter a valid value for this setting." in image upload path, I tried to change the upload permission to 777, didn't get the error anymore but when I upload an image I get vbulletin message with number 1 under it.
DragonByte Tech
04-05-2013, 11:40 PM
I just installed the galley and I am getting "Error:
You did not enter a valid value for this setting." in image upload path, I tried to change the upload permission to 777, didn't get the error anymore but when I upload an image I get vbulletin message with number 1 under it.
I haven't seen that one before. Could I get temp admin access to try and see what's going on?
Dylan
Leica.Robbiani
04-06-2013, 09:04 PM
Hi Dylan,
are you sure, you uploaded the correct zip-file? The xml-import-file is version 1.2.5, and after updating nothing has been changed.
And of course every registered user can see images in a hidden album!
Let me show you this issue in some screenshots. These are my albums:
144453
The first album is public, the second is hidden.
So far, so good. For me as owner of the albums.
If now another user is watching the gallery, the hidden album itself is not showing, but the thumbnail is showing in the "Latest Images" block:
144454
Of course it's possible for this user to click on the thumbnail and see the image in full size!
I'm sure this is not the way to use hidden albums, don't you think so?
Best regards
L.R.
DragonByte Tech
04-08-2013, 05:36 AM
Hi Dylan,
are you sure, you uploaded the correct zip-file? The xml-import-file is version 1.2.5, and after updating nothing has been changed.
And of course every registered user can see images in a hidden album!
Let me show you this issue in some screenshots. These are my albums:
144453
The first album is public, the second is hidden.
So far, so good. For me as owner of the albums.
If now another user is watching the gallery, the hidden album itself is not showing, but the thumbnail is showing in the "Latest Images" block:
144454
Of course it's possible for this user to click on the thumbnail and see the image in full size!
I'm sure this is not the way to use hidden albums, don't you think so?
Best regards
L.R.
thanks for catching the sideblock and the version number mess up. I just updated to 1.2.7 and the sideblock is hiding the images. It should be showing the correct version in the product manager as well :)
Let me know if they're showing anywhere else.
Dylan
Leica.Robbiani
04-10-2013, 05:49 PM
Hi there,
ok, for now the gallery seems working as expected, thank you. Now we should have the possibility to make albums for friends and contacts like the vB Albums and the information about albums in the profile.
Another thing I noticed:
It's a very hard way to find the link for editing an album, maybe you think about making this easier.
Best regards
L.R.
RedDevil
04-19-2013, 12:52 PM
I have an issue now I upgraded to VB 4.2.1
If i disable plugin and hook system globally (config file or settings) the forum wont load, error log indicates that the gallery sideblock is causing the issue, however it should have been disabled.
Disabling the gallery manually then disabling the plugin and hook system all works as it should.
DragonByte Tech
04-22-2013, 03:46 AM
I have an issue now I upgraded to VB 4.2.1
If i disable plugin and hook system globally (config file or settings) the forum wont load, error log indicates that the gallery sideblock is causing the issue, however it should have been disabled.
Disabling the gallery manually then disabling the plugin and hook system all works as it should.
Do you have an idea of what the error is?
I installed 4.2.1 on my test site, disabled plugins in the config and the forum home loaded fine.
Dylan
RedDevil
04-22-2013, 07:59 AM
Do you have an idea of what the error is?
I installed 4.2.1 on my test site, disabled plugins in the config and the forum home loaded fine.
Dylan
This is the error im getting
[Thu Apr 18 13:48:38 2013] [error] PHP Fatal error: Class 'DBTECH_GALLERY' not found in /home/webadmin/fish-keeping.com/html/forums/includes/block/dbtech_gallery.php on line 190
I also asked on vbull site itself incase it was a bug in the upgrade.
http://www.vbulletin.com/forum/forum/vbulletin-4/vbulletin-4-questions-problems-and-troubleshooting/3963139-cant-disable-plugins-and-hooks-after-update-to-4-2-1
DragonByte Tech
04-24-2013, 06:40 PM
This is the error im getting
[Thu Apr 18 13:48:38 2013] [error] PHP Fatal error: Class 'DBTECH_GALLERY' not found in /home/webadmin/fish-keeping.com/html/forums/includes/block/dbtech_gallery.php on line 190I also asked on vbull site itself incase it was a bug in the upgrade.
http://www.vbulletin.com/forum/forum/vbulletin-4/vbulletin-4-questions-problems-and-troubleshooting/3963139-cant-disable-plugins-and-hooks-after-update-to-4-2-1
I found the problem, strange it hasn't cropped up before. If you want I can post instructions on how to manually fix it for now until I get the package updated and released.
Dylan
RedDevil
04-24-2013, 07:58 PM
I found the problem, strange it hasn't cropped up before. If you want I can post instructions on how to manually fix it for now until I get the package updated and released.
Dylan
Cheers
I can wait for the update ive temp turned sideblocks off, plus i have a style issue as well waiting for the maker to fix that.
smile2me
05-14-2013, 09:29 PM
vbadvanced CMPS is still making a conflict with your add-on even after i installed this add-on (https://vborg.vbsupport.ru/showthread.php?t=233629) to be referring to the vbadvanced CMPS main index.php file
Note : please see the attached snapsot
smile2me
05-15-2013, 09:25 PM
is there is any solution for this issue ?! could u help me to solve this issue please
DragonByte Tech
05-16-2013, 06:41 AM
is there is any solution for this issue ?! could u help me to solve this issue please
You can manually create the navigation menu links. The instructions to do it are here:
http://www.dragonbyte-tech.com/f180/gallery-navigation-manager-instructions-8931/
Dylan
DragonByte Tech
05-16-2013, 07:19 AM
I just added a small bugfix release.
v1.2.8 includes:
Fixed - Error on forum home when latest albums are selected to display
Fixed - class error on forum sideblock
Dylan
RustyF
05-20-2013, 03:01 AM
I sure was excited when in installed this. :) Still am but having a problem.
When I upload a jpg or png type file I get an error message:
Not a supported file type (allowed is gif, jpeg and png)
I tried with two different browsers. hope you can tell me what I've probably done wrong. :)
Thanks,
Rusty
RustyF
05-20-2013, 07:36 AM
I got it working. :) I installed the third time and it seems to be working now. :)
DragonByte Tech
05-20-2013, 05:25 PM
I got it working. :) I installed the third time and it seems to be working now. :)
Glad you got it working. If you run into it again, the file types allowed are set in the gallery instance settings. That's the first place I would look if you are able to upload one type of file but not another.
Dylan
RustyF
05-20-2013, 09:56 PM
They were set, I did look there and every where. I failed to upload the file that goes in the root the first time I installed and I think that got me off on the wrong footing. I uploaded all the files again and that fixed it on the next install.
I have a new problem.
I tried on three browsers.
The categories are not showing up in the box for categories on the home gallery page. They did show up on the other two installs. :) Any suggestions?
Thanks,
Rusty
RustyF
05-20-2013, 10:01 PM
I have a suggestion. Put it in the pro version if you like. Many people that do pictures use Lightroom. It would be very nice if the plugin would pull in IPTC data which is the description, caption/headline, location and more. Would be sooooo nice to have that.
Like many others, it is hard for me to understand why this is not a part of vB. Thanks so much for making it a part.
Is there an addon for vB experience to add points to user activity? That would be great too. I'm headed to look for it but figure it would be listed here.
I'm good at suggestions, if only I could program. :)
DragonByte Tech
05-24-2013, 04:51 AM
They were set, I did look there and every where. I failed to upload the file that goes in the root the first time I installed and I think that got me off on the wrong footing. I uploaded all the files again and that fixed it on the next install.
I have a new problem.
I tried on three browsers.
The categories are not showing up in the box for categories on the home gallery page. They did show up on the other two installs. :) Any suggestions?
Thanks,
Rusty
I have a suggestion. Put it in the pro version if you like. Many people that do pictures use Lightroom. It would be very nice if the plugin would pull in IPTC data which is the description, caption/headline, location and more. Would be sooooo nice to have that.
Like many others, it is hard for me to understand why this is not a part of vB. Thanks so much for making it a part.
Is there an addon for vB experience to add points to user activity? That would be great too. I'm headed to look for it but figure it would be listed here.
I'm good at suggestions, if only I could program. :)
Did you get the categories issue worked out?
I'll download the trial for lightroom and see if I can figure out where the data is and capture it.
There isn't a vB experience addon for this.
Dylan
RustyF
05-26-2013, 04:46 AM
Nope, I didn't. Categories are still blank.
Should the descriptions be showing? It looks like there is a space under the photos for that but they are not there. I see the same thing in Groups though so it may not be your issue?
RustyF
05-28-2013, 05:14 PM
I'm going to take this up with you on your forum. So don't answer here. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.