Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 20, 20177 yr Add topic icons to newly created topics. Set which forums and member groups can use them. And which forums require a topic icon. v1 Features: Upload as many topics icons as you want through the admin. Set which forums can use topics icons and which forums require a topic icon. Set which forums can view and add topic icons. Topic icons displays along side the topic in both the forum and topic views.
April 20, 20177 yr Only square icon display size? We should pick the width and height manually Badges support (color, text, shape size) would be a nice addition Looking for something to replace cause the author seems to not be willing to add more badges options. Another feature: quick select icon/badge without needing to edit the topic
April 21, 20177 yr Author 19 hours ago, amator said: Only square icon display size? We should pick the width and height manually It's following the standard "ips thumbnail" class right now but will consider a fixed dimension option. 19 hours ago, amator said: Another feature: quick select icon/badge without needing to edit the topic This is also something I'll note as would be a good idea to quickly change an icon rather then go through the edit form. 19 hours ago, amator said: Badges support (color, text, shape size) would be a nice addition This is not likely unless there's some demand for it as it's not a simple change.
April 21, 20177 yr 19 hours ago, Mike John said: This is not likely unless I think that badges are necessary in IPS 4.2 because in fluid forum there would be 2 images side by side. Badges would be better in this case + option to disable icons in fluid view Edited April 21, 20177 yr by amator
April 24, 20177 yr Hi, I have 2 questions Does it only work with the default skin? I have a IPSFocus skin and unfortunately the icons do not appear in the Themes (list only). Why? In the Topic List, the icon appears correctly with both the default skin and the IPSFocus skin, but I ask: since I use a thumbnail system, this is what appears. In order of display: icon > thumbnail > title You can reverse the position of the icon with the thumbnail position so that the icon is always attached to the title and not divided by the thumbnail? I would like to order: thumbnail > icon > title
April 27, 20177 yr Author On 24/04/2017 at 5:51 PM, dokdok said: Does it only work with the default skin? I have a IPSFocus skin and unfortunately the icons do not appear in the Themes (list only). Why? Can you send me a copy of the theme or provide login details to your site? And I'll see what adjustments are needed so that the hook loads properly.
April 27, 20177 yr 4 hours ago, Mike John said: Can you send me a copy of the theme or provide login details to your site? And I'll see what adjustments are needed so that the hook loads properly. I sent you a PM
May 20, 20177 yr HeyThis app will also be updated to the latest versionYou can just install the app without errorsBut he does not indicate the icons
May 22, 20177 yr Author On 20/05/2017 at 6:46 PM, gerard001 said: But he does not indicate the icons Noted. New IPB 4.2 versions will be starting to come out soon.
November 22, 20177 yr Hi. It's very fine, only two requests. When topic is pinned, we don't see the icon on the topic itself, the one showing posts, but the original icon of pinned topic. Is it possible to show the Topic Icon chosen ? And there is square around the logo, even with png files. Can you get this off ? ThX.
November 22, 20177 yr Author 9 hours ago, Mostovoi said: It's very fine, only two requests. It looks like I already replied elsewhere but just to repeat. Could you confirm the exact version of IPB your using and if you've tested this with the default theme as well?
November 24, 20177 yr Hi. My board is 4.2.4 yet. The skin is default, looks like the same with IPB Support skin.
November 29, 20177 yr Hi. Can we put only 20 icons ? We need more, like unlimited, why not as before Can you reply please ? ThX. Edited November 29, 20177 yr by Mostovoi
November 30, 20177 yr Author On 11/25/2017 at 4:32 AM, Mostovoi said: The skin is default, looks like the same with IPB Support skin. Could you PM me login details to your board so I can troubleshoot this further? 1 hour ago, Mostovoi said: We need more, like unlimited, why not as before I'll note this so it's definitely added next version. You can view a patch here if you wanted to apply straight away.
January 21, 20187 yr Author This plugin has been updated with the following change log. Quote Small bug fix and adjustments. see here.
September 30, 20186 yr Author This plugin has been updated with the following change log. Quote Auto scroll bar when more then 2 rows of topic icons. Improvements to mobile and tablet responsiveness.
July 22, 20204 yr Hello @Michael.J. I don't find how to put the title of the topic on the alt= balise of the icon code. Can you help please ? Thank you. Edited July 22, 20204 yr by Bocar
July 23, 20204 yr Author 23 hours ago, Bocar said: I don't find how to put the title of the topic on the alt= balise of the icon code. There is no per icon option to set the alt text. You can only set a single one for everything in the template bits.
July 23, 20204 yr 18 hours ago, Michael.J said: There is no per icon option to set the alt text. You can only set a single one for everything in the template bits. Hello. OK, thank you. Where can I set it in the template bits ? Edited July 23, 20204 yr by Bocar
July 25, 20204 yr Author On 7/24/2020 at 8:40 AM, Bocar said: Where can I set it in the template bits ? Open acp > theme editor > core > global > plugins > topicIconTopic or topicIconForum. Search for the empty alt parameter.
July 25, 20204 yr Thank you, I found it. But when I put $row->mapped('title') on the alt="" to set the name of each topic title on the alt, the logo alt text appears as ('title'). What is the code to put there for the topics titles please ? Thank you. Edited July 25, 20204 yr by Bocar
July 29, 20204 yr On 7/26/2020 at 12:08 AM, Michael.J said: Open acp > theme editor > core > global > plugins > topicIconTopic or topicIconForum. Search for the empty alt parameter. When I put $row->mapped('title') on the alt="" as it is the title of each topic on the IPS code, the logo alt text appears as ('title'). What is the code to put for titles by topics please ? Thank you.