MyBB Community Forums

Full Version: Moving header templates - how?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I have myBB 1.4.4.
I would like to move my header_welcomeblock_guest and header_welcomeblock_member above my header, but I don't know how to do that? There is a code inside for login, ACP, user CP etc. And I want to move that code from my header and put it above the heaeder, any suggestions?

Picture in attachment.
I think it'll need to go in the headerinclude template, but I'm not sure if you can just copy {$welcomeblock} there and it'll work...

Edit: Ok, you can just add {$welcomeblock} to the end of your headerinclude template and it'll show up at the top... you'll probably have to play around with the templates for each welcomeblock, though.
Ok, but where is the old {$welcomeblock} located, so that I could remove it?

Edit: And how and where can I add some image below that text? Actually, not below...hm... I don't know how to say it, but I want that text to be on the some image.
{$welcomeblock} is originally in the 'header' template. You can add something to to header_welcomeblock_guest and header_welcomeblock_member
Aha, so I should just add the same image to header_welcomeblock_guest and header_welcomeblock_member template? Like <img src="image.jpg"> or something else? And will that way the text stand on the image?