Search found 956 matches

by Toxyy
Fri Mar 01, 2024 7:36 am
Forum: Extension Writers Discussion
Topic: notification system in extension
Replies: 3
Views: 313

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: 46
Views: 3381

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: 130

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: 1671

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: 1671

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: 56
Views: 6836

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: 56
Views: 6836

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: 3070

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: 1634

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: 984

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.
by Toxyy
Sun Dec 03, 2023 10:10 pm
Forum: Extension Writers Discussion
Topic: Priority event extensions
Replies: 7
Views: 1528

Re: Priority event extensions

If anyone wants to have a way to sort template events, it can be implemented easily. It's more about "do admins need to have that power"? Based on discord.. Toxyy was/is working on that sorting part. Just PRd a proof of concept :) https://github.com/phpbb/phpbb/pull/6571 If approved, you ...
by Toxyy
Sat Nov 11, 2023 1:04 am
Forum: Extensions in Development
Topic: [3.3][BETA] Anonymous Posts
Replies: 77
Views: 30843

Re: [3.3][BETA] Anonymous Posts

On a 3.3.11 forum with several ext's I tried this beta. But got : Fatal error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /customers/5/d/0/paran.no/httpd.www/discuss/ext/toxyy/anonymousposts/driver/driver.php on line 115 The ma...
by Toxyy
Fri Nov 10, 2023 9:37 pm
Forum: Extensions in Development
Topic: [3.3][BETA] Anonymous Posts
Replies: 77
Views: 30843

Re: [3.3][BETA] Anonymous Posts

If possible, it should be like this: Username is not displayed for other than mod and admin. Everyone else sees "Member". But there might well be a checkbox in the profile where you can choose "show profile name" - e.g. "Member" or "John Doe". (Then you make ...
by Toxyy
Wed Nov 08, 2023 8:00 pm
Forum: Extension Writers Discussion
Topic: Seeking Guidance on Adjusting Search Results and Pagination After Modifying sql_where
Replies: 16
Views: 2105

Re: Seeking Guidance on Adjusting Search Results and Pagination After Modifying sql_where

I did something similar when prototyping a threads extension a few years ago, I had to add a couple events as well to get it to work. My memory on all that's required is a bit fuzzy and incomplete, though hopefully the info I give can help a bit. This is for the topics page though , I didn't mess wi...

Go to advanced search