Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
PPlanet Posted December 13, 2017 Posted December 13, 2017 Hi, I have thousands of subforums, and I'm in the process of simulating an upgrade from 3.4 to 4.2 in a different server. Until 3.4 I had search engines as its own group, but I don't think there's a plugin now for doing that, so I will need to treat search engines the same as guests. I happen to have a few new plans too, like having some subscription memberships but I'd still like everyone to see the topics titles where they can see the forums (even if they cannot read the topics). For that I should switch the option of "Users without read permission can open forum?" to Yes. With my number of subforums is a daunting task to do this manually, editing thousands of subforums one by one, so I wonder if anyone good at database queries knows a query to switch that option in all subforums to "Yes"... and then I could simply manually deselect where not needed (which happens to be a small number).
newbie LAC Posted December 13, 2017 Posted December 13, 2017 Hello, 1 hour ago, PPlanet said: For that I should switch the option of "Users without read permission can open forum?" to Yes. It's permission_showtopic column in the forums_forums table UPDATE forums_forums SET permission_showtopic=1;
PPlanet Posted December 13, 2017 Author Posted December 13, 2017 Great thank you very much; some things are so easy when you know what you are doing!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.