Notifications
Clear all

Limited Support

Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.

We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!

Merry Christmas and Happy Holidays! 🎄

wpForo 1.x.x [Closed] shortcode is not working

7 Posts
2 Users
1 Reactions
4,062 Views
Posts: 12
Topic starter
(@gobz004)
Active Member
Joined: 9 years ago

shortcode is not working on text widget on sidebar.

i would like to show the forum titles with counts in sidebar like browse by forums.

and i want to list only the recent  topics with Q&A layout  home page , not the forum titles in the home page ?

how to do?

 


6 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 10 years ago

wpForo shortcodes are only designed for post types. You can't use them in widgets.


Posts: 12
Topic starter
(@gobz004)
Active Member
Joined: 9 years ago

when i was moving my site from localhost to liveserver db getting error because of this plugin  

error is 

 The used table type doesn't support FULLTEXT indexes  that table is wp_foro_posts and all wp_foro_*

 

why its showing like this error.

 


Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 10 years ago

It's already explained if you click on text. Before MySQL 5.6 Full-Text Search is supported only with MyISAM Engine.  Therefore either change the engine for your table InnoDB to MyISAM  or upgrade to 5.6 and use InnoDB Full-Text Search.

Open backup file, replace all InnoDB words to MyISAM, save and import in empty database. Or upgrade your MySQL to 5.6 > .


Posts: 12
Topic starter
(@gobz004)
Active Member
Joined: 9 years ago

i've changed as you said while uploading am getting below error

 

Table structure for table `adh_wpforo_topics` -- CREATE TABLE IF NOT EXISTS `adh_wpforo_topics` ( `topicid` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `forumid` int(10) unsigned NOT NULL, `first_postid` bigint(20) unsigned NOT NULL DEFAULT '0', `userid` int(10) unsigned NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `last_post` bigint(20) unsigned NOT NULL DEFAULT '0', `posts` int(11) NOT NULL DEFAULT '0', `votes` int(11) NOT NULL DEFAULT '0', `answers` int(11) NOT NULL DEFAULT '0', `views` int(10) unsigned NOT NULL DEFAULT '0', `meta_key` text COLLATE utf8mb4_unicode_ci, `meta_desc` text COLLATE utf8mb4_unicode_ci, `type` tinyint(4) NOT NULL DEFAULT '0', `closed` tinyint[...]

MySQL said: Documentation

#1067 - Invalid default value for 'created' 


Page 1 / 2