Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
November 10, 20159 yr Author I remember Providers Page can achieve this feature, though it is builted with Page, can we modify Core or Forum to do this similar feature? Possible? Maybe. But not easy.
November 11, 20159 yr Hey @Ryan H. for the tag cloud, is there any way to sort it in a more random order? The default sort is alphabetical so to get any sort of variation you have to add a lot of tags but even then it's very alphabetical and seems one toned. Could we possibly get it to randomly generate and then cache for a bit before it regenerates or something? Maybe base it off of weight? So you get the more frequently used tags to lesser used tags?
November 11, 20159 yr Author Hey @Ryan H. for the tag cloud, is there any way to sort it in a more random order? The default sort is alphabetical so to get any sort of variation you have to add a lot of tags but even then it's very alphabetical and seems one toned. Could we possibly get it to randomly generate and then cache for a bit before it regenerates or something? Maybe base it off of weight? So you get the more frequently used tags to lesser used tags? I'm not sure what sorting methods would give good results. Seems to me random would hurt usability more than help. By weight would give a big gradient effect, rather than a traditional cloud. Can you give a screenshot of what you have?
November 11, 20159 yr Of course @Ryan H.. It also limits me on whether I can use tags across the site or if I have to limit it to that app. I took two. The first is 75 and across the site and the second is 75 and just forums.
November 11, 20159 yr Author Oh, I see your problem. It's taking the first 75, not the most popular 75. You're not (as?) concerned about how it actually displays on the frontend.
November 14, 20159 yr Hello @Ryan H. Just curious, could you add support for the new streams in 4.1? I'm unable to see prefixes on there.
November 15, 20159 yr Hi Ryan - I just purchased Advance Tags & Prefixes - very well done! Quick question, how do we get a sidebar to show up on the search page when filtering based on a tag/prefix? Thanks, Chad
November 15, 20159 yr Author Hi Ryan - I just purchased Advance Tags & Prefixes - very well done! Quick question, how do we get a sidebar to show up on the search page when filtering based on a tag/prefix? Thanks, Chad Search sidebar would be a question for IPS. If you only want it for tag searches, that probably can't be done.
November 15, 20159 yr Ryan, Found a bug. You have a hook on \IPS\Node\Model where you join your node_settings database table to the construct query when the node is loaded, which means that the fields get added to the $node->_data array, which also means that it breaks the $node->save() method to save the node back to the database because it attempts to write to database columns that don't exist.
November 16, 20159 yr Author Ryan, Found a bug. You have a hook on \IPS\Node\Model where you join your node_settings database table to the construct query when the node is loaded, which means that the fields get added to the $node->_data array, which also means that it breaks the $node->save() method to save the node back to the database because it attempts to write to database columns that don't exist. Got a PM about that today too. I'll be looking into it. It should be removing those fields before the node save is processed, but maybe that doesn't happen in some context.
November 16, 20159 yr Author How do I stop prefixes from converting capital letters to lowercase? Turn off the 'force tags to lowercase' setting. That's under Posting > Tags, as I recall--a global setting, not an app one. If you've had it enabled, though, you'll likely have to put some effort in fixing your existing tags/prefixes to not be lowercase anymore.
November 16, 20159 yr Turn off the 'force tags to lowercase' setting. That's under Posting > Tags, as I recall--a global setting, not an app one. If you've had it enabled, though, you'll likely have to put some effort in fixing your existing tags/prefixes to not be lowercase anymore. Thanks for your response. I didn't get far into it so the damage is an easy fix.
November 18, 20159 yr Author I have a likely fix for the node saving and copying issues. Waiting for confirmation before I put it up, as I can't reproduce everything reported.
November 19, 20159 yr @Ryan H. Sorry if this has been asked before, but is there a way to add multiple prefixes? Or is it possible to add this feature in the future? Edited November 19, 20159 yr by Xelphos
November 19, 20159 yr Author @Ryan H. Sorry if this has been asked before, but is there a way to add multiple prefixes? Or is it possible to add this feature in the future? No, multiple prefixes is not a feature--and I have no intention of adding it.
November 19, 20159 yr No, multiple prefixes is not a feature--and I have no intention of adding it. That kinda sucks. Your add-on is really useful for support forums.
November 21, 20159 yr Ryan, Found a bug. You have a hook on \IPS\Node\Model where you join your node_settings database table to the construct query when the node is loaded, which means that the fields get added to the $node->_data array, which also means that it breaks the $node->save() method to save the node back to the database because it attempts to write to database columns that don't exist. Got a PM about that today too. I'll be looking into it. It should be removing those fields before the node save is processed, but maybe that doesn't happen in some context. I believe I have the same problem. I am running IPS v4.1.3.2 with Advanced Tags & Prefixes v3.1.2 Steps to Reproduce Within the ACP, navigate to Pages > Content > My Database > Categories. I have multiple categories for the letters of the alphabet. I am attempting to add more letters, such as "H Category," "I Category," "K Category." Click on the small dropdown arrow and Copy. Receive "A configuration or server error has occurred. EX1054 Something went wrong. Please try again." See screenshot. Edited November 21, 20159 yr by Joel R
November 22, 20159 yr tried to delete... I think I found the answer Edited November 22, 20159 yr by hammerstringz
November 22, 20159 yr Author Joel, sent you the patch for that. I'll have it released within a few days.
November 23, 20159 yr Hello, Ryan. Is it a bug? I cannot select prefix. When app enabled When app disabled Thanks in advance!
November 23, 20159 yr Author Hello, Ryan. Is it a bug? I cannot select prefix. When app enabled When app disabled Thanks in advance! No. The app removes the open prefix option, you have to set each one up in the admin panel (Manage Prefixes) and then assign them to content containers (forums, etc.). Then you'll see those prefixes as a separate dropdown above the tag input. See the app screenshots and such. Edited November 23, 20159 yr by Ryan H.