Posted October 18, 20177 yr This tool will create missing support topics for Downloads files. Permission: EDIT CATEGORY in Downloads cateegories required.
September 22, 20186 yr 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/ Edited September 22, 20186 yr by thomasdw
September 22, 20186 yr Author 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/
September 22, 20186 yr 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
September 22, 20186 yr Author 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. Edited October 5, 20186 yr by Adriano Faria
September 22, 20186 yr I added the SQL line and then ran the support topic plugin and it worked - topic created Thanks !!! 🙂
February 18, 20196 yr Author -- 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. Edited February 18, 20196 yr by Adriano Faria
February 18, 20196 yr 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.
February 18, 20196 yr Author 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.
February 18, 20196 yr 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 Edited February 18, 20196 yr by Pete T
February 18, 20196 yr Author 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.
Archived
This topic is now archived and is closed to further replies.