Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recent Topics not always on the right #124

Open
Herve-be opened this issue Apr 2, 2020 · 6 comments
Open

Recent Topics not always on the right #124

Herve-be opened this issue Apr 2, 2020 · 6 comments
Labels

Comments

@Herve-be
Copy link

Herve-be commented Apr 2, 2020

Expected Behavior

Recent topics on the right by default for everybody

Actual Behavior

Recent topics by default on top
Of course a member may change in his profile but I doubt whether every members knows that the possibility exists.

Steps to Reproduce the Problem

1.Nothing to do : recent Topics is always on top
1.only the members who have changed their profile get it on the right.
1.

Specifications

  • phpbb version : 3.3.0
  • recenttopics version : 2.2.9
@avandenberghe
Copy link
Owner

hi,
There's 2 ways:

  1. go in acp, set position to "right", then click the "reset" button.
  2. by sql: update phpbb_users set user_rt_location = (SELECT config_value FROM PHPBB_CONFIG where config_name = 'rt_location');

then disable permission to set sides.
Screen Shot 2020-04-02 at 6 44 26 pm

@Herve-be
Copy link
Author

Herve-be commented Apr 3, 2020

Thank you for your reply,
I want to let each member choose the position.
I also want that the DEFAULT position is right.

In the ACP the indicated position is right.
If I go to the forum without being connected Recent Topics is at right , ok.

RecentTopicsRight

But when I create a new member and log with its Userid the position is on top : that is the issue.

RecentTopicsTop

@Galixte
Copy link
Contributor

Galixte commented Apr 9, 2020

@Herve-be @Sajaki t’invite (#124 (comment)) dans la première action de :

  • te rendre dans le PCA, puis de définir l’emplacement sur la droite, enfin de cliquer sur le bouton « Réinitialiser les paramètres utilisateur ».

@Herve-be
Copy link
Author

Herve-be commented Apr 9, 2020

J'ai bien compris, mais en faisant cela je vais remettre RT (Recent Topics) à droite même pour les utilisateurs qui ont choisi de le mettre au-dessus non ?
Ce qui est bizarre : dans le PCA RT est défini à droite, mais quand je crée un nouvel utilisateur RT est au dessus : je ne peux quand même pas réinitialiser les paramètres pour tout le monde chaque fois qu'un nouveau membre s'inscrit !
Il semble que la position définie dans le PCA ne sert qu'au bouton Réinitialiser; il n'en est pas tenu compte lors de la création d'un membre.

@Galixte
Copy link
Contributor

Galixte commented Apr 9, 2020

@Herve-be OK.

@Sajaki:

  • in ACP,
  • “EXTENSIONS” tab,
  • “Recent Topics Configuration” page,
  • “UCP overridable Settings” options category,
  • the next option:
Display location:
Select location to display recent topics.

should permit:

  • to define the default setting when a new user is registered on the board.
  • to reset the user settings.

According to @Herve-be feedback, this behaviour doesn’t work as it should be, currently it permits only to reset the default settings for existing users.

Moreover, “UCP overridable Settings” category should be renamed as “UCP default & overridable Settings”.

Regards.

@Herve-be
Copy link
Author

Herve-be commented Apr 9, 2020

In other words, the defined position in the ACP is not the default value as it should, it is only used when resetting the value for all members.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants