Search found 14174 matches

by RMcGirr83
Sun Feb 18, 2024 3:14 pm
Forum: phpBB Custom Coding
Topic: S_USER_LOGGED_IN not working in attachment.html
Replies: 3
Views: 461

Re: S_USER_LOGGED_IN not working in attachment.html

Find this in viewtopic.php

Code: Select all

'S_HAS_ATTACHMENTS'	=> (!empty($attachments[$row['post_id']])) ? true : false,
change it to this

Code: Select all

'S_HAS_ATTACHMENTS'	=> ($user->data['user_id'] != ANONYMOUS && !empty($attachments[$row['post_id']])) ? true : false,
Won't remove inline-attachments though.
by RMcGirr83
Wed Jan 12, 2022 5:07 pm
Forum: Extension Writers Discussion
Topic: Improving the validation process
Replies: 83
Views: 40918

Re: Improving the validation process

DavidIQ wrote: Wed Jan 12, 2022 2:11 pm As an aside your continued attacks on the leadership here says more about your management and leadership skills, or lack thereof, than ours.
And that right there is enough for me. What you see as an attack, I see as constructive criticism. Learn the difference. Ciao!
by RMcGirr83
Wed Jan 12, 2022 1:28 pm
Forum: Extension Writers Discussion
Topic: Improving the validation process
Replies: 83
Views: 40918

Re: Improving the validation process

Not that it's a whole lot better, but the only extension of yours in the queue is from 10/20 (which is now set to be approved, according to the previously stated changes, so should make it out soon). If you have something you think you sent on 10/11 that hasn't been validated please point it out. S...
by RMcGirr83
Tue Jan 11, 2022 1:13 am
Forum: Extension Writers Discussion
Topic: Improving the validation process
Replies: 83
Views: 40918

Re: Improving the validation process

I submitted very minor edits to an extension to be PHP 8.0 compliant on 10/11. To date it's still in the queue. This has been an ongoing issue with very few validating extensions (only one validator I can think of that was "with it" is Kasimi, who was last active on 10/10) with whatever re...
by RMcGirr83
Sun Apr 04, 2021 7:16 pm
Forum: Extension Writers Discussion
Topic: [SPLIT] Using Github Actions to Test Extensions
Replies: 7
Views: 1827

Re: [SPLIT] Using Github Actions to Test Extensions

***sigh*** the KISS principle is clearly not in play here. Time for me to bid a fond adieu while waiting for the past two months for two extensions of mine to be validated. Ciao!
by RMcGirr83
Sat Apr 03, 2021 3:45 pm
Forum: [3.3.x] Support Forum
Topic: 'Most Users Ever Online'..... WHY?!!
Replies: 19
Views: 2801

Re: 'Most Users Ever Online'..... WHY?!!

stevemaury wrote: Sat Apr 03, 2021 2:31 pm Download the zip file, unzip it, upload the david63 folder to your ext folder and enable it in the ACP. Just like any extension.
Except when unzipped there is no david63 folder presented. The unzipped file has to be renamed and placed into a david63 folder in the ext directory.
by RMcGirr83
Wed Mar 31, 2021 11:00 am
Forum: [3.3.x] Support Forum
Topic: [phpBB Debug] PHP Warning
Replies: 8
Views: 2577

Re: [phpBB Debug] PHP Warning

You can find the file in the twig directory from a download of phpBB. The file is located at vendor\twig\twig\src\Cache
by RMcGirr83
Fri Mar 26, 2021 11:39 am
Forum: [3.3.x] Styles Support & Discussion
Topic: Return after 10 years
Replies: 7
Views: 2473

Re: Return after 10 years

LOL can go to viewforum but not index?
Forum closed. We are preparing a new version.
by RMcGirr83
Thu Mar 25, 2021 12:29 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: Return after 10 years
Replies: 7
Views: 2473

Re: [DEV] Return after 10 years

I'm getting nothing concerning a phpBB style using that phrase in google.
by RMcGirr83
Tue Mar 16, 2021 9:46 pm
Forum: General Discussion
Topic: Strange E-Mail
Replies: 8
Views: 7882

Re: Strange E-Mail

I often get ones offering to post articles in return for sponsorship money. This sort of thing (got it yesterday) One of our clients has shown interest in being featured on an article on your website. Is that something you are able to accommodate? We have a great inhouse team of writers and we can ...
by RMcGirr83
Sun Mar 14, 2021 11:43 am
Forum: Abandoned Extensions
Topic: [ABD] Log Connections
Replies: 95
Views: 25842

Re: [3.2][RC] Log Connections

david63 wrote: Sun Mar 14, 2021 11:27 am The second is a feature - that I have fixed.
Fixed! ;)
by RMcGirr83
Fri Mar 12, 2021 12:14 am
Forum: phpBB Discussion
Topic: phpBB and ADA Compliance
Replies: 7
Views: 2251

Re: phpBB and ADA Compliance

So nothing from the Supreme Court then which has overridden many district courts rulings.
by RMcGirr83
Thu Mar 11, 2021 8:07 pm
Forum: phpBB Discussion
Topic: phpBB and ADA Compliance
Replies: 7
Views: 2251

Re: phpBB and ADA Compliance

Title III specifically relates to physical buildings and structures.

https://www.ada.gov/ada_title_III.htm
Websites have been ruled as places of public accommodation.
Source please

Go to advanced search