Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
August 8, 20186 yr Author You better use same size for all icons. You can see the last one is smaller. But I’ll take a look in next version.
August 10, 20186 yr How can I rename "Links Directory" on my menu to just "Directories". I need it shorter. Thanks.
August 10, 20186 yr Author How can I rename "Links Directory" on my menu to just "Directories". I need it shorter. It’s a language bit. Change it in ACP -> Customization -> Languages.
August 10, 20186 yr In a future release, would it be possible to have an option to turn off the duplicate link protection? I'm working on a project which duplicate links isn't an issue. I couldn't find any settings to turn that protection off. If there is a setting, please let me know. Thanks!
August 10, 20186 yr Author Ok, I’ll add a setting. Currently you can edit a file to allow this. Let me know if you want me to show you how to do it.
August 10, 20186 yr Ok, I’ll add a setting. Currently you can edit a file to allow this. Let me know if you want me to show you how to do it. Sure, I'd love the code. Thanks for adding the setting. ? Edited August 10, 20186 yr by Bluto
August 10, 20186 yr Thank You. No rush. Whenever you get a chance. Edited August 10, 20186 yr by Bluto
August 10, 20186 yr Author Open applications\links\sources\Link\Link.php and find: $return['url'] = new \IPS\Helpers\Form\Url( 'link_url', ( $item ) ? $item->url : '', TRUE, array( 'allowedProtocols' => array( 'http', 'https' ) ), function( $val ) use ($item) { if( \IPS\Request::i()->do == 'submit' ) { $count = \IPS\Db::i()->select( 'COUNT(*)', 'links_links', array( 'link_url=?', $val ) )->first(); if ( $count ) { throw new \InvalidArgumentException('link_in_use'); } } } ); Change to: $return['url'] = new \IPS\Helpers\Form\Url( 'link_url', ( $item ) ? $item->url : '', TRUE, array( 'allowedProtocols' => array( 'http', 'https' ) ) ); @Bluto
August 10, 20186 yr I recently bought this addon for our little community, but for the life of me I cannot get the star ratings to even show up. I have added the ability to the group, and enabled it in the settings for the category. It is working on my blogs setup, and I can make it work in the normal forum. Have you any suggestions?
August 10, 20186 yr Author Star rating is tied to reviews. Enable reviews in categories and then when someone review a link,
August 10, 20186 yr I have fixed it! It seems that if you just rename the default link directory and use that the star ratings don't work, at least they didn't for me. I just created new directories, and they have worked just fine.. So I guess I have solved it!! Thanks any way.
August 10, 20186 yr Nope not fixed ? I can now see the stars, I just cant with any user give any stars. Star rating is tied to reviews. Enable reviews in categories and then when someone review a link, Got it !!!!!! Thank you...
August 10, 20186 yr Author The only way to stats appears is enabling the REVIEWS, as I told 29 minutes ago: Edited August 10, 20186 yr by Adriano Faria
August 10, 20186 yr The only way to stats appears is enabling the REVIEWS, as I told 29 minutes ago: I had reviews enabled.
August 10, 20186 yr Author I had reviews enabled. Then starts will appear when someone is submitting a review:
August 10, 20186 yr Then starts will appear when someone is submitting a review: They do now.. The mistake I made (if you can call it a mistake) was that I just renamed the default directory that came with Links Directory, that didn't show up any stars at all, I did have the "Allow review" thing checked, but it didn't work. I then created other directories, and they were fine, just the original one wasn't. I have it sorted now, I just deleted the original default directory, and all is well with the world. Thanks for your help.
August 20, 20186 yr When sorting links by rating within a category view, the links with one 5-star review are displayed above links that have more than one 5-star reviews. Like this: Link 1 (5 stars, 1 review) Link 2 (5 stars, 4 reviews) Link 3 (5 stars, 10 reviews) I would list other way: the more reviews, the higher in the list. Is it possible to add number of reviews to the rating sorting?
August 20, 20186 yr Author That’s not how it works. I can only sort by one column and it is rating. Number of ratings do not count here. Same happens in Downloads, etc.
August 20, 20186 yr That’s not how it works. I can only sort by one column and it is rating. Number of ratings do not count here. Same happens in Downloads, etc. Is it something to be changed in the core?
August 20, 20186 yr Yes. I can see the "wrong" sorting in downloads as well https://invisioncommunity.com/files/category/163-utilities-and-stats/?sortby=file_rating&sortdirection=desc
August 20, 20186 yr Author Then I won’t take a look. It’s a core thing. I mean, probably a workaround can be applied somewhere but I rather do it properly following IPS pattern. I’d suggest you create a topic in Feedback forum.
September 10, 20186 yr Hi, Can I make fields (Title, Description) as optional fields and not requied?