Search results for query: *

  • Users: Rick
  • Content: Threads
  • Order by date
  1. R

    Bug Class 'DBTECH_GALLERY' not found payment_gateway.php

    Fatal error: Class 'DBTECH_GALLERY' not found in /home/flight/public_html/vbfs/dbtech/gallery/hooks/navigation_tab_complete.php on line 33 Our users fill out a payment form on authorize.net and it then tries to post back to: Just a moment... it is getting that error. I don't quite understand...
  2. R

    Bug Disabling the gallery is causing error

    I can't really test the default skin. When I disable the gallery, I start getting a ton of these errors... [27-Oct-2015 14:22:34 America/New_York] PHP Fatal error: Class 'DBTECH_GALLERY' not found in /home/flight/public_html/vbfs/includes/class_bootstrap.php(430) : eval()'d code on line 139...
  3. R

    Question Lost Ticket

    I submitted a ticket yesterday and did not get the auto response that it had been received. Did you receive it? Regarding Gallery Comments. I don't know if you will get this either.... Thank you! Rick
  4. R

    Question cron command for dbgallery

    We have some categories for albums that are based on the month and year. I would like to create a cron job that will do this monthly to create the new current categories. Could you possibly tell me what I need to do? I would think that this question had been answered before, but I can't find...
  5. R

    Bug Duplicate images created from Posts

    We are being flooded with 2, 3, 4 or more image sets from posts. In order to populate our gallery with new pictures. We have pre-checked the "Add post images to gallery" checkbox in the New Post page. However, we are seeing cases where a user may have posted 5 pictures for example and the...
  6. R

    Bug Bug in getCookie in gallery.js

    function getCookie(name) {var nameEQ=name+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++) {var c=ca[i];while(c.charAt(O)==' ')c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0)return c.substring(nameEQ.length,c.length);} return null;} in the c.charAt(O) part the alpha "O"...
  7. R

    Question How do I make some categories read only or archived

    As some of our categories are dated, it makes sense to set the older month categories to read only or to keep them from being listed as an uploadable section in the dropdown chooser. How can I make some categories read only? Thank you! Rick
  8. R

    Legacy Trying to make Enlarge checkbox persistent

    I am trying to make the Enlarge function persistent using cookies and javascript. I have modified the body statement in the dbtech_gallery template to: <body onload="DBTech_Gallery.check_enlarge();"> I have also modified/added some code to gallery.js...
  9. R

    Bug Edit Image Description doesn't render properly in IE11

    The description edit window appears to be about 2 pixels wide and unusable when the page is viewed with IE11. It does work fine in Firefox and Chrome.
  10. R

    Bug vB Gallery Import works for albums but not the images

    I installed DragonByte Tech: Gallery (Pro) 1.3.2 and all seems to work. I was able to upload an album with pictures and no problems. I then tried to import using the Gallery Import. It knew I had a gallery, imported all of them but when it came time to importing the images, I got these...
  11. R

    DragonByte Gallery Import from forums

    I am considering using DragonByte Gallery on our site. My question is whether or not it is possible to create galleries from forum posts, blogs, etc. For example, we have several screenshot forums. It would be nice if I could run a query to create galleries for users from these images. Is...
  12. R

    Question Passing instance from PHP to Template

    I have a working version of this code in my template: <vb:if condition="$foruminfo['forumid'] == x">{vb:raw show.vbshout_instance1}</vb:if> If the template contains other html code, it will be displayed even if vBShout doesn't have any output. I would rather do it in PHP and call the template...
  13. R

    Bug SubNav bar incomplete for Dropdown Tabs

    When dropdown menus are used, the subnav <ul> for the subnav bar is not created (doesn't draw the box, so those three (in this case) tabs do not create the top 1 pixel border for the subnav bar and it makes it look different than the other tabs. This one pixel border is between the upper navbar...
  14. R

    Question Problem with Tab Highlighting

    I have 3 dropdown menus which are mostly links to content.php and list.php. I have put content.list in the "scripts" field in the respective tabs form. If I go to the help (for example) drop down tab and click a url there, the active tab becomes the "Home" tab as all article content is part of...
  15. R

    Switch to vBNavTabs?

    Hello, On our 4.2.0 site, we have been using Andreas' Navmanager Enhancements. Could you please look at the NavBar on our site and tell me if I can replicate that using vBNavTabs? As you probably know, Andreas' mod is no longer supported as of 4.2.1 so we need to find another solution...
  16. R

    Bug AdminCP problem with product enabled

    We are running Apache v2.2.22 PHP 5.3.10 MySQL 5.0.45 vB 4.1.2 and XCache 2.0.0 and vBOptimize 2.0.1. The site is running great! However, in the admincp, when I try to save a template or plugin for example, I get a white page. I see no errors in apache or php or anything. When I disabled...
Back
Top