XF 1.4 A few questions

MirandaSings

Active member
Hi I'm new to Xenforo.

I have a few questions:
1) How do I change the title of my forum and add a logo (I already have a logo)
2) I set all my permissions but the permissions aren't being applied?
3) How do I create forums within a forum? Whenever I try to do that the forum is put on the outside (home page) and not the inside of the forum.
4) How do you lock a forum but only have staff members post in it? Or hide forums from registered users and only visible by staff members?
5) How do I add my facebook page on the home?

I tried to navigate the admin panel but I'm new here and the admin panel seems hard to navigate.

Thanks :D
 
Ok, the whole line is:
Code:
            <h3><a href="{xen:link members, '', 'type=staff'}">{xen:phrase staff_online_now}</a></h3>

Add Font Awesome code (or image path) right before this in that line:
Code:
{xen:phrase staff_online_now}
 
Top Bottom