[ABD] Local URL To Text

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
Naguissa
Registered User
Posts: 502
Joined: Thu Mar 02, 2017 6:55 am
Location: Barcelona
Name: Naguissa

Re: [3.2][RC] Local URL To Text

Post by Naguissa »

potku wrote: Mon Mar 12, 2018 12:14 pm Hmm, OK, thanks. :) Well, maybe Martin will have an idea as to why that is.
I'm not collaborator on this Extension, but I was subscribed as I'm interested in it.

The line I proposed is a common point of failure in servers, where there're some failures or delays when looking-up for its own name using DNSs.

I.e., Postfix is slow as hell delivering local mail if you don't have that line.


As maintainer said that it was resolved in PHP I thought: "what if it's trying to resolve itself using DNS and it's making it slow and prone to failures"?

But it seems not be the case.


Still, having that line is good.
koraldon
Registered User
Posts: 530
Joined: Sat Jun 30, 2007 12:42 pm

Re: [3.2][RC] Local URL To Text

Post by koraldon »

Does 1.1.1 also works with phpbb 3.1?
User avatar
___Martin
Registered User
Posts: 58
Joined: Wed Aug 27, 2014 3:05 pm
Location: Germany

Re: [3.2][RC] Local URL To Text

Post by ___Martin »

potku wrote: Mon Mar 12, 2018 12:14 pm Hmm, OK, thanks. :) Well, maybe Martin will have an idea as to why that is.
I just noticed that it seems to depend on the URL used to fetch a page of your forum. It does not matter if I use Chrome or Firefox (both on Linux) – both behave the same:
  • when using https://www.potku.net/forum/viewtopic.php?p=917509#p917509 (notice the www. in the domain), the extension does not work
  • when using https://potku.net/forum/viewtopic.php?p=917509#p917509 (no www. in the domain), the extension does work
So I would guess there's some issue with the board configuration regarding the domain name.

The boards I administrate have some redirection configured, so that all requests to www.myboard.com will be redirected to myboard.com; this domain (without www.) is also the domain which I use in the board configuration (ACP > Server settings).

The redirection is done by the webserver via the .htaccess file, which has something like this:

Code: Select all

### redirect all requests that do _not_ use the default domain "myboard.com"
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{HTTP_HOST} "!^myboard.com$"
    RewriteRule (.*) https://myboard.com/$1 [L,R=301]
</IfModule>
Maybe you can check with your server admin if you can use some redirection like this as well.
koraldon wrote: Sat Mar 31, 2018 7:16 pm Does 1.1.1 also works with phpbb 3.1?
No, as I applied some changes which are incompatible with the phpBB 3.1.

The phpBB creators will remove some functionality with upcoming phpBB versions, which are now marked as "deprecated", meaning all extension authors will have to change their code to the new functionality. I decided to do this change with this version 1.1.1 of my extension; and as all previous versions were never officially released as stable versions, I won't support them any more. Sorry about that.
User avatar
potku
Registered User
Posts: 981
Joined: Wed Dec 22, 2004 10:26 pm
Location: Tampere, Finland

Re: [3.2][RC] Local URL To Text

Post by potku »

Thanks for taking the time and figuring it out. I will ask our tech admin to look into that redirect. Thanks. :)
Potku.net

"Before I speak, I have something important to say."

- Groucho Marx
Tarantino
Registered User
Posts: 876
Joined: Sat Feb 18, 2012 1:51 pm

Re: [3.2][RC] Local URL To Text

Post by Tarantino »

Is this compatible with Prime Links?
User avatar
___Martin
Registered User
Posts: 58
Joined: Wed Aug 27, 2014 3:05 pm
Location: Germany

Re: [3.2][RC] Local URL To Text

Post by ___Martin »

Tarantino wrote: Fri May 04, 2018 2:07 am Is this compatible with Prime Links?
I just did a small check in a local test board: yes, they seem to work well together. The "Local links" settings from Prime Links were applied (like rel="nofollow" or target="_blank"), while Local URL To Text replaced the link text.
User avatar
timelessbeing
Registered User
Posts: 171
Joined: Fri Jul 02, 2010 9:27 pm

Re: [3.2][RC] Local URL To Text

Post by timelessbeing »

the extension is not replacing links for forum sections for me

topics, post, users and everything else works fine.

Any idea why?
User avatar
Miri4ever
Registered User
Posts: 630
Joined: Sat Mar 07, 2015 11:18 am

Re: [3.2][RC] Local URL To Text

Post by Miri4ever »

Even if dated from 2019 it works fine with the up to date PHPBB Version. No crash, no fixes to be done, just working anywhere in chat and other extensions too.

Very good work.
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
Thunde
Registered User
Posts: 263
Joined: Fri Aug 28, 2020 2:30 pm

Re: [3.2][RC] Local URL To Text

Post by Thunde »

When will the update go to 3.3?
User avatar
warmweer
Jr. Extension Validator
Posts: 11999
Joined: Fri Jul 04, 2003 6:34 am
Location: somewhere in the space-time continuum

Re: [3.2][RC] Local URL To Text

Post by warmweer »

timelessbeing wrote: Fri Feb 19, 2021 9:32 am the extension is not replacing links for forum sections for me
What are "forum sections"? Do you mean subforums? These should in fact be treated just as forums since they are a forum.

Or? do you mean "forum"? that the link is not shown as the name of the forum?
Thunde wrote: Thu Feb 25, 2021 4:12 pm When will the update go to 3.3?
Is an update necessary? A previous post from a couple of days ago mentions that it works perferctly with an uptodate phpBB (although that could refer to phpBB 3.2.11)
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
Thunde
Registered User
Posts: 263
Joined: Fri Aug 28, 2020 2:30 pm

Re: [3.2][RC] Local URL To Text

Post by Thunde »

warmweer wrote: Thu Feb 25, 2021 7:18 pm
timelessbeing wrote: Fri Feb 19, 2021 9:32 am the extension is not replacing links for forum sections for me
What are "forum sections"? Do you mean subforums? These should in fact be treated just as forums since they are a forum.

Or? do you mean "forum"? that the link is not shown as the name of the forum?
Thunde wrote: Thu Feb 25, 2021 4:12 pm When will the update go to 3.3?
Is an update necessary? A previous post from a couple of days ago mentions that it works perferctly with an uptodate phpBB (although that could refer to phpBB 3.2.11)
Does not work on 3.3
Is it being updated?
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28941
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

Re: [ABD] Local URL To Text

Post by Paul »

This topic has been marked as [ABD] - Abandoned as the extension author has not been active recently. If the extension author wishes to continue development, please PM anyone on the Extension Customisations Team to request this topic be unlocked.

Notice!
We do not recommend that a user of the phpBB software install this extension, or any other extension that is marked as "abandoned" or "in development", on a live forum. Doing so may cause your forum to not perform in the manner it should.


Thank you,
The phpBB Extension Customisations Team

Return to “Abandoned Extensions”