Search found 50792 matches

by stevemaury
Tue Jan 23, 2024 2:05 am
Forum: [3.3.x] Support Forum
Topic: Database Update problem
Replies: 5
Views: 413

Re: Database Update problem

When you did a new 3.3.11 install, the database was told that the version was 3.3.11 but it needed to be whatever (lower) for there to be a DB "update" to do. Try running this SQL on your new install's DB and then import the 3.3.10 DB and THEN do the DB update. Executing SQL Queries in php...
by stevemaury
Sat Jan 13, 2024 11:31 pm
Forum: [3.3.x] Support Forum
Topic: Regarding Announcement Notifications
Replies: 4
Views: 804

Re: Regarding Announcement Notifications

There are no "threads" in phpBB. It is a flat database. You can subscribe all users (other than Anonymous and Bots) to a Topic with the following SQL: Executing SQL Queries in phpMyAdmin ) INSERT INTO phpbb_topics_watch (user_id, topic_id, notify_status) SELECT user_id, x, 1 FROM phpbb_use...
by stevemaury
Sat Jan 13, 2024 9:00 pm
Forum: [3.3.x] Support Forum
Topic: Beginner Trying to Update
Replies: 26
Views: 1666

Re: Beginner Trying to Update

Use phpMyAdmin, not Myphp. It should be under the category Databases. You paste it into the SQL window.
by stevemaury
Fri Jan 12, 2024 8:16 pm
Forum: General Discussion
Topic: All I Have is a registered domain
Replies: 3
Views: 2422

Re: All I Have is a registered domain

Generally, your host can handle linking the domain to your account.
by stevemaury
Mon Jan 08, 2024 5:41 pm
Forum: [3.3.x] Support Forum
Topic: Latest Post Button on Home Page
Replies: 5
Views: 469

Re: Latest Post Button on Home Page

What's wrong with the New posts item in Quick links? It's not limited to 10, but . . . If you want, you can make a big button for, or in addition to, the Quick link.
by stevemaury
Mon Jan 08, 2024 5:33 pm
Forum: [3.3.x] Support Forum
Topic: Beginner Trying to Update
Replies: 26
Views: 1666

Re: Beginner Trying to Update

One way around this limitation of File Manager is to upload the phpBB 3.3.11 .zip file to a new folder and unzip it in that folder. Then you can just copy the needed files in bulk (by selecting multiple files) to the appropriate folder in your phpBB directory, selecting overwrite.
by stevemaury
Mon Dec 25, 2023 4:05 pm
Forum: phpBB Discussion
Topic: Knowledge Base
Replies: 1
Views: 883

Re: Knowledge Base

Seems to be 404 at the moment. Been reported.

EDIT - and fixed.
by stevemaury
Sun Dec 24, 2023 11:28 pm
Forum: [3.3.x] Support Forum
Topic: [Split] Reset default permissions
Replies: 5
Views: 391

Re: [Split] Reset default permissions

That is a different issue. If you do not wish Newly registered users to see a particular forum, that group's forum permission should be Can see forum, Never.
by stevemaury
Sun Dec 24, 2023 11:25 pm
Forum: [3.3.x] Support Forum
Topic: Posts appear 0
Replies: 3
Views: 438

Re: Posts appear 0

It depends on the setting for whether the post count is incremented. ACP, Permissions tab, Group forum permissions, the forum in question, Advanced permission, Post tab, Increment post count. What is that set at?
by stevemaury
Sun Dec 24, 2023 8:27 pm
Forum: [3.3.x] Support Forum
Topic: cannot create new forums
Replies: 20
Views: 1835

Re: cannot create new forums

bkelly13 wrote: Fri Dec 22, 2023 8:22 pm
On second, or maybe fifth thought: Where do I go to find someone who will fix my board for compensation?
Many Team members and frequent posters indicate in their signatures if they do paid work.
by stevemaury
Sun Dec 24, 2023 8:24 pm
Forum: [3.3.x] Support Forum
Topic: [Split] Reset default permissions
Replies: 5
Views: 391

Re: [Split] Reset default permissions

Can you not just assign the appropriate roles for all groups? ACP, Permissions tab, Roles.
by stevemaury
Sun Dec 24, 2023 8:20 pm
Forum: [3.3.x] Support Forum
Topic: How to give admin privileges
Replies: 2
Views: 280

Re: How to give admin privileges

If you do not trust this person, you should not give them any admin permissions.
by stevemaury
Fri Dec 08, 2023 1:15 am
Forum: [3.3.x] Support Forum
Topic: Moving board to new domain - old links will work?
Replies: 8
Views: 800

Re: Moving board to new domain - old links will work?

No, it will take SQL. I have a query for that. Give me a few hours. Here you go: update phpbb_posts set post_text = replace(post_text, 'www.old_domain.com', 'www.new_domain.com'); update phpbb_posts set post_text = replace(post_text, 'www.old_domain.com', 'www.new_domain&...

Go to advanced search