[ABD] External Links - URL Manager

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
[email protected]
Registered User
Posts: 191
Joined: Sun Sep 15, 2013 11:49 am
Location: bb3.mobi
Name: Anvar Stybaev

[ABD] External Links - URL Manager

Post by [email protected] »

External Links
Prime Links Edition

Extension allows you to manage internal and external links posted in forum.
  • Manage attributes target, rel, class in the references, as well as the ability to add \ change the prefix for external links.
  • It is possible to specify a list of trusted and blocked domains. Available as a complete show off external links pointing to replace your text.
  • You can put a link in return for a replacement block or the disconnected links. Added management of the administration section. Showing page with a warning before proceeding (without redirection).
Demo/Download: removed
Repository: removed

Image

This extension is based on the original functions Prime Links - phpBB3.0.
Last edited by Marc on Thu Mar 31, 2016 12:13 pm, edited 4 times in total.
[DEV/Beta] More extensions

Hopefully Google correctly translate my text// I do not support in private messages!
User avatar
moviehive
Registered User
Posts: 190
Joined: Mon Oct 20, 2014 2:08 am
Name: Aaron T

Re: [BETA] External Links - URL Manager

Post by moviehive »

Thank you so so much for this. I loved Prime Links in 3.0 and this just makes me even happier than I am using 3.1 :D
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

Re: [BETA] External Links - URL Manager

Post by Jessica »

Are external vs internal links styled differently? It was like this with Prime links. Internal links don't have the blue highlight with Prime Links (they look somewhat like the style of viewtopic links like: viewtopic.php?f=456&t=2270671 ... while external links are like: Google
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
[email protected]
Registered User
Posts: 191
Joined: Sun Sep 15, 2013 11:49 am
Location: bb3.mobi
Name: Anvar Stybaev

Re: [BETA] External Links - URL Manager

Post by [email protected] »

External Links is default "button" class.
You can change class attribute in ACP, eg "posthilit", "content", "signature" and others take colurs.css
[DEV/Beta] More extensions

Hopefully Google correctly translate my text// I do not support in private messages!
lavachapi
Registered User
Posts: 54
Joined: Sat Nov 01, 2014 8:12 am

Re: [BETA] External Links - URL Manager

Post by lavachapi »

Is this configurable in ACP ? It would be nice to have a full solution :
  • Activate/deactivate
    Forbidden domains
    Different CSS for external links
    Icon
    Anonymizer
leschek
Registered User
Posts: 858
Joined: Tue Jul 18, 2006 12:49 pm

Re: [BETA] External Links - URL Manager

Post by leschek »

I'm not developer, but I tried it so:
lavachapi wrote:Is this configurable in ACP ?
Yes - in posting tab
lavachapi wrote:Activate/deactivate
You can activate/deactivate extension under "Customise" tab. You can also change setting so links will look as normal links (as phpBB displays them).
lavachapi wrote:Forbidden domains
You can create list of forbidden domains and create URL where those links will lead.
lavachapi wrote:Different CSS for external links
Yes. You can enter different class (from css file) for external and internal links. Would be great if there was css file coming with extension and user could edit it in ACP. And preview how links look.
lavachapi wrote:Icon
I believe, that you can define it in css file.
lavachapi wrote:Anonymizer
Not sure.
lavachapi
Registered User
Posts: 54
Joined: Sat Nov 01, 2014 8:12 am

Re: [BETA] External Links - URL Manager

Post by lavachapi »

^ Thanks. I should have installed myself to test. Now I did it. It sounds promising but it needs some spelling adjustments.
Anonymization is made trough a temporary page (Links prefix) on the board itself : no need for an external service to be reliable but an external service could be added at end of URL (default : http://your_domain.tld/your_path/url.php?)
[email protected] wrote:[…] You can put a link in return for a replacement block or the disconnected links. Added management of the administration section. Showing page with a warning before proceeding (without redirection). […]
Warning time is too short : I was unable to read the warning.
User avatar
martin123456
I've Been Banned!
Posts: 726
Joined: Sat Mar 05, 2011 7:44 pm

Re: [BETA] External Links - URL Manager

Post by martin123456 »

ext/bb3mobi/exlinks/controler/url.php

change 3 to what ever you like.

Code: Select all

meta_refresh(3, $location, true); // Time redirect

Code: Select all

<!-- IF S_CODE_UNTIDY and S_MESS_ON_INDEX Good If_Not_TIDY_Then_SUBMIT -->
lavachapi
Registered User
Posts: 54
Joined: Sat Nov 01, 2014 8:12 am

Re: [BETA] External Links - URL Manager

Post by lavachapi »

^ Thanks, it should be configurable in ACP and it should be a button to cancel.

Issue : when a link is copied and pasted on another domain by a registered member guests are able to follow that URL
Issue : no management for other protocols like ftp

~ : not cached

Nice : images outside [img] tag (just a link to image) are parsed. That's an improvement.

Please find French translation here.
User avatar
[email protected]
Registered User
Posts: 191
Joined: Sun Sep 15, 2013 11:49 am
Location: bb3.mobi
Name: Anvar Stybaev

Re: [BETA] External Links - URL Manager

Post by [email protected] »

In wish next version.

lavachapi, Merci!
[DEV/Beta] More extensions

Hopefully Google correctly translate my text// I do not support in private messages!
User avatar
Volksdevil
Registered User
Posts: 2415
Joined: Sun Oct 03, 2010 2:03 pm
Location: Lancashire, UK
Name: Neil

Re: [BETA] External Links - URL Manager

Post by Volksdevil »

Nice extension! :D

Some questions etc...

I added my own style to internal and external links (In my CSS) and then called the class in the extension page. But links in signatures are showing BOTH styles that I added in:

Code: Select all

class of internal links:
class of external links:
Can we omit it from being used in signatures? EDIT: In fact only signatures after the first post are affected? :?

Also, will there be any side effects with bots/google etc? If they follow an external link, will they see and possibly keep indexing the url.php pages?

------------------------------------------

Also, a request if possible?

Can you add in some text to further show the exact link? I have just had a quick go at adding the below but I'm not experienced with php enough, although it does seem to be working!

What I added as in the pic below is the part:
The exact link is:
Image
Last edited by Volksdevil on Sat Dec 27, 2014 2:00 am, edited 1 time in total.
My phpBB Extensions
Finally found great Website Hosting from :arrow: KUALO!
Do NOT use 123-reg.co.uk - Incapable of running phpBB!
:ugeek: TekNeil - Streamer on Twitch | My Volkswagen Corrado G60
Holger
Registered User
Posts: 1893
Joined: Tue Mar 12, 2002 3:54 pm
Location: Hannover

Re: [BETA] External Links - URL Manager

Post by Holger »

Very nice ext!
But it is very hard to understand/translate the English lang-file!

Swedish translation
User avatar
mrbfrequency
Registered User
Posts: 116
Joined: Sun May 05, 2013 4:13 am
Name: Mrinmoy Paul

Re: [BETA] External Links - URL Manager

Post by mrbfrequency »

I had installed the prime links mod. But I don't know how to modify it in the includes/prime_link.php
I am not much of a coding guy. Right now my all outgoing links are no-follow but i want to make the signature links do-follow. What should i do??
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: [BETA] External Links - URL Manager

Post by Lumpy Burgertushie »

mrbfrequency wrote:I had installed the prime links mod. But I don't know how to modify it in the includes/prime_link.php
I am not much of a coding guy. Right now my all outgoing links are no-follow but i want to make the signature links do-follow. What should i do??
this has nothing to do with the prime links MOD. this is an extension for phpbb 3.1.

if you are using 3.1 then you can install this on your test board to see if it works for you.

once it actually becomes an validated extension, you can then install it on your live board.

If you are using 3.0 then you can't use this at all and you would need to ask about the prime links mod wherever you got it from.

also, all links are "do follow" by definition unless you do something to make them "no follow".
I don't really understand the point of no follow to begin with.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
yakimchuk
Registered User
Posts: 15
Joined: Mon Jul 07, 2003 2:57 am

Re: [BETA] External Links - URL Manager

Post by yakimchuk »

If bbcode image in bbcode url, that break post. Example, http://c2n.me/jeRy5l.jpg

Return to “Abandoned Extensions”