Search found 317 matches

by Dr.Death
Wed Jun 24, 2020 5:36 am
Forum: phpBB Custom Coding
Topic: How to force a user logout.
Replies: 7
Views: 756

Re: How to force a user logout.

Code: Select all

 $user->session_kill();
by Dr.Death
Mon Jun 22, 2020 7:18 pm
Forum: [3.3.x] Support Forum
Topic: Icons not rendering on iPad tablet
Replies: 15
Views: 1971

Re: Icons not rendering on iPad tablet

Try to delete the Safari history and website data on your iPad first (Settings, Safari)
by Dr.Death
Sun Jun 21, 2020 7:47 pm
Forum: [3.2.x] Support Forum
Topic: Old topics up
Replies: 31
Views: 2259

Re: Old topics up

You could try this: OPEN: includes/functions_content.php FIND: if (!$auth->acl_get('f_bump', $forum_id) || $topic_bumped) REPLACE WITH: if (!$auth->acl_get('f_bump', $forum_id)) but...this is phpbb core code change ....and it could be removed/overwritten after the next update/upgrade.
by Dr.Death
Sun Jun 21, 2020 8:07 am
Forum: Abandoned Extensions
Topic: [ABD] phpBB Sitemaker Content
Replies: 68
Views: 25799

Re: [3.2][RC] phpBB Sitemaker Content

Yes,
at the moment this extensions requires: phpbb >= 3.2.2 and phpbb < 3.3.0

So, phpBB 3.3.0 is out of range...
by Dr.Death
Fri Jun 19, 2020 11:33 am
Forum: phpBB Ideas
Topic: Add user_agent (or other device info) to session keys table
Replies: 12
Views: 3181

Re: Add user_agent (or other device info) to session keys table

It depends on your usage and on different connections / devices you use.
by Dr.Death
Thu Jun 18, 2020 7:25 pm
Forum: phpBB Ideas
Topic: Add user_agent (or other device info) to session keys table
Replies: 12
Views: 3181

Re: Add user_agent (or other device info) to session keys table

Lumpy Burgertushie wrote: Thu Jun 18, 2020 4:10 pm also, where do you see this form that you posted the screen shot for?
  • UCP -->
  • Profile -->
  • Manage “Remember Me” login key
So, it would be helpfull to see on this page, what device / browser was used.
Voted with : Yes.
by Dr.Death
Wed Jun 17, 2020 2:18 pm
Forum: phpBB Discussion
Topic: Do you use the 'save draft' feature?
Replies: 38
Views: 7625

Re: Do you use the 'save draft' feature?

I use the draft function very rarely, maybe 5 times a year...

If the draft function were removed, I wouldn't probably miss it
by Dr.Death
Sat May 16, 2020 10:56 am
Forum: Extensions in Development
Topic: [CDB] Usermap for phpBB
Replies: 192
Views: 40112

Re: [3.2][3.3][BETA] Usermap for phpBB

Take a look here:

https://www.geonames.org/postal-codes/

If the country is not listed, it will not work.


Maybe the Extension Author should remove the not listet countries.
by Dr.Death
Wed Apr 29, 2020 5:31 pm
Forum: [3.3.x] Support Forum
Topic: 3.3 is compatible with Mysql 8?
Replies: 4
Views: 845

Re: 3.3 is compatible with Mysql 8?

Hm, not directly tested, but my Testboard runs with:

MySQL(i) 10.3.21-MariaDB
phpBB 3.3.0
by Dr.Death
Sun Mar 29, 2020 12:59 pm
Forum: [3.2.x] Support Forum
Topic: Topic Icons
Replies: 6
Views: 844

Re: Topic Icons

You're editing the "category", not the "forum" .....
by Dr.Death
Sun Mar 29, 2020 12:54 pm
Forum: [3.3.x] Support Forum
Topic: [Split] php lock errors after 3.3.0 update
Replies: 3
Views: 524

Re: [Split] php lock errors after 3.3.0 update

hmpf... missed that one.... I've self upgraded from 3.2.8 to 3.3.0 :roll:
by Dr.Death
Sun Mar 29, 2020 12:06 pm
Forum: [3.2.x] Support Forum
Topic: Topic Icons
Replies: 6
Views: 844

Re: Topic Icons

It's a Forum based setting.... check it in your ACP --> Forums --> Manage Forums --> select a Forum and click on the Green gear icon --> General forum settings --> Enable topic icons: Yes
by Dr.Death
Sun Mar 29, 2020 10:40 am
Forum: [3.3.x] Support Forum
Topic: Delegating backups
Replies: 16
Views: 1463

Re: Delegating backups

In the IT world there is not only one dedicated backup agent, but often a whole IT department. And as a part of the IT department there is a backup department that is responsible for nothing else as creating, managing and performing backup and restore jobs. It would be fatal if only ONE person is au...
by Dr.Death
Sun Mar 29, 2020 9:57 am
Forum: [3.3.x] Support Forum
Topic: [Split] php lock errors after 3.3.0 update
Replies: 3
Views: 524

Re: [Split] php lock errors after 3.3.0 update

Try this patch: https://github.com/phpbb/phpbb/pull/5873/files and redo your update
or wait for phpBB 3.2.9 / 3.3.1

Go to advanced search