You are asking for a query and yet do not provide which of the options you want to set to always Yes. You should be more specific assuming you don't want to ruin your forum. If you do then keep speaking in generalities and your wish will come true.Car2013 wrote:Any help, folks?
Well.. Im taking about the function "Enable Topic SEO"... a mod installed. And in the table (SQL) is 'enable_topic_seo'RMcGirr83 wrote:You are asking for a query and yet do not provide which of the options you want to set to always Yes. You should be more specific assuming you don't want to ruin your forum. If you do then keep speaking in generalities and your wish will come true.Car2013 wrote:Any help, folks?
Unfortunately doesnt have this function... and that's the problem.Lumpy Burgertushie wrote:shouldn't that be a function of the MOD? I would assume the MOD would have a switch to set it for all topics.
based on the name of the MOD ( I have never heard of this MOD so I don't know for sure ) it is about topics not forums to begin with.
either way, you haven't told us what the table is in the database, nor what your table prefix is etc.
how about a link to this MOD so we can at least see what it is supposed to be doing.
robert
Well, I think you brought some solution. I appreciate very much.ViolaF wrote:if you want to set a yes-option globally, eg. normally its in some of the forums-table's,
you just have to make some sql, eg. (symbolic) SET 1 (means normally yes) IN WHATEVER_FORUM_TABLE WHERE forum_id IS NOT 999999999999 (means all forums, because a forum_id normally is not 999999999999. Somewhat in this direction.....
Code: Select all
SET 1 IN `enable_topic_seo` WHERE forum_id IS NOT 999999999999
Code: Select all
SELECT 1 FROM `enable_topic_seo` WHERE forum_id IS NOT 999999999999
It's not the case, man. Because first... what Im asking is not HOW to manage the mod. And second, what I want to achieve is some kind of 'code modification' that I could 'cheat' the original code...to get what I want...which is to mark all to 'YES'.RMcGirr83 wrote:Think it is this mod viewtopic.php?t=2118159 which means each forum should have a selection when you edit the forum to allow the mod or not. If it is that mod then you should be asking for support here https://www.phpbb.com/customise/db/mod/ ... od/support
That's very clear as you don't even bother to mention what mod it is. In fact, I spent time of my own to try and figure out what mod you were talking about.Car2013 wrote:It's not the case, man. Because first... what Im asking is not HOW to manage the mod.
Sure I can tell you the query to run to help you stop being lazy but, I have decided I have better things to do.So, if you can help as the user 'ViolaF', great. Try..and I'll appreciate. If not, please, dont mess or give comments that wont help. Id appreciate as well.
You're welcome.Thanks
Yes, right. Everybody 'believes' you. You cant even define what I'm talking about.. imagine knowing the right query we're looking for???RMcGirr83 wrote: Sure I can tell you the query to run to help you stop being lazy but, I have decided I have better things to do.
You are completely clueless. Buh bye!Car2013 wrote:Yes, right. Everybody 'believes' you. You cant even define what I'm talking about.. imagine knowing the right query we're looking for???
Don't waste my time, ok? Take care.