gokuale
Forum Replies Created
-
Forum: Plugins
In reply to: [Team Members Showcase] Shortcodes not workinghello, i have the same issue.
in query filter don’t filter anyone
please check this problem.
thank’s a lotthank you very much I will give you a donation to thank you for the support and for future implementations
Hello @drazenbebic
yes the situation it’s that you specify in use-case.
but when in future the download link it’s invalid because it’s deactivated or expired, the your API retrive empty linkit’s understand ?
thanks a lot- This reply was modified 7 years ago by gokuale.
Forum: Plugins
In reply to: [License Manager for WooCommerce] Error when delete a keyhello thanks for this plugin it’s awesome.
I have same issue beacause the license is in delivered status but from backand the administrator are not able to change statusif activate license from API this status remain Delivered (icons green on the right), the activation from API change number it’s right
thanks for help us 🙂
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] admin video list is emptythanks it’s perfect
for all people the solution is:
—— change “#__” with prefix of your table in my case is “XX_” ————
ALTER TABLE
#__hdflvvideoshare_settingsADDview_visibleINT(3) NOT NULL DEFAULT ‘0’, ADDtagdisplayINT(3) NOT NULL DEFAULT ‘0’,ADDcategorydisplayINT(3) NOT NULL DEFAULT ‘0’;ALTER TABLE
#__hdflvvideoshareADDmember_idINT(3) NOT NULL,ADDsrtfile1varchar(255) NOT NULL,ADDsrtfile2varchar(255) NOT NULL,ADDsubtitle_lang1MEDIUMTEXT NOT NULL;ALTER TABLE
#__hdflvvideoshareADDsubtitle_lang2MEDIUMTEXT NOT NULL;