Results 1 to 10 of 767

Hybrid View

  1. #1
    Join Date
    Feb 2014
    Location
    The Netherlands
    Posts
    58
    Plugin Contributions
    0

    help question Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    Yes, there's a very simple way to determine which version you're using. Take a look at the configuration options in admin. There are 3 possible situations:
    1. If you have options to set width and height, you're using version 1.0.
    2. If you don't have those options AND last config line doesn't mention slideshow version, you're using 2.0
    3. If the last line in configuration shows slideshow version, well, try guessing which version you have...

    Regards,
    Leonard
    OK, I've looked at the configuration options and I see that I have ZX Slideshow v.1 installed. I'm trying to upgrade to the latest version and I've tried to uninstall the current version by running the following MySQL query:

    Code:
    SET @configuration_group_id=0;
    SELECT @configuration_group_id:=configuration_group_id 
    FROM configuration_group
    WHERE configuration_group_title= 'ZX Slideshow Configuration'
    LIMIT 1;
    
    DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id;
    DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;
    Unfortunately, it doesn't seem to make a difference. I can still access ZX Slideshow from admin as if nothing has changed.

    Maybe I'm missing something very simple...?

  2. #2
    Join Date
    Feb 2013
    Posts
    45
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    i use version 2.0 , how can resolve my visualizations problems?!!

  3. #3
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by McLovin View Post
    OK, I've looked at the configuration options and I see that I have ZX Slideshow v.1 installed. I'm trying to upgrade to the latest version and I've tried to uninstall the current version by running the following MySQL query:

    Code:
    SET @configuration_group_id=0;
    SELECT @configuration_group_id:=configuration_group_id 
    FROM configuration_group
    WHERE configuration_group_title= 'ZX Slideshow Configuration'
    LIMIT 1;
    
    DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id;
    DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;
    Unfortunately, it doesn't seem to make a difference. I can still access ZX Slideshow from admin as if nothing has changed.

    Maybe I'm missing something very simple...?
    To be honest, I'm not sure... I'd suggest removing it from phpMyAdmin manually - that's probably the simplest and bulletproof option. Make sure you backup your database before doing anything.

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3672
    Last Post: 11 Sep 2025, 05:07 PM
  3. goMobile Support Thread
    By steveyork136 in forum Addon Templates
    Replies: 29
    Last Post: 26 Aug 2015, 11:56 AM
  4. Frontpage Slideshow [support thread]
    By sport_billy in forum All Other Contributions/Addons
    Replies: 108
    Last Post: 10 Jul 2014, 12:41 PM
  5. SnapShot [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 26 Oct 2012, 08:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg