MyBB Community Forums

Full Version: How to display specific Div for users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello ,

I want to add plugin to sidebar to login or register if user is guest
and if he is member to say welcome or disappear  Huh
There is a number of plugins that offer this functionality, have you had a look through the Extend site for a plugin that matches your needs? https://community.mybb.com/mods.php
In your sidebar you want to add the welcome/login block that is usually displayed in the header of the forum!?
Did you try to insert the variables of header_welcome* templates to your sidebar templates? I did not test it yet but header variables should be available on every site. If not, you may consider to add a hook to your sidebar code.

[ExiTuS]
(2019-10-22, 08:15 PM)Ben Wrote: [ -> ]There is a number of plugins that offer this functionality, have you had a look through the Extend site for a plugin that matches your needs? https://community.mybb.com/mods.php
could you help me and recommended plugin name ? I've already searched and got nothing

(2019-10-22, 10:08 PM)[ExiTuS] Wrote: [ -> ]In your sidebar you want to add the welcome/login block that is usually displayed in the header of the forum!?
Did you try to insert the variables of header_welcome* templates to your sidebar templates? I did not test it yet but header variables should be available on every site. If not, you may consider to add a hook to your sidebar code.

[ExiTuS]

I've tried to add it in header guest and my code works but it display in the header not in sidebar as i want  Big Grin

and i want to add like this code 
[Image: 68747470733a2f2f692e696d6775722e636f6d2f...512e706e67]