Search found 52368 matches

by Brf
Thu Mar 14, 2024 12:42 pm
Forum: [3.3.x] Support Forum
Topic: ReCaptcha V3 Error
Replies: 5
Views: 230

Re: ReCaptcha V3 Error

Swen wrote: Wed Mar 13, 2024 8:05 pm Undefined array key "RECAPTCHA_V3_LOGIN_ERROR_ATTEMPTS"
This error indicates your language pack is out-of-date.
by Brf
Mon Mar 11, 2024 1:04 pm
Forum: [3.3.x] Support Forum
Topic: Newly Registered Members access
Replies: 6
Views: 295

Re: Newly Registered Members access

ssl wrote: Mon Mar 11, 2024 1:02 pm Obviously this is important if you want to give a different color to the members of this group.
But it has nothing at all to do with permissions. There is no need to to set the NRU as a default group.
by Brf
Mon Mar 11, 2024 12:22 pm
Forum: [3.3.x] Support Forum
Topic: Newly Registered Members access
Replies: 6
Views: 295

Re: Newly Registered Members access

ssl wrote: Sun Mar 10, 2024 6:22 am Have you checked the box in the ACP stating that the NRU group is the default group for new users?
This is irrelevant. Default Group only sets the default username color and rank. It has nothing to do with permissions.
by Brf
Fri Mar 08, 2024 4:39 pm
Forum: phpBB Custom Coding
Topic: Remove by from Topic list
Replies: 3
Views: 179

Re: Remove by from Topic list

thecoalman wrote: Fri Mar 08, 2024 4:12 pm someone must of already edited it
Yes. The OP edited it in a previous topic.
viewtopic.php?t=2651461
by Brf
Thu Mar 07, 2024 3:28 pm
Forum: phpBB Custom Coding
Topic: Hide Memberlist but show Team and Who's online
Replies: 32
Views: 1917

Re: Hide Memberlist but show Team and Who's online

Your are missing a ' ) after .USER_IGNORE.
Also you should be using ' rather than " since that is the punctuation used in that query

Code: Select all

	AND u.user_type NOT IN (' . USER_FOUNDER . ', ' . USER_IGNORE . ')
by Brf
Thu Mar 07, 2024 2:59 pm
Forum: phpBB Custom Coding
Topic: Hide Memberlist but show Team and Who's online
Replies: 32
Views: 1917

Re: Hide Memberlist but show Team and Who's online

Btw, I have updated sql query in viewonline.php file ( using chatgpt ) to exclude admin from showing online. the query is under // Whois requested That is the query that is looking up the user that goes with a particular session. If you want to affect the viewonline list you want the query after //...
by Brf
Thu Mar 07, 2024 1:43 pm
Forum: [3.3.x] Support Forum
Topic: Smilies.pak file url changes in database
Replies: 4
Views: 447

Re: Smilies.pak file url changes in database

Smilies are not designed to be put in separate folders. You could try using backslashes to see if the slashes get through. Otherwise the URLs are getting urlencoded when they are stored.
by Brf
Wed Mar 06, 2024 3:09 pm
Forum: [3.3.x] Support Forum
Topic: posts missing after converting from 2 to 3.3.11
Replies: 4
Views: 195

Re: posts missing after converting from 2 to 3.3.11

viewtopic.php is missing
by Brf
Tue Mar 05, 2024 5:35 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: Add Total Topic Replies to viewtopic_body
Replies: 3
Views: 261

Re: Add Total Topic Replies to viewtopic_body

Try {TOTAL_POSTS} and subtract 1
by Brf
Mon Mar 04, 2024 8:17 pm
Forum: [3.3.x] Convertors
Topic: not converting :-(
Replies: 13
Views: 455

Re: not converting :-(

The new one looks fine. Try clearing your webbrowser's cache
by Brf
Mon Mar 04, 2024 1:18 pm
Forum: phpBB Custom Coding
Topic: What is the prefix for Group Permission
Replies: 16
Views: 627

Re: What is the prefix for Group Permission

durangod wrote: Mon Mar 04, 2024 8:04 am when i move them to the registered users ...
Everyone is already in Registered Users. You wouldn't be moving them there.
by Brf
Fri Mar 01, 2024 5:27 pm
Forum: [3.3.x] Support Forum
Topic: ModSecurity 3 prevents ACP
Replies: 21
Views: 1303

Re: ModSecurity 3 prevents ACP

It isn't mod_security itself. It is the rule it is following.
I would think your server errorlog would tell you which rule is tripping, so you can turn it off.
by Brf
Fri Mar 01, 2024 1:37 pm
Forum: General Discussion
Topic: Reporting Gmail Illegal Activity to Google
Replies: 5
Views: 886

Re: Reporting Gmail Illegal Activity to Google

Mick wrote: Fri Mar 01, 2024 9:31 am In the UK we have The National Cyber Security Centre (NCSC) which handles such things, I imagine there’s something similar in the US.
reportfraud.ftc.gov
by Brf
Thu Feb 29, 2024 4:49 pm
Forum: phpBB Custom Coding
Topic: Change 'by' to 'posted by'
Replies: 7
Views: 517

Re: Change 'by' to 'posted by'

In language/en/common.php

Code: Select all

'POST_BY_AUTHOR'		=> 'by',
replace with

Code: Select all

'POST_BY_AUTHOR'		=> 'posted by',
by Brf
Thu Feb 29, 2024 1:27 pm
Forum: [3.3.x] Support Forum
Topic: Php version (need advice please)
Replies: 7
Views: 275

Re: Php version (need advice please)

You are not using those older PHP versions.

Go to advanced search