1) No veo la imagen, hosteala en imagehack o algo asi
2) Cuando creas un foro, tenes q desmarcar la opcion "Funciona como foro" para q sea una categoria y meter los foros como hijos de esta categoria para q esten adentro
3) Se supone q tiene q venir con una carpeta llamada como el skin con todas las imgs
4)Tenes q editar el archivo q est en includes llamado config.php y buscar esto:
// ****** UNDELETABLE / UNALTERABLE USERS ******
// The users specified here will not be deletable or alterable from the control panel by any users. // To specify more than one user, separate userids with commas.
$undeletableusers = '1';
y sacarle el 1, pero no te recomiendo q uses el usuario admin como usuario tuyo, create otro y dale permisos de admin total poniendo en este mismo archivo:
// ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
// The users specified here will be allowed to view the admin log in the control panel.
// Users must be specified by *ID number* here. To obtain a user's ID number,
// view their profile via the control panel. If this is a new installation, leave
// the first user created will have a user ID of 1. Seperate each userid with a comma.
$canviewadminlog = '1,2';
// ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
// The users specified here will be allowed to remove ("prune") entries from the admin
// log. See the above entry for more information on the format.
$canpruneadminlog = '1,2';
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$canrunqueries = '1,2';
// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$superadministrators = '1,2';
El 2 es la ID de un usuario ejemplo, registra el usuario q vas a utilizar, entra a su perfil y en la URL del explorador, al final de todo, dice "id=x" X es el numero q te interesa, ponelo en todas esas partes q te dije remplazando al 2
Saludos