pseudovin
Forum Replies Created
-
Solved by creating these tables:
CREATE TABLEwp_bwfan_automation_complete_contact(IDbigint(20) unsigned NOT NULL AUTO_INCREMENT,cidbigint(20) unsigned NOT NULL,aidbigint(10) unsigned NOT NULL,eventvarchar(120) COLLATE utf8mb4_unicode_520_ci NOT NULL,s_datedatetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Start Date',c_datedatetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Completion Date',datalongtext COLLATE utf8mb4_unicode_520_ci,trailvarchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL COMMENT 'Trail ID',
PRIMARY KEY (ID),
KEYID(ID),
KEYcid(cid),
KEYaid(aid),
KEYc_date(c_date)
);
CREATE TABLEwp_bwfan_automation_contact(IDbigint(20) unsigned NOT NULL AUTO_INCREMENT,cidbigint(20) unsigned NOT NULL,aidbigint(10) unsigned NOT NULL,eventvarchar(120) COLLATE utf8mb4_unicode_520_ci NOT NULL,c_datedatetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Start Date',e_timebigint(12) unsigned NOT NULL,statustinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '1 - Active | 2 - Failed | 3 - Paused | 4 - Waiting | 5 - Terminate | 6 - Retry',lastbigint(10) unsigned NOT NULL DEFAULT '0',last_timebigint(12) unsigned NOT NULL,datalongtext COLLATE utf8mb4_unicode_520_ci,claim_idbigint(20) unsigned NOT NULL DEFAULT '0',attemptstinyint(1) unsigned NOT NULL DEFAULT '0',trailvarchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL COMMENT 'Trail ID',
PRIMARY KEY (ID),
KEYID(ID),
KEYcid(cid),
KEYaid(aid),
KEYe_time(e_time),
KEYstatus(status),
KEYclaim_id(claim_id)
);
CREATE TABLEwp_bwfan_automation_contact_claim(IDbigint(20) unsigned NOT NULL AUTO_INCREMENT,created_atdatetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (ID)
);
CREATE TABLEwp_bwfan_automation_contact_trail(IDbigint(20) unsigned NOT NULL AUTO_INCREMENT,tidvarchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'Trail ID',cidbigint(12) unsigned NOT NULL COMMENT 'Contact ID',aidbigint(10) unsigned NOT NULL COMMENT 'Automation ID',sidbigint(10) unsigned NOT NULL COMMENT 'Step ID',c_timebigint(12) unsigned NOT NULL,statustinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '1 - Success | 2 - Wait | 3 - Failed | 4 - Skipped',datavarchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (ID),
KEYID(ID),
KEYtid(tid),
KEYcid(cid),
KEYsid(sid),
KEYstatus(status)
);
CREATE TABLEwp_bwfan_automation_step(IDbigint(10) unsigned NOT NULL AUTO_INCREMENT,aidbigint(10) unsigned NOT NULL,typetinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '1 - Wait | 2 - Action | 3 - Goal | 4 - Conditional | 5 - Exit',actionvarchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,statustinyint(1) NOT NULL DEFAULT '0' COMMENT '1 - Active | 2 - Draft | 3 - Deleted',datalongtext COLLATE utf8mb4_unicode_520_ci,created_atdatetime NOT NULL DEFAULT '0000-00-00 00:00:00',updated_atdatetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (ID),
KEYaid(aid),
KEYtype(type)
);(change “wp_” to your WordPress table prefix)
Make sure your SMTP is working. If you use WP SMTP plugin, try the tools to send test email.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Limit the purchaseHi,
In Woocommerce Product > edit your product > Inventory tab > check “Limit Purchase to 1 items per order”.Dashboard > Tutor LMS Settings > Design > turn off “Review” in Page Features.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Redirect registration pageDashboard > Tutor LMS Settings > Advanced > turn off “Enable Tutor Login”…. or (if remain ON) you can use CSS to edit the login/register popup or page.
Another way, redirect the login/register page to your created page.If you create a popup for login/register by using Elementor, you can call the popup when user press the button.
Dashboard > Tutor LMS Settings > Monetization > turn off “Enabled Guest Mode”
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] CVS quiz import formatIt’s not a perfect CSV I think, we can’t easily modify the CSV since it have no header. You need to export a sample quiz (with question, answer, and settings) and then duplicate & modify the values.
For example, the True/False question, has this structure of CSV: (total 3 lines except the first line [settings])
settings,"Quiz Title","",0,minutes,,3,80,10,,question_pagination,sorting,,200
question,"Quiz question","<p>Description</p>",true_false,,1.0,1,1,1,1,"Quiz Explanations"
answer,"True",,1,0,true,0
answer,"False",,0,0,false,0
(The answer is True)Generally, the structure for one CSV is like this:
settings,,,,
question,,,,, >question 1
answer,,,,
answer,,,,
question,,,,, >question 2
answer,,,,
answer,,,,
question,,,,, >question 3
answer,,,,
answer,,,,
....and so on....
And every question type have their own structure. Make sure you export all type of question you need.
To edit, you can use Excel formula, like this:
=”settings,””Quiz number “&A1&” – My Quiz Title””,””””,0,minutes,,3,80,10,,question_pagination,sorting,,200″- This reply was modified 2 years, 2 months ago by pseudovin.
Forum: Plugins
In reply to: [Compact WP Audio Player] errore Compact Audio Player@mbrsolution Nevermind, I fixed the problem. I turn off “Prevent Hotlinking” option (in my WP setting) and it works now. I never check my audio since I turn this option On :/
Forum: Plugins
In reply to: [Compact WP Audio Player] errore Compact Audio PlayerI have the same problem. When entered full URL (which is my local URL and it works on the previous version: e.g. https://mydomain.com/wp-content/uploads/music.mp3) it shows Error 403.
When I change to “/wp-content/uploads/music.mp3” it shows an error of Invalid URL.
This is my shortcode:
[sc_embed_player fileurl=”/wp-content/uploads/2023/12/5.-mao1.mp3″]From my experience, you need to set up your SMTP, and make sure it’s working.
or
Go to: Admin > WooCommerce > Settings > Advanced > Features > select Posts storage (legacy) option.
Figure it out
.tutor-dashboard:not(.is-sidebar-expanded) .tutor-dashboard-left-menu {display: block;}
UPDATE: I don’t know why, but the pages normal now