Search found 1081 matches

by pierredu
Mon Feb 05, 2024 7:01 am
Forum: phpBB Custom Coding
Topic: Location of MySQL table for "users"
Replies: 4
Views: 584

Re: Location of MySQL table for "users"

So, I'm going through the tables, and I don't see the user table. I see ACI users, but that's not it. I see the expected references to user_id in some of the tables, but still no user table. Until I checked here. Only the first 25 are shown. So thank you folks. Now I see the Users table. There sure...
by pierredu
Tue Nov 28, 2023 4:02 pm
Forum: Extensions in Development
Topic: [3.3][RC] Autolinks 1.3.9
Replies: 318
Views: 52721

Re: [3.3][RC] Autolinks 1.3.9

Thanks for pointing this error, rxu.

This is code written using two former MODs.

I uploaded a version 1.3.9 on github.
I hope this will run as advertized.
by pierredu
Tue Nov 28, 2023 6:43 am
Forum: Extensions in Development
Topic: [3.3][RC] Autolinks 1.3.9
Replies: 318
Views: 52721

Re: [3.3][RC] Autolinks 1.3.5

I'm clueless.
The curious thing is that the second page of this topic doesn't trigger the warning.
I must dive deeper in the code.

Could you check whether the problem is still present if there are no ads on this page?
No, it can't be that, because there are ads on the second page.
by pierredu
Mon Nov 27, 2023 8:38 pm
Forum: Extensions in Development
Topic: [3.3][RC] Autolinks 1.3.9
Replies: 318
Views: 52721

Re: [3.3][RC] Autolinks 1.3.5

Give me a link to this topic.
by pierredu
Sun Nov 26, 2023 6:56 am
Forum: Extensions in Development
Topic: [3.3][RC] Autolinks 1.3.9
Replies: 318
Views: 52721

Re: [3.3][RC] Autolinks 1.3.5

Hello,

Is there something special with this topic?
Does the extension work fin in other topics?
by pierredu
Sun Nov 12, 2023 7:08 am
Forum: [3.3.x] Support Forum
Topic: Forum search works eratically
Replies: 3
Views: 332

Re: Forum search works eratically

There was a problem with incorrect search results in some older versions of phpBB. You should update.
by pierredu
Wed Nov 01, 2023 2:30 pm
Forum: phpBB Custom Coding
Topic: Go to last unread post by clicking the topic title
Replies: 14
Views: 1215

Re: Go to last unread post by clicking the topic title

Indeed, it would be smarter.
by pierredu
Wed Oct 25, 2023 6:47 am
Forum: phpBB Custom Coding
Topic: Go to last unread post by clicking the topic title
Replies: 14
Views: 1215

Re: Go to last unread post by clicking the topic title

I think this is foreseen in version 4.
by pierredu
Wed Sep 27, 2023 12:45 pm
Forum: Extensions in Development
Topic: [3.3][RC] Autolinks 1.3.9
Replies: 318
Views: 52721

Re: [3.3][RC] Autolinks 1.3.5

The migrations file should set it to utf8_unicode_ci. Try to modify it manually.
by pierredu
Wed Sep 27, 2023 6:00 am
Forum: Extensions in Development
Topic: [3.3][RC] Autolinks 1.3.9
Replies: 318
Views: 52721

Re: [3.3][RC] Autolinks 1.3.5

Could you check the collation setting for the two text columns of the table phpbb(3)_autolinks ?
In the normal installation, you should have utf8_unicode_ci.
On my test server, it works also with utf8mb3_unicode_ci.
by pierredu
Wed Sep 27, 2023 5:33 am
Forum: Extensions in Development
Topic: [3.3][RC] Autolinks 1.3.9
Replies: 318
Views: 52721

Re: [3.3][RC] Autolinks 1.3.5

It does work with terms in cyrillic. I just tested.
by pierredu
Tue Sep 26, 2023 6:37 pm
Forum: Extensions in Development
Topic: [3.3][RC] Autolinks 1.3.9
Replies: 318
Views: 52721

Re: [3.3][RC] Autolinks 1.3.5

That means that the table was not created in the installation process.
Redo the installation.
by pierredu
Sun May 14, 2023 6:04 am
Forum: Extension Writers Discussion
Topic: Custom registration page/form
Replies: 4
Views: 1726

Re: Custom registration page/form

Since the whole language is just an array, you can always load afterwards a new file which will overwrite some of the former entries. If you keep your new language file, you'll be able to do that at each update.
by pierredu
Fri May 12, 2023 8:07 am
Forum: Extensions in Development
Topic: [3.3][RC] Autolinks 1.3.9
Replies: 318
Views: 52721

Re: [3.3][RC] Autolinks 1.3.5

The array $terms is the list of the terms to be replaced by the URLs.
The array $parts is the segmented post text.

Go to advanced search