Editing Style?
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
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?
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?
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?
Stoker, im editing the file in phpbb, removing some code, submitting and then refreshing but the change doesnt take effect.....
Editing Style?
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.
You should use a proper text editor like notepad++ and a ftp program like filezilla.
Editing Style?
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?
Also, whats the anti spam mod you have installed where you have to put things in lists to pass?
Editing Style?
Its in menu.css
Change height to 200
Im using Derkys Sortable Captcha.
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;
}
Im using Derkys Sortable Captcha.