vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] Dragonbyte Gallery v1 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=285074)

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

Quote:

Originally Posted by DragonByte Tech (Post 2406813)
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..

Quote:

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

[url=http://www.xxxx.com/dbtgallery.php?do=view_image&id=1&gal=gallery][img]https://vborg.vbsupport.ru/external/2013/03/31.jpg[/img][/url]

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:

[img]https://vborg.vbsupport.ru/external/2013/03/31.jpg[/img]

I get this error:

Quote:

Not Found

The requested URL /dbtgallery.phpdo=gallery_image&id=1&gal=gallery&ty pe=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...

Quote:

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?

Quote:

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

Quote:

Originally Posted by BadgerDog (Post 2406839)
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

Quote:

Originally Posted by Alibass (Post 2406840)
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

Quote:

Originally Posted by BadgerDog (Post 2406958)
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

[url=http://www.xxxx.com/dbtgallery.php?do=view_image&id=1&gal=gallery][img]https://vborg.vbsupport.ru/external/2013/03/31.jpg[/img][/url]

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:

[img]https://vborg.vbsupport.ru/external/2013/03/31.jpg[/img]

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
PHP Code:

        if ($type == 'link_bbcode')
        {
            
$file '[url=' self::$vbulletin->options['dbtech_gallery_urlpath_text'] . self::$vbulletin->options['dbtech_gallery_filename_text'] . '?do=view_image&id=' $id '&gal=' $gal '][img]' self::$vbulletin->options['dbtech_gallery_urlpath_text'] . self::$vbulletin->options['dbtech_gallery_filename_text'] . 'do=gallery_image&id=' $id '&gal=' $gal '&type=thumb[/img] [/url]';
        } 

replace with

PHP Code:

        if ($type == 'link_bbcode')
        {
            
$file '[url=' self::$vbulletin->options['dbtech_gallery_urlpath_text'] . self::$vbulletin->options['dbtech_gallery_filename_text'] . '?do=view_image&id=' $id '&gal=' $gal '][img]' self::$vbulletin->options['dbtech_gallery_urlpath_text'] . self::$vbulletin->options['dbtech_gallery_filename_text'] . '?do=gallery_image&id=' $id '&gal=' $gal '&type=thumb[/img] [/url]';
        } 

That should fix it
Dylan


All times are GMT. The time now is 08:13 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01598 seconds
  • Memory Usage 1,765KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete