Search found 362 matches

by Theriddler1
Mon Jan 11, 2021 2:30 pm
Forum: Abandoned Extensions
Topic: [ABD] Auto db Backup
Replies: 368
Views: 82751

Re: [3.2][3.3][RC] Auto db Backup

pico.autodbbackup.cron.task.core.auto_db_backup: That extension will not work on phpBB 3.3. or even phpBB 3.2 throws an error something about a missing admin_controller That is not very helpful - can you be a bit more precise. Nevermind my bad, i forgot to rename autodbbackup-master to autodbbackup...
by Theriddler1
Mon Jan 11, 2021 2:10 pm
Forum: Abandoned Extensions
Topic: [ABD] Auto db Backup
Replies: 368
Views: 82751

Re: [3.2][3.3][RC] Auto db Backup

When using latest 3.3 RC the extension throws an error something about a missing admin_controller.

I downloaded the other one for 3.1.2

changed the format of the yml and this works now for phpbb 3.3.2

Code: Select all

deleted so there will be no confusing
by Theriddler1
Thu Feb 22, 2018 12:29 pm
Forum: Extension Requests
Topic: Delete after x days
Replies: 14
Views: 1642

Re: Delete after x days

maybe you can with some code changes get this: viewtopic.php?p=14731161#p14731161 extension to work the way you need.

or this one (old) https://www.phpbb.com/customise/db/mod/ ... ow_topics/
by Theriddler1
Thu Feb 22, 2018 12:21 pm
Forum: Extensions in Development
Topic: [BETA] [3.2] Prime Notify
Replies: 234
Views: 49480

Re: [BETA] [3.2] Prime Notify

The selected extension cannot be enabled, please verify the extension’s requirements. I'm using 3.2.1, is 3.2.2 required? Yes see ext.php public function is_enableable() { $config = $this->container->get('config'); return phpbb_version_compare($config['version'], '3.2.2', '>='); } And composer.json...
by Theriddler1
Wed Feb 21, 2018 4:02 pm
Forum: [3.2.x] Support Forum
Topic: Fatal error: Uncaught TypeError
Replies: 20
Views: 6530

Re: Fatal error: Uncaught TypeError

Now this ..... damnnnnnnn Algemene fout SQL ERROR [ mysqli ] Duplicate key name 'itm_usr_mthd' [1061] SQL ALTER TABLE phpbb_user_notifications ADD INDEX itm_usr_mthd (item_type, item_id, user_id, method) BACKTRACE FILE: (not given by php) LINE: (not given by php) CALL: msg_handler() FILE: [ROOT]/ph...
by Theriddler1
Sun Jan 14, 2018 12:14 pm
Forum: [3.2.x] Support Forum
Topic: Phpbb 3.2.0 - STK don't work
Replies: 4
Views: 406

Re: Phpbb 3.2.0 - STK don't work

david63 wrote: Tue Jan 02, 2018 7:30 am Where did you get STK because there is no "official" STK for phpBB 3.2 (or for 3.1 either)
I think here: https://github.com/AlexSheer/phpBB3.2-STK
by Theriddler1
Wed Dec 06, 2017 3:15 pm
Forum: Extension Writers Discussion
Topic: disable installed extension trough extension
Replies: 6
Views: 843

Re: disable installed extension trough extension

What sort of conflicts? There may be a way around them. I do not think that the correct way is for one extension to disable another extension because of conflicts - you should be working on avoiding any such conflicts. There were conflicts with an extension which uses the same css class as the othe...
by Theriddler1
Wed Dec 06, 2017 9:45 am
Forum: Extension Writers Discussion
Topic: disable installed extension trough extension
Replies: 6
Views: 843

disable installed extension trough extension

I created an extension, but it is needed to disable an other extension due to conflicts with the other

how can i do this in my extension?
by Theriddler1
Sun Nov 05, 2017 7:29 am
Forum: Abandoned Extensions
Topic: [ABD] Browser notifications
Replies: 49
Views: 14702

Re: [DEV] Browser notifications

MaFeSa wrote: Sat Nov 04, 2017 7:03 pm Hi Paul, is compatible with phpBB 3.2.1?
Is installed but I can not see notifications
Thanks
Ger wrote: Tue Jun 27, 2017 2:09 pm Nothing will work, since the extension (as it is in Github at the moment) is essentially an empty shell doing nothing.
by Theriddler1
Mon Oct 23, 2017 9:52 am
Forum: [3.2.x] Support Forum
Topic: Problem updating phpBB 3.2.0 to 3.2.1 | SQL error
Replies: 4
Views: 18103

Re: Problem updating phpBB 3.2.0 to 3.2.1 | SQL error

drop your index key 'itm_usr_mthd' from table 'phpbb_user_notifications'

see here for more information where to find indexes: https://stackoverflow.com/a/29205358
by Theriddler1
Sun Oct 22, 2017 1:31 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: New Halloween theme made for my forum, what do you all think?
Replies: 4
Views: 1626

Re: New Halloween theme made for my forum, what do you all think?

bitsbb01 wrote: Wed Sep 20, 2017 10:25 pm New Halloween theme made for my forum, what do you all think?
Image
i see it, nice work
http://captainsfable.pcriot.com/index.php
by Theriddler1
Fri Oct 13, 2017 10:35 am
Forum: Extensions in Development
Topic: [CDB] Magic OGP links: thumbnails and descriptions
Replies: 51
Views: 8760

Re: [3.2][RC] Magic OGP links: thumbnails and descriptions

See PM :) For other users: it seems like there was simply a problem with a specific site that's unreliable. Other sites seem to work as expected. There's also a minor issue when combining this extension with the Ajax base extension . When the option for ajax preview is enabled, the OGP data isn't p...
by Theriddler1
Thu Oct 12, 2017 9:18 am
Forum: Extension Requests
Topic: Custom member titles?
Replies: 2
Views: 867

Re: Custom member titles?

Kateh81 wrote: Tue Sep 05, 2017 8:18 am Hello, is it possible to allow "valuable" users to set the "member title" for themselves? I tried to look around for that option but couldnt find it.

Thanks in advance.
viewtopic.php?f=456&t=2331271

Go to advanced search