Search found 52387 matches

by Brf
Wed Mar 27, 2024 7:20 pm
Forum: [3.3.x] Support Forum
Topic: Why are gallery avatars always randomised?
Replies: 10
Views: 293

Re: Why are gallery avatars always randomised?

That would have been my guess too, that several were uploaded in the same second, so the server was displaying those in random order.
by Brf
Wed Mar 27, 2024 6:30 pm
Forum: [3.3.x] Support Forum
Topic: How to reduce the lengh of the gallery page?
Replies: 1
Views: 72

Re: How to reduce the lengh of the gallery page?

Add this to the end of colours.css:

Code: Select all

#gallery {
    height: 500px;
    overflow: scroll;
}
by Brf
Wed Mar 27, 2024 2:40 pm
Forum: Extension Writers Discussion
Topic: I asked ChatGPT for an extension to prevent links in first posts. Would this work?
Replies: 4
Views: 176

Re: I asked ChatGPT for an extension to prevent links in first posts. Would this work?

That is not an extension if it is telling you to edit functions_posting.php.
It is also using a permission called u_no_links_in_first_post without ever installing that permission.
by Brf
Wed Mar 27, 2024 12:52 pm
Forum: [3.3.x] Support Forum
Topic: Non-existent usernames listed on Index Page
Replies: 2
Views: 138

Re: Non-existent usernames listed on Index Page

When I first call up the Index page of my Forum, even before I log in, if I double-click on the "Usernames" list box What is a "Usernames list box"? I have run the php reclean-user function, What is a "php reclean user function"? Neither of those sound like they are a ...
by Brf
Tue Mar 26, 2024 7:29 pm
Forum: [3.3.x] Support Forum
Topic: Smilie location is incorrect in ACP
Replies: 2
Views: 112

Re: Smilie location is incorrect in ACP

Smilies are not designed to be in a subfolder. You should not try to put a folder in the smilie filename.
by Brf
Tue Mar 26, 2024 12:56 pm
Forum: phpBB Custom Coding
Topic: ACP in tab General, change a buttons target
Replies: 4
Views: 253

Re: ACP in tab General, change a buttons target

According to his other topic, his Admin modules are messed up, so one of the links goes to the wrong place.
by Brf
Mon Mar 25, 2024 6:36 pm
Forum: [3.3.x] Support Forum
Topic: Unable to log in to board
Replies: 6
Views: 826

Re: Unable to log in to board

In your phpbb_config table, the ones starting with cookie_ or server_ and the keys script_path and force_server_vars
by Brf
Mon Mar 25, 2024 5:54 pm
Forum: [3.3.x] Support Forum
Topic: Unable to log in to board
Replies: 6
Views: 826

Re: Unable to log in to board

What are your current cookie settings and server settings? I can see the phpbb_5o6xo are from your last time here before you changed the cookie prefix. If I clear them they go away.
by Brf
Mon Mar 25, 2024 4:08 pm
Forum: [3.3.x] Support Forum
Topic: Unable to log in to board
Replies: 6
Views: 826

Re: Unable to log in to board

It s URL is actually /phpBB3 not /phpbb3 I seeing two sets of cookies too, one set with prefix phpbb_5o6xo for http for .warmglass.com and another with prefix phpbb_new for https for www.warmglass.com. I am not sure how you did that, but you should only have one set for https for .warmglass.com. Whe...
by Brf
Fri Mar 22, 2024 12:49 pm
Forum: [3.2.x] Support Forum
Topic: Can the warning notification PM be anonymous?
Replies: 4
Views: 311

Re: Can the warning notification PM be anonymous?

fabioganga wrote: Thu Mar 21, 2024 8:01 pm Is there perhaps a file that needs to be edited so that the moderator name is no longer shown?
Hiding the moderator name is irrelevant. What you are trying to prevent is clicking the Send Reply button.
by Brf
Fri Mar 22, 2024 12:43 pm
Forum: [3.3.x] Support Forum
Topic: After upgrade from 3.0.11 to 3.3.11, no default phpbb avatar
Replies: 17
Views: 716

Re: After upgrade from 3.0.11 to 3.3.11, no default phpbb avatar

Mick wrote: Fri Mar 22, 2024 9:27 am
wonder_wonder wrote: Fri Mar 22, 2024 8:36 amIt hasn't worked
You have to upload a ‘no avatar’ image for the group first.
There is already a no_avatar.gif as part of prosilver and a no-avatar class in the viewtopic template. I wonder why that image was not wired into the class in the CSS.
by Brf
Thu Mar 21, 2024 1:27 pm
Forum: [3.2.x] Support Forum
Topic: Installing a second language pack
Replies: 50
Views: 1957

Re: Installing a second language pack

I cannot see any of your images. They are being blocked by my malware blocker.
PhpBB does not have a "Header Banner" button. If you are having problems with an Extension, you should be posting in that extension's support area.
by Brf
Thu Mar 21, 2024 1:22 pm
Forum: [3.3.x] Support Forum
Topic: First post on new page is not displayed
Replies: 3
Views: 311

Re: First post on new page is not displayed

Not the user of the post in question. The deleted user would be a spammer who replied to the topic at some time and then was deleted incorrectly.
by Brf
Thu Mar 21, 2024 1:16 pm
Forum: phpBB Custom Coding
Topic: IP address in email headers
Replies: 10
Views: 765

Re: IP address in email headers

As Paul explained, those headers are not created by phpBB. They are created by the email servers when the message is passed along.
by Brf
Thu Mar 21, 2024 12:49 pm
Forum: [3.2.x] Support Forum
Topic: Installing a second language pack
Replies: 50
Views: 1957

Re: Installing a second language pack

You were made founder by the previous board Administrator/Founder. That action in itself did not alter your individual permissions except for adding the ACP access. You still need to configure your administrative permissions. You can use the trace (administrative) permissions on your username to fi...

Go to advanced search