Editing Style?

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Editing Style?

Post by Benneh »

How do

Having installed the Premod package and set the theme to SE Pro I have edited the overall_header document within the se_pro folder to remove some things I dont want displayed (Donate, Portal) etc.

However, these items, even though they no longer exist in the file are still displaying on the forum.....

Any ideas what is going on here?

Editing Style?

Post by Stoker »

When you have edited you style you always need to refresh the template in ACP.

Editing Style?

Post by Benneh »

How do you do that Stoker, sorry mate...

Editing Style?

Post by Benneh »

Stoker, im editing the file in phpbb, removing some code, submitting and then refreshing but the change doesnt take effect.....

Editing Style?

Post by Stoker »

If you edit the file in ACP, the edits will disappear when you refresh the template.
You should use a proper text editor like notepad++ and a ftp program like filezilla.

Editing Style?

Post by Benneh »

Ok, cheers mate, will give that a go!

Editing Style?

Post by Benneh »

Hi Stoker, how do I change the banner height? I followed your instructions elswhere to change the width of the forums, but I need to change the height of the header part to 200px, cant seem to see where its set.

Also, whats the anti spam mod you have installed where you have to put things in lists to pass?

Editing Style?

Post by Stoker »

Its in menu.css

Code: Select all

.header-bar {
	color: #FFFFFF;
	padding: 0 5px;
	height: 140px;
	background-image: url("{T_THEME_PATH}/images/bg_header23.jpg");
	background-position: top;
}
Change height to 200

Im using Derkys Sortable Captcha.

Editing Style?

Post by Vox Populi »

A bit off topic. Derkys Sortable Captcha Rocks.