Search found 1437 matches

by TC
Fri Sep 24, 2021 9:10 pm
Forum: phpBB Custom Coding
Topic: Strip custom bbcode?
Replies: 4
Views: 1893

Re: Strip custom bbcode?

what about running a query directly in mysql to delete all mentions of the opening and closing bbcode strings?
by TC
Fri Sep 24, 2021 4:36 pm
Forum: [3.3.x] Support Forum
Topic: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums
Replies: 42
Views: 6418

Re: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums

i manually went through and re-set all permissions, copying from a fresh install of a different board. everything seems to be working so far, so i will mark this as solved. once again i really appreciate the help and extra set of eyes given by folks here. thank you again.
by TC
Fri Sep 24, 2021 4:32 pm
Forum: phpBB Custom Coding
Topic: Strip custom bbcode?
Replies: 4
Views: 1893

Strip custom bbcode?

I have an older forum. Over the years, I've created many different custom bbcodes to solve problems that are now natively solved. So, I'd like to remove the bbcode. Obviously, if I simply delete the custom bbcode from the admin panel, it will no longer function, but the text [custombbcode]text[/cust...
by TC
Thu Sep 23, 2021 6:09 pm
Forum: [3.3.x] Support Forum
Topic: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums
Replies: 42
Views: 6418

Re: Updated from 3.0.x --> 3.3.4, cannot see forums

The roles in your backup (3.0.12) are practically all custom and none original, so it goes without saying that we are faced with a rather difficult situation to manage. A strategy should be worked out, I'll let you know as soon as I come up with an idea. much appreciated. again, i'm fine with going...
by TC
Thu Sep 23, 2021 4:23 pm
Forum: [3.3.x] Support Forum
Topic: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums
Replies: 42
Views: 6418

Re: Updated from 3.0.x --> 3.3.4, cannot see forums

3Di wrote: Thu Sep 23, 2021 4:09 pm
TC wrote: Thu Sep 23, 2021 3:53 pm sure, but what am i looking for?
You probably nothing, I would like to investigate them if you don't mind.
PM'd.
by TC
Thu Sep 23, 2021 3:53 pm
Forum: [3.3.x] Support Forum
Topic: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums
Replies: 42
Views: 6418

Re: Updated from 3.0.x --> 3.3.4, cannot see forums

i do have a backup from prior to running stk. The tables phpbb_acl_groups - Permission roles and/or individual permissions assigned to groups phpbb_acl_options - List of possible permissions phpbb_acl_roles - Permission roles (Standard Moderator, Simple Moderator etc.) phpbb_acl_roles_data - Permis...
by TC
Thu Sep 23, 2021 3:33 pm
Forum: [3.3.x] Support Forum
Topic: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums
Replies: 42
Views: 6418

Re: Updated from 3.0.x --> 3.3.4, cannot see forums

3Di wrote: Thu Sep 23, 2021 3:26 pm I get the impression that something went wrong with STK while cleaning up the DB. Do you have a backup of 3.0.x? I've run dozens of upgrades with no problems.
i do have a backup from prior to running stk.
by TC
Thu Sep 23, 2021 3:19 pm
Forum: [3.3.x] Support Forum
Topic: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums
Replies: 42
Views: 6418

Re: Updated from 3.0.x --> 3.3.4, cannot see forums

It would probably be simpler to do a parallel install and then copy over the acl tables. right. but assuming i manually make the changes to permissions and roles - and that works as expected - i don't know that this alone solves anything. again, maybe over-thinking this, but i'm assuming there may ...
by TC
Thu Sep 23, 2021 3:10 pm
Forum: [3.3.x] Support Forum
Topic: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums
Replies: 42
Views: 6418

Re: Updated from 3.0.x --> 3.3.4, cannot see forums

is it trivial to do a fresh install then only restore the users and posts? No it is not trivial - in fact just restoring those two tables will have you in a worse state than you. Many tables in phpBB are interlinked and if you do not maintain that linking you will break your board. yeah i supposed ...
by TC
Thu Sep 23, 2021 2:58 pm
Forum: [3.3.x] Support Forum
Topic: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums
Replies: 42
Views: 6418

Re: Updated from 3.0.x --> 3.3.4, cannot see forums

still odd behavior that the trace doesn't show me in registered users though. That was because the "Exempt group leader" was checked. It sounds like your acl_roles_data table didn't get filled. The statements for that are in install/schemas/schema_data_sql on line 557-632. But if those we...
by TC
Thu Sep 23, 2021 2:40 pm
Forum: [3.3.x] Support Forum
Topic: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums
Replies: 42
Views: 6418

Re: Updated from 3.0.x --> 3.3.4, cannot see forums

There might be a database query available to reset them all if you try a search. that would be ideal. though if there is a guide showing what default permissions are for each group, i'm happy to set them manually. still odd behavior that the trace doesn't show me in registered users though. i'm a l...
by TC
Thu Sep 23, 2021 2:34 pm
Forum: [3.3.x] Support Forum
Topic: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums
Replies: 42
Views: 6418

Re: Updated from 3.0.x --> 3.3.4, cannot see forums

permissions forum roles click the green cog next to 'standard access' then scroll to the bottom of the page and it'll show you what standard access actually means in terms of which permissions are set to yes/no/never. OK thank you, got it. Everything is "No". If you ask me whether or not ...
by TC
Thu Sep 23, 2021 2:24 pm
Forum: [3.3.x] Support Forum
Topic: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums
Replies: 42
Views: 6418

Re: Updated from 3.0.x --> 3.3.4, cannot see forums

Have a look at the default roles in the permissions page. Are they all set to no as well? Bottom of the menu, pick a forum and then scroll to the very bottom to see what the roles are set on. sorry, what exactly do you want to see? not clear. Looking at your last image something isn’t right there, ...
by TC
Thu Sep 23, 2021 1:51 pm
Forum: [3.3.x] Support Forum
Topic: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums
Replies: 42
Views: 6418

Re: Updated from 3.0.x --> 3.3.4, cannot see forums

OK, so if i ignore the built-in access roles and manually change everything to "Yes", i can see the fora. Hm. Something is borked... I mean, yes I can go through and manually set permissions for all the groups - tedious but seems like it will work - but my concern is that this is a symptom...
by TC
Thu Sep 23, 2021 1:47 pm
Forum: [3.3.x] Support Forum
Topic: [Solved] Updated from 3.0.x --> 3.3.4, cannot see forums
Replies: 42
Views: 6418

Re: Updated from 3.0.x --> 3.3.4, cannot see forums

Same with Administrators and "Full Access":
Screen Shot 2021-09-23 at 8.47.16 AM.png

Go to advanced search