Adriano Faria Posted October 18, 2017 Posted October 18, 2017 This tool will create missing support topics for Downloads files. Permission: EDIT CATEGORY in Downloads cateegories required.
thomasdw Posted September 22, 2018 Posted September 22, 2018 I ran it, but not all were created http://www.lockonfiles.com/files/file/3564-bartheks-gtm-12-for-dcs-25/ this one had its topic hidden first then deleted the topic, by mistake and I bought the mod to create its support topic the category has a forum topic, so it should have been created http://www.lockonfiles.com/files/category/704-bartheks-ground-texture-mod-gtm/
Adriano Faria Posted September 22, 2018 Author Posted September 22, 2018 10 minutes ago, thomasdw said: this one I deleted the topic by mistake and I bought the mod to create its support topic and that's the problem. The tool searchs for files that never had a topic; this one had (the topic ID is there) but you deleted the topic: $where[] = 'file_topicid = 0'; If I remove this, it will create topics for all files, including those which already has topics. You can either: Run a query to remove that topic ID for this file Install a plugin like this and create the topic directly in file view: https://invisioncommunity.com/files/file/7941-create-support-topics-for-files/
thomasdw Posted September 22, 2018 Posted September 22, 2018 using sql - no problem in doing that can you post the query please
thomasdw Posted September 22, 2018 Posted September 22, 2018 1 hour ago, Adriano Faria said: $where[] = 'file_topicid = 0'; Run a query to remove that topic ID for this file Install a plugin like this and create the topic directly in file view: https://invisioncommunity.com/files/file/7941-create-support-topics-for-files/ that plugin no longer works
Adriano Faria Posted September 22, 2018 Author Posted September 22, 2018 On 9/22/2018 at 12:58 PM, thomasdw said: that plugin no longer works You have to ask support to the other dev; not to me. What you can do is run a SQL Query to remove the ID of the old topic and then run again this plugin of mine. update downloads_files set file_topicid = 0 where file_id = XXX; Replace XXX for the file ID. Not tested as I’m on a mobile device.
thomasdw Posted September 22, 2018 Posted September 22, 2018 I added the SQL line and then ran the support topic plugin and it worked - topic created Thanks !!! 🙂
Adriano Faria Posted February 18, 2019 Author Posted February 18, 2019 -- THIS IS A CORE FEATURE IN DOWNLOADS FOR IPS 4.4. YOU DON'T NEED TO BUY IT IF YOU USE IPS 4.4. -- Compatible with IPS 4.3 & 4.2.
Pete T Posted February 18, 2019 Posted February 18, 2019 2 minutes ago, Adriano Faria said: Compatible with IPS 4.4. not sure if noticed but ips have added this into downloads not sure if much difference between the to.
Adriano Faria Posted February 18, 2019 Author Posted February 18, 2019 Just now, Pete T said: not sure if noticed but ips have added this into downloads not sure if much difference between the to. Addes support topic? Yes, since Downloads 1. This plugin creates support topics for existing files. Example: you have XXX files and then decides to use support topic. There's no way to do that with Downloads only... this plugin will create the XXX topics. EDIT: you mean this (in yellow)? It will rebuild topic content; not create missing topics.
Pete T Posted February 18, 2019 Posted February 18, 2019 3 minutes ago, Adriano Faria said: Addes support topic? Yes, since Downloads 1. This plugin creates support topics for existing files. Example: you have XXX files and then decides to use support topic. There's no way to do that with Downloads only... this plugin will create the XXX topics. No also added so if choose add support topic after making download in 4.4.x beta 4
Daniel F Posted February 18, 2019 Posted February 18, 2019 It will indeed create one if there's none:)
Adriano Faria Posted February 18, 2019 Author Posted February 18, 2019 1 minute ago, Daniel F said: It will indeed create one if there's none:) Oh ok, I will mark it compatible with 4.3 only! Tks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.