forum
Forum Replies Created
-
Forum: Plugins
In reply to: [wpForo Forum] Link in subject – Mail NotificationHi.
Please take a look to this FAQ topic
https://wpforo.com/community/faq/wpforo-email-shortcodes/Forum: Plugins
In reply to: [wpForo Forum] Version 1.9 – Server Error 503@formviewflow
try this oneCREATE TABLE IF NOT EXISTS `wplo_wpforo_logs`(
`logid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
`sessionid` VARCHAR (255) NOT NULL,
`key` VARCHAR (255) NOT NULL,
`value` MEDIUMTEXT NOT NULL,
PRIMARY KEY (`logid`),
KEY `sessionid_key` (`sessionid`(20), `key`(160))
) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;Forum: Plugins
In reply to: [wpForo Forum] Version 1.9 – Server Error 503try this one
CREATE TABLE IF NOT EXISTS `wplo_wpforo_logs`(
`logid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
`sessionid` VARCHAR (255) NOT NULL,
`key` VARCHAR (255) NOT NULL,
`value` MEDIUMTEXT NOT NULL,
PRIMARY KEY (`logid`),
KEY `sessionid_key` (`sessionid`, `key`)
) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;Forum: Plugins
In reply to: [wpForo Forum] Version 1.9 – Server Error 503Hi Dear @formviewflow
Please try this code without AUTOCOMMITS;only this part of the code
CREATE TABLE IF NOT EXISTS wplo_wpforo_logs(
logid BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
sessionid VARCHAR (255) NOT NULL,
key VARCHAR (255) NOT NULL,
value MEDIUMTEXT NOT NULL,
PRIMARY KEY (logid),
KEY sessionid_key (sessionid, key)
) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;Forum: Plugins
In reply to: [wpForo Forum] Private Forum GroupsHi Dear @francisokech
Please take a look to this FAQ topichttps://wpforo.com/community/faq/wordpress-user-roles-wpforo-usergroups-and-forum-accesses/
Forum: Plugins
In reply to: [wpForo Forum] wpForo not working with SuperMag by Acme ThemesHi dear friend,
I’m tested supermag with wpforo, all works fine.
Please send us your form url, to allow us help you with your theme problem.Forum: Plugins
In reply to: [wpForo Forum] Only Showing 404Hi Dear @rscarter1
Please follow this support topic on our wpForo Support community:
https://wpforo.com/community/how-to-and-troubleshooting-2/keep-getting-a-404-on-the-entire-forum/#post-34043Forum: Plugins
In reply to: [wpForo Forum] Menu ProblemI think this problem is not related to wpForo, this is a CSS conflict with your theme. Please make a screenshot, to help us understand the conflict.
Forum: Plugins
In reply to: [wpForo Forum] Menu ProblemHi @smhughey ,
Please take a look to this documentation
https://wpforo.com/docs/root/getting-started/forum-menu/Forum: Plugins
In reply to: [wpForo Forum] Changed color style does not appear in Chrome (but in IE)Hi dear @mikkolainen ,
In “chrome browser” You should do CTRL+F5 for removing css caches.Forum: Plugins
In reply to: [wpForo Forum] BBpress importHi dear @ksturff
Please read this topic:
https://wpforo.com/community/migrate-to-wpforo-from-other-forum-plugins/migrate-to-wpforo-go2wpforo-tool/Forum: Plugins
In reply to: [wpForo Forum] Display on Members List – can’t uncheck this optionHi dear @chanelwp
.
Please deactivate and again activate wpforo plugin and try again.Forum: Plugins
In reply to: [wpForo Forum] Problem with translationWpforo.com/documentation
Forum: Plugins
In reply to: [wpForo Forum] wpforo forum subject font colour changeHi stuio19.
Please read this documentation:
http://wpforo.com/docs/root/forum-themes/theme-styles/Forum: Plugins
In reply to: [wpForo Forum] How to disable attachmentsNot at all 🙂