Reply with Quote function works improperly with Safari browser in phpBB 3.3.13

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
MWmetalhead
Registered User
Posts: 26
Joined: Sat Oct 22, 2005 11:46 am

Reply with Quote function works improperly with Safari browser in phpBB 3.3.13

Post by MWmetalhead »

Good morning.

I run https://www.mibuzzboard.com

Since upgrading from phpBB 3.2.8 to phpBB 3.3.13, my posters who use Safari as their web browser are having difficulty with the Reply with Quote function.

It seems a numerical string that gets parsed when using the function is interpreted as a phone number by Safari as opposed to the intended purpose.

Below is an example of a post where this very issue occurred:
https://www.mibuzzboard.com/phpBB3/view ... 13#p801513
Honeyman wrote: ↑Wed Nov 06, 2024 12:37 pm
[quote=Matt post_id=801495 time=<a href="tel:1730914327">1730914327</a> user_id=258]
[quote="Rate This" post_id=801494 time=<a href="tel:1730914034">1730914034</a> user_id=15214]
[quote="Mega Hertz" post_id=801493 time=<a href="tel:1730913914">1730913914</a> user_id=9693]
I just paid $17 to fill my work van with gas.
By googling, I was able to find a Github post where this sort of issue was noted with posters using the Safari browser:
https://github.com/BoardTools/QuickReply/issues/66

I am unable to determine which template files I need to modify, and which specific code I need to modify, to fix this issue. I am perplexed as to why this issue never occurred when using 3.2.8.

Could someone who reads this support forums with coding knowledge please advise what I need to do to fix this problem? Many thanks in advance for your assistance!

As noted above, I am currently using phpBB 3.3.13. I am running PHP 7.2.34. Other notables:
- I have the U.S. English and default British English language packs installed
- I have the following styles installed: prosilver, AllanStyle subsilver, Elegance, Flat Style, prosilver special edition and square.
- I have the following EXTs installed and enabled: Board Announcements, Change Logo, Large Font, Left Side Post Profiles, NavBar Search, Poster IP in Viewtopic, Recent Topics, Scroll to up and bottom, Tapatalk Plugin for phpBB 3.1/3.2/3.3, Topic Preview, and VigLink.
User avatar
warmweer
Jr. Extension Validator
Posts: 11874
Joined: Fri Jul 04, 2003 6:34 am
Location: somewhere in the space-time continuum

Re: Reply with Quote function works improperly with Safari browser in phpBB 3.3.13

Post by warmweer »

If you look at the malformed post
you'll see that the closing [/quote]s are missing on several nested posts that were quoted.

Try correcting those and then preview. I'm fairly certain that correct quoting will solve the issue.
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.
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2504
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦

Re: Reply with Quote function works improperly with Safari browser in phpBB 3.3.13

Post by P_I »

MWmetalhead wrote: Sat Nov 09, 2024 3:38 pm Good morning.

I run https://www.mibuzzboard.com

Since upgrading from phpBB 3.2.8 to phpBB 3.3.13, my posters who use Safari as their web browser are having difficulty with the Reply with Quote function.

It seems a numerical string that gets parsed when using the function is interpreted as a phone number by Safari as opposed to the intended purpose.
This quoted reply posted from Safari on an iPad and it works as intended.

Either your user has a browser extension that might be causing the misinterpretation or perhaps one of your extensions is the cause.
Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2504
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦

Re: Reply with Quote function works improperly with Safari browser in phpBB 3.3.13

Post by P_I »

MWmetalhead wrote: Sat Nov 09, 2024 3:38 pm Good morning.

I run https://www.mibuzzboard.com

Since upgrading from phpBB 3.2.8 to phpBB 3.3.13, my posters who use Safari as their web browser are having difficulty with the Reply with Quote function.

It seems a numerical string that gets parsed when using the function is interpreted as a phone number by Safari as opposed to the intended purpose.
Just in case repeating using Safari on an iPhone.
Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
MWmetalhead
Registered User
Posts: 26
Joined: Sat Oct 22, 2005 11:46 am

Re: Reply with Quote function works improperly with Safari browser in phpBB 3.3.13

Post by MWmetalhead »

Thanks for the replies. My understanding is the user used the Reply with Quote feature, so the tags should have generated properly on their own.
Either your user has a browser extension that might be causing the misinterpretation or perhaps one of your extensions is the cause.
Either of the above seems logical. If the culprit is the latter, it seems to me of the extensions installed, Viglink is the most likely culprit.
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2504
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦

Re: Reply with Quote function works improperly with Safari browser in phpBB 3.3.13

Post by P_I »

MWmetalhead wrote: Sat Nov 09, 2024 5:01 pm Either of the above seems logical. If the culprit is the latter, it seems to me of the extensions installed, Viglink is the most likely culprit.
I'd point my finger towards
MWmetalhead wrote: Sat Nov 09, 2024 3:38 pm Tapatalk Plugin for phpBB 3.1/3.2/3.3
Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
MWmetalhead
Registered User
Posts: 26
Joined: Sat Oct 22, 2005 11:46 am

Re: Reply with Quote function works improperly with Safari browser in phpBB 3.3.13

Post by MWmetalhead »

Good call; I will try disabling that extension, deleting the data and reenabling it.
User avatar
warmweer
Jr. Extension Validator
Posts: 11874
Joined: Fri Jul 04, 2003 6:34 am
Location: somewhere in the space-time continuum

Re: Reply with Quote function works improperly with Safari browser in phpBB 3.3.13

Post by warmweer »

MWmetalhead wrote: Sat Nov 09, 2024 5:50 pm Good call; I will try disabling that extension, deleting the data and reenabling it.
What's the allowed quote depth?

On the other hand the a href="tel: does also point to tapatalk.
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.
MWmetalhead
Registered User
Posts: 26
Joined: Sat Oct 22, 2005 11:46 am

Re: Reply with Quote function works improperly with Safari browser in phpBB 3.3.13

Post by MWmetalhead »

warmweer wrote: Sat Nov 09, 2024 6:07 pm
MWmetalhead wrote: Sat Nov 09, 2024 5:50 pm Good call; I will try disabling that extension, deleting the data and reenabling it.
What's the allowed quote depth?

On the other hand the a href="tel: does also point to tapatalk.
Quote depth is set to unlimited.

When trying to access my site via Tapatalk earlier, I was able to display forum view but unable to load any of the topics. When trying to delete data from the Tapatalk extension, I received an error:

"Something went wrong during the request and an exception was thrown. The changes made before the error occurred were reversed to the best of our abilities, but you should check the board for errors.

A required module does not exist: ACP_MOBIQUO_TITLE"


I registered an account for the Tapatalk support forum, and I plan to ask about the above error message once my account there gets activated by the administrator.

Return to “[3.3.x] Support Forum”