This board is the new home for david63's extensions.

All of the extensions hosted here will need to be treated as a new install as there is no migration from the original ones to these, and furthermore, no support will be given to migrating to any of these extensions from previous versions.


Due to the selfishness of certain board members it has become necessary to apply a limit of how many downloads each member can make before making a donation. Once a donation has been made then you will have unlimited downloads.

[3.3.1] Login Redirect

Fully working extensions
User avatar
devspace
Owner
Owner
Posts: 233
Joined: October 2022

[3.3.1] Login Redirect

#1

Post by devspace »

Login Redirect:

Redirects a user to a chosen topic/announcement when they log in.

Compatibility:

Image Image

Image

Notes:

If you are using any other version of this extension then it must be Disabled /Delete data and the original files deleted before installing this version - you will loose all settings.

Features:
  • Select topic for redirection.
  • Able to automatically redirect to the latest announcement posted.
  • Able to redirect new users to a topic.
  • Able to redirect a selected group (or all groups) to a specified topic.
  • Option to show a redirect message
Language(s):
  • en
Version:
  • 3.3.1
Installation:
  • Download the latest release and unzip it.
  • Upload the unzipped files to [board root]/ext/devspace/loginredirect and enable it in the ACP
Configuration:
  • ACP
  • Extensions
  • Login redirect
  • Manage redirects
Extension Download:

User avatar
devspace
Owner
Owner
Posts: 233
Joined: October 2022

[3.3.1] Login Redirect

#2

Post by devspace »

Announcements:

[20/11/2022] Updated to 3.3.1 - bug fix

Notara
Donor
Donor
Posts: 8
Joined: November 2022

Re: [3.3.0] Login Redirect

#3

Post by Notara »

Thank you for this release. Unfortunately, I also get an SQL error when logging in with this version. If not immediately, then at the latest when logging in again.

Code: Select all

SQL ERROR [ mysqli ]

Unknown column 'POST_ANNOUNCE' in 'where clause' [1054]
My settings:

Image


PHP: 7.3
phpBB: 3.3.8

Notara
Donor
Donor
Posts: 8
Joined: November 2022

Re: [3.3.0] Login Redirect

#4

Post by Notara »

Code: Select all

SQL ERROR [ mysqli ]

Unknown column 'POST_ANNOUNCE' in 'where clause' [1054]

SQL

SELECT topic_id, topic_time FROM phpbb_topics WHERE topic_type = POST_ANNOUNCE ORDER BY topic_time DESC LIMIT 1

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1023
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 202
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/mysql_base.php
LINE: 45
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 296
CALL: phpbb\db\driver\mysql_base->_sql_query_limit()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 337
CALL: phpbb\db\driver\driver->sql_query_limit()

FILE: [ROOT]/ext/devspace/loginredirect/controller/main_controller.php
LINE: 130
CALL: phpbb\db\driver\factory->sql_query_limit()

FILE: [ROOT]/ext/devspace/loginredirect/event/listener.php
LINE: 90
CALL: devspace\loginredirect\controller\main_controller->loginredirect()

FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 214
CALL: devspace\loginredirect\event\listener->login_redirect()

FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 44
CALL: Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()

FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 62
CALL: Symfony\Component\EventDispatcher\EventDispatcher->dispatch()

FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 46
CALL: phpbb\event\dispatcher->dispatch()

FILE: [ROOT]/includes/functions.php
LINE: 2383
CALL: phpbb\event\dispatcher->trigger_event()

FILE: [ROOT]/adm/index.php
LINE: 37
CALL: login_box()

User avatar
devspace
Owner
Owner
Posts: 233
Joined: October 2022

Re: [3.3.1] Login Redirect

#5

Post by devspace »

Notara wrote: 19 Nov 2022, 19:43
I also get an SQL error when logging in with this version
Fixed - see above

Notara
Donor
Donor
Posts: 8
Joined: November 2022

Re: [3.3.1] Login Redirect

#6

Post by Notara »

Perfect - thank you. Now it seems to work as expected. :)

Notara
Donor
Donor
Posts: 8
Joined: November 2022

Re: [3.3.1] Login Redirect

#7

Post by Notara »

Note: I found a small typo in services.yml regarding the display of the QR code image

Code: Select all

            $ext_images_path: '%core.root_path%ext/devspace/download/adm/style/images'
There is no folder "download" . The image can be found in /adm/style/images instead.

User avatar
Fredisland
Donor
Donor
Posts: 7
Joined: May 2023

Re: [3.3.1] Login Redirect

#8

Post by Fredisland »

Hello,

Here's the FRENCH translation for devspace loginredirect 3.3.1.

Have a good day 😊.
You do not have the required permissions to view the files attached to this post.