Search found 960 matches

by Toxyy
Wed Mar 27, 2024 5:09 am
Forum: Extensions in Development
Topic: [3.3][BETA] Anonymous Posts
Replies: 83
Views: 31257

Re: [3.3][BETA] Anonymous Posts

update 0.11.2
-PHP 8 compatibility fix
-SQL error fix
-Slovenian translation
by Toxyy
Tue Mar 26, 2024 9:02 pm
Forum: Extensions in Development
Topic: [3.3][BETA] Anonymous Posts
Replies: 83
Views: 31257

Re: [3.3][BETA] Anonymous Posts

Thanks, that worked. I may have been using the one from the Extension Download link before rather than the Github repository link. Just tested the one currently downloadable from the Extension Download link and it completely screwed up my forum, made everything inaccessible. Couldn't even disable a...
by Toxyy
Tue Mar 26, 2024 6:48 am
Forum: Extensions in Development
Topic: [3.3][BETA] Post Form Templates
Replies: 57
Views: 7035

Re: [3.3][BETA] Post Form Templates

Cleared all data, tried again with the given form changed to checkboxes with 1,2,3 as options. Here's what the database says: see attachment. Is that as it should be? It's odd, but somehow your entries are being saved as one big entry. That shouldn't be happening. The relevant piece of code that fi...
by Toxyy
Tue Mar 26, 2024 6:23 am
Forum: Extensions in Development
Topic: [3.3][BETA] Anonymous Posts
Replies: 83
Views: 31257

Re: [3.3][BETA] Anonymous Posts

Bruce Banner wrote: Tue Mar 26, 2024 12:42 am When I try to post a quote like the following,
Hamlet wrote:To be, or not to be
I get this

...
I've pushed a fix to the github's master branch.

Also looks like you weren't on the main branch somehow, not sure how though. Line 365 doesn't point to that function call in any version that I'm seeing.
by Toxyy
Fri Mar 01, 2024 7:36 am
Forum: Extension Writers Discussion
Topic: notification system in extension
Replies: 3
Views: 337

Re: notification system in extension

Whenever you're adding a variable to a php file via the service or any other yml you need to clear your cache before it is able to be used.
by Toxyy
Wed Feb 21, 2024 1:47 am
Forum: phpBB Discussion
Topic: Increased spam activity for meettomy.site from compromised accounts
Replies: 55
Views: 4410

Re: Increased spam activity for meettomy.site from compromised accounts

IP range ban on whatever IP range is accessing the accounts, word filter to catch for key phrases/domains within posts in non general forums, asking for/forcing a password reset upon a very old login (so at least they know they'll get their password reset).. though that could be a problem if they do...
by Toxyy
Thu Feb 08, 2024 2:58 am
Forum: [3.3.x] Support Forum
Topic: Find what version of phpBB I'm using?
Replies: 1
Views: 131

Re: Find what version of phpBB I'm using?

From just the files, you can always use this:

https://mysite.com/folder_if_you_use_one/styles/prosilver/style.cfg
by Toxyy
Thu Feb 01, 2024 8:07 pm
Forum: phpBB Custom Coding
Topic: Count round thousand to a K style
Replies: 29
Views: 1696

Re: Count round thousand to a K style

bennybernaer wrote: Thu Feb 01, 2024 8:04 pm Do you still intend to build in a function via ACP to choose the location of the abbreviation? Because now you basically have to edit a lot of files yourself.
No plans for now, AFAIK you're the first to use it after almost 4 years :D
by Toxyy
Thu Feb 01, 2024 7:30 pm
Forum: phpBB Custom Coding
Topic: Count round thousand to a K style
Replies: 29
Views: 1696

Re: Count round thousand to a K style

bennybernaer wrote: Wed Jan 31, 2024 6:12 pm But as far as I can see, this extension only converts the forum index and view forum.
My extension allows you to use {{ short_number_ext(myvar.here) }} anywhere in any template file. That was just an example of how to use it.
by Toxyy
Wed Jan 31, 2024 7:52 am
Forum: Extensions in Development
Topic: [3.3][BETA] Post Form Templates
Replies: 57
Views: 7035

Re: [3.3][BETA] Post Form Templates

STK wrote: Wed Jan 31, 2024 7:52 am Thx, Toxyy!

Which PHP-Version would you recommend?
Try at least 8.0 and let me know.
by Toxyy
Wed Jan 31, 2024 4:33 am
Forum: Extensions in Development
Topic: [3.3][BETA] Post Form Templates
Replies: 57
Views: 7035

Re: [3.3][BETA] Post Form Templates

I just wanted to say that it is a very useful extension depending on your usage preference and that I am following it. Thanks. Thanks! Little UP on this. Haven't worked on that yet. Any idea anyone? This would be so useful... btw: phpbb 3.3.10, php 7.2.34, same problem even when all other extension...
by Toxyy
Mon Dec 25, 2023 5:54 am
Forum: General Discussion
Topic: Merry Christmas 2023
Replies: 9
Views: 3386

Merry Christmas 2023

Merry Christmas everyone :)
by Toxyy
Thu Dec 14, 2023 12:12 am
Forum: Extensions in Development
Topic: [3.3][ALPHA] phpBB Diff
Replies: 20
Views: 1670

Re: [3.3][ALPHA] phpBB Diff

Useful for boards which have custom edits. Does this also check template file diffs?
by Toxyy
Tue Dec 05, 2023 6:27 am
Forum: Extension Requests
Topic: Ajax Post Time
Replies: 8
Views: 986

Re: Ajax Post Time

Sniper_E wrote: Tue Nov 28, 2023 12:41 pm Let's say 50 people on a site all with a query every minute in the topic they are in wouldn't be good.
You could just do it client side with javascript, every minute scan the post times on the page and update them accordingly. No server queries needed.

Go to advanced search