help in configuration

kevinazo

Member
Registered
Joined
May 19, 2022
Messages
8
Points
3

Reputation:

hello i have 1 question

so i would like to change this information


info.jpg



versión de xenforo 2.2.9
If someone has the patience to explain these 2 steps to me, I will appreciate it.
 
Last edited by a moderator:

Ozaki

Active member
Registered
Joined
Nov 5, 2021
Messages
35
Points
18

Reputation:

For the first one you need to edit the postibit of your style. I'm not expert on that so i cant guide you.

For the attach image if i understand you want to create a page and put it on Navigation menu right ?

1. Go to: Forums - Nodes - Add Node and then Select Page.
* let's say that you put urlportion: example
2. Go to Setup - Public Navigation and at link put: {{ link('pages/example') }}

EDIT: to make the page visible only for registered users add at Display condition: $xf.visitor.user_id
 

kevinazo

Member
Registered
Joined
May 19, 2022
Messages
8
Points
3

Reputation:

what I need is to change the user and characteristics to the left

that is, what comes out below I would like where the red circle
 

kevinazo

Member
Registered
Joined
May 19, 2022
Messages
8
Points
3

Reputation:

solved, for those who need the information, what I wanted to change the location of the avatar

solution:
We go to the server administration section and in the magnifying glass we look for extra.less change the code to this

.message-avatar .avatar {
max-width: 140px;
max-height: 140px;
}
 
Top