Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
November 6, 20195 yr Just throwing some ideas out there - not sure if all would be possible. 1. Points for submitting a link 2. Points for reviewing a link 3. Points for commenting on a link 4. Points for getting a link featured 5. Points if a link gets pinned 6. Points if a link get X views 7. Points if a link gets X hits
November 6, 20195 yr 3 minutes ago, Adriano Faria said: Oh not sure I want to do that much, sorry. No worries. Whatever you want to add would be great.
December 16, 20195 yr Author What's New in Version 5.4.9: Fix exception error when using Upload as image API.
February 2, 20205 yr Can you add in the widgets of your applications the possibility of seeing a tag or the name of the category. This allows for a clearer understanding because the name of the site is often not enough to know what it is about.
February 6, 20205 yr I want to add the link https://www.vbulletin.org to my Directory, but resoinse is Ivalid URL. Why does this happen ? Thanks 🙂
February 6, 20205 yr Author 22 minutes ago, TheSonic said: I want to add the link https://www.vbulletin.org to my Directory, but resoinse is Ivalid URL. Why does this happen ? Thanks 🙂 Probably because there's nothing in .org. It redirects to https://www.vbulletin.org/forum/portal.php and this URL works: The system checks the URL in submission. It only accept httpResponseCode 200. Redirect is 302. You can use the main site and will work: https://www.vbulletin.com/ Edited February 6, 20205 yr by Adriano Faria
February 10, 20205 yr Author What's New in Version 5.4.10: New Feature: Introduces link weight so you can show important links first in the links listing (category view) New setting to enable weight in Links Directory app New setting to set default weight on link submission (from 0 to 100) New moderator permission to allow moderators to edit the weight of a link All weight information is available only to the moderators so users won't see it
February 12, 20205 yr Just one future Request if possible . In comment when you add more than one image a possibility to have imagine 5 thumbnails linked to the photo instead of this : https://www.recifalfrance.fr/links/link/2-all-marine/?tab=comments
February 12, 20205 yr Author 1 minute ago, Selor said: Just one future Request if possible . In comment when you add more than one image a possibility to have imagine 5 thumbnails linked to the photo instead of this : https://www.recifalfrance.fr/links/link/2-all-marine/?tab=comments It's and editor like any other across the suite. All you have to do it click twice in the image and resize it.
February 12, 20205 yr 1 minute ago, Adriano Faria said: It's and editor like any other across the suite. All you have to do it click twice in the image and resize it. Ahhh ok sorry 🙂 will try this Adriano 🙂 Thanks and well job perfect code pretty .. easy Really nice
February 12, 20205 yr is there a way I can put a link for exemple google.com and it stays google.com because every time i put google.com it automatically puts https:// on it can you take that off?
February 12, 20205 yr Author No. It checks the URL, “redirects” to it, check its state (httpResponse=200) and add the right URL, which includes http or https.
February 12, 20205 yr 22 minutes ago, Adriano Faria said: No. It checks the URL, “redirects” to it, check its state (httpResponse=200) and add the right URL, which includes http or https. Yeah but I don't need the http:// I want to put a link and leave it as it is can you advise me how to do it?
February 12, 20205 yr Author You can’t, mate. You don’t need but a link HAS http or https. That’s how it works.
February 12, 20205 yr 8 minutes ago, Adriano Faria said: You can’t, mate. You don’t need but a link HAS http or https. That’s how it works. I get what you saying but if I use for exemple https://bitly.com to shorter the links and put a link with only testing.com it works thats why Edited February 12, 20205 yr by Andre Raposo
February 12, 20205 yr Author Ok mate. I’ll take a look when I have to release a new version. No ETA at all as this is not a bug or is crashing your board.
February 18, 20205 yr @Adriano Faria had an interesting situation come up today sir, A user added a link to his website in his club, then went to add a link to his website in the main site links directory and it is seeing it as a duplicate. Can you please remove "club links" from the duplication prevention method
February 18, 20205 yr Author Sorry, I don't see much sense in this. I usually don't change things that is working (at least I don't see any complaints) based in one particular situation from a single user. Sorry. Just allow to post duplicated links and you're done.
February 18, 20205 yr 3 hours ago, Adriano Faria said: Sorry, I don't see much sense in this. I usually don't change things that is working (at least I don't see any complaints) based in one particular situation from a single user. Sorry. Just allow to post duplicated links and you're done. Didn't you add a button to turn off duplicate checking? If that was there @fix3r could just turn off duplicate checking and moderate each link added. Depending on the subject of the directory, moderation is a good idea IMO.
February 21, 20205 yr Author 6 hours ago, Admin 1 said: How do I delete a link category? Like any other forum/category, in your ACP.
April 2, 20204 yr Author On 2/12/2020 at 7:03 PM, Andre Raposo said: I get what you saying but if I use for exemple https://bitly.com to shorter the links and put a link with only testing.com it works thats why Took a look on this now and I really won't do it. I won't change how the app works: it uses a URL field to add URLs and make the checking properly. I won't change it for a text field and do manual checkings. About your example in Bitly.com: if I try to shorten www.test.com, it changes the end results to: It also adds the http:// as expected. Thank you.