Search results for query: *

  1. K

    Question Images have a hard width set, which breaks layout on smaller screens

    Of course not. No one has time to test a change on every permutation of image size and viewport size. All I can do is test on as many viewports and images as I have time for, and yes, I did. Regardless, it appears that neither of us are correct. I am a backend developer and system administrator...
  2. K

    Bug Youtube not working

    Adding youtube links to the gallery is not working: Warning: simplexml_load_file(https://gdata.youtube.com/feeds/api/videos/tufnWwV2J5I?v=2): failed to open stream: HTTP request failed! HTTP/1.0 410 Gone in /home/badgerandblade/public_html/vb/dbtech/gallery/includes/class_core.php on line 360...
  3. K

    Question Images have a hard width set, which breaks layout on smaller screens

    Or you can do like I did in my first post, and give the image a percentage width to ensure that it always fits inside the viewport.
  4. K

    Bug DBSEO broke a few features of the site...

    Just for clarification - Are you suggesting that we need to turn on display_errors in our PHP configuration in order to get the specific post links working? This is our live site, we definitely can't enable error displays for it. Or are you saying we need to enable error display in order to...
  5. K

    Bug DBSEO broke a few features of the site...

    When we installed the Lite version of DBSEO for testing purposes, we experienced a couple of pretty serious issues. 95% of the addon worked perfectly, but a few things made the site unusable. 1. Links to go to a specific post, whether that was a specific numbered post or the latest post...
  6. K

    Question Images have a hard width set, which breaks layout on smaller screens

    It breaks the layout because if the user is on a small screen, the site sizes down to fit the screen but the image itself does not change size. So an 800px wide image on a 600px wide viewport is going to break outside the constraints of the site container.
  7. K

    Question Gallery not importing from Vbgallery

    It's still not 100%. When you fail validation, the "Category" and "Prefix" is still lost. Try to open a ticket with "Bug" and "4.2" selected and make sure to fail validation on the product version. When the new page loads, "Bug" will be changed to "How do I" and prefix will be changed to blank.
  8. K

    Question Gallery not importing from Vbgallery

    You are absolutely incorrect, and I have proof of that attached. I was submitting a bug report for GALLERY. I selected GALLERY on the initial support ticket system. I put the product version as 1.3.2pl3. This caused the form validation to fail because it wants something in the form of 1.3.2. No...
  9. K

    Question Images have a hard width set, which breaks layout on smaller screens

    When viewing full images in the gallery, if the image was resized to say 800px wide on upload, the gallery software displays the image with a width property of 800. On smaller screens, this completely breaks the layout. I fixed this by editing the dbtech_gallery_image_full template and replacing...
  10. K

    Question Gallery not importing from Vbgallery

    Still an excuse for something that could be EASILY fixed. $('#yourfield').keyup(function() { $(this).trigger('change'); }); Now, even whenever someone changes via keyboard, the change action will be triggered.
  11. K

    Question Gallery not importing from Vbgallery

    Javascript onchange (jQuery .change()) works pretty much everywhere, including Chrome, which I'm using...
  12. K

    Question Gallery not importing from Vbgallery

    No offense intended here, but the system should work regardless of whether we use a keyboard or mouse to focus on the elements. Secondly, the system DID lose several inputs multiple times. We would get an error message about something being incorrectly written (IE product version) and then after...
  13. K

    Question Gallery not importing from Vbgallery

    Your support ticket system is also completely screwed up. This wasn't filed as a How Do I and it wasn't filed in the username change forum. It also took entirely too long to submit because it kept forgetting previous inputs. Extremely frustrating.
  14. K

    Question Gallery not importing from Vbgallery

    The importer is not working. It is successfully creating the new directories (In other words, file permissions are correct), but not creating the images. The error log is loaded with warnings relating to the process: 2015/09/30 07:14:13 [error] 15622#0: *11379 FastCGI sent in stderr: "PHP...
  15. K

    Question Reviewpost Importer

    Will do. We would make our own importer but we've got no interest in purchasing a license unless we know that our data can be moved over. And we don't know that our data can be moved over until we have a license. I'll update this thread if we ever go ahead and purchase / create an importer.
  16. K

    Question Reviewpost Importer

    26 views and no response? All I need to know is whether there is a reviewpost importer available. If not, we can write one in-house, but I need to know if one already exists...
  17. K

    Question Reviewpost Importer

    Bump. We have a very large installation and need to know if we're going to be able to import our reviews.
  18. K

    Question Reviewpost Importer

    We are looking to purchase the pro version of the review software in order to get away from AWFUL reviewpost / reviewpost support. But in order to do the move, we have to be able to migrate all of the review data from Reviewpost into Dragonbyte Reviews. Is there an importer available for Reviewpost?
  19. K

    Question Performance question

    We jumped to 89% CPU usage on our database server (24 cores) after installing this addon. Our normal load is around .8 on this server. Needless to say, not a good start. We currently have the addon disabled until we finish importing our 8 million thanks from Abe's addon. After that we'll add...
  20. K

    Bug Filecache never purged

    So your recommendation then is to use Memcache on our database server as VB's object store? (And as the vboptimise data store)?
Back
Top