Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Thomas P Posted February 6, 2018 Posted February 6, 2018 Hi fellows, is there a function in IPB to show URLs only in parts (url shorten) in posts? I mean like this: http://www.example.org/mysample/thisisa... Thanks, Thomas
Adlago Posted February 7, 2018 Posted February 7, 2018 Example https://invisioncommunity.com/forums/topic/44349...
Thomas P Posted February 8, 2018 Author Posted February 8, 2018 Ok, so I guess it is working here: http://www.longurlmaker.com/go?id=e01continuedDecentURLlankygreat0URLCutter7wB65extensive9URLHawk041ShrinkURLDwarfurlU763o9fprotracted0prolonged0Fly24cShredURL91PiURLvfar%2BoffRubyURLq0outstretchedRubyURLastringy1lankyv4i105qenlarged7h6l20stretchSnipURLShim849enduring0enduringCanURL83TraceURL8gangling24eG8LtoweringShrtnd6eURLCutter61bURLvienduring0x14fURLCutter1TraceURLelongatedo0r0b47dfdeepURLvieremoteEasyURL3lengthyShorl2Is.gd121f1k41037enlarged189m4301URL0s01YepItlengthyf1Shrinkr01running1Metamark0utalldeep90mibwdrawn%2BoutURL.co.ukhloftyganglingd8z206lengthenedremotes08edd6076URLFhURLz5lengthened1326517b6spun%2Bout1nxPiURLEasyURLShortlinksrangy08y0vs0Doiop9alofty0i1henlargedURLcutURLvi6URLhigh4flengthyDigBigfaraway0FwdURLURl.iesustained1stretchingSimURLd5eShorl0lengthyrunning0a8Minilienoutstretched1e38wcStartURL14SnipURL265791towering07MyURLNe1fStartURL211fdlastingfar%2BoffhhighjflengthyShorl8zShrinkURLlingeringURLPieShortenURL08URLPie0pURLvi125elongate04d702stretchingstringy0qG8L18UrlTea1Shorl1deep012qMinilienqqURLvi6URL1remotedrawn%2Bout0eShimG8LA2Nr160Shrinkrw0MooURL0qNe1rangylengthy1fyrunning10StartURL87G8L0poelongatedfar%2Boff60r7tallgangling5DoiopDoiopsglankyrangyX.se9elongatedt99267601Xil0y9100SHurlvUlimitetalldesustainedURl.ie1outstretchedShoterLink4033stretchingoutstretchedgreatShim7bisustainedspun%2Bout019113a0l28URL.co.ukx0runningURLCutterSimURLEasyURL2lankyaB6509far%2Boff83TinyLink6deeplongishstringyextensiveNotLong71stretchingcfar%2Boffwspun%2BoutSitelutionso1PiURL00lingering00151outstretched6f107jfarawayfelongatew8outstretchedcontinuedb190stringy9130towering1Shrinkr17SnipURL9aspun%2Bout04CanURL482i3lingeringMyURL233elongated71URLvi6URLUrlTea36koutstretcheddstretchlengthenedNanoRef0s9158far%2Bofflanky76highA2N175lengthy03flankystretched4Shrinkraed1elongatesustainedelongate1178NotLong076f0longishm3spread%2Bouttowering90outstretched1653d3210Fly2qXilEasyURL1protractedlongish162487YATUC40if31high34301URLgSmallrfarawaytall1yXilextensiveloftyextensive0Ne1002Minilien225runningstretchclnk.inremoteShortlinkskspun%2Bout13nSmallr09101017Minilien1002NotLongvTinyURL1Dece No - it does not 12 hours ago, Adlago said: Example https://invisioncommunity.com/forums/topic/44349... Did you shorten it by yourself?
Adlago Posted February 8, 2018 Posted February 8, 2018 7 minutes ago, Thomas P said: Did you shorten it by yourself? http://www.longurlmaker.com/go?id=
Thomas P Posted February 8, 2018 Author Posted February 8, 2018 Please enlighten me how to configure this to be automatically done by IPB
Cemmos Posted February 9, 2018 Posted February 9, 2018 You can always add a bit of jQuery to do it: $('a').text(function(index, oldText) { return oldText.length > 50 ? oldText.substring(0, 50) + '...' : oldText; }); https://jsfiddle.net/sg5pe3uc/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.