Editing Style?

Download and support for the PhpBB3 BBCodes Premod
Locked
Benneh
BBCoder II
BBCoder II
Posts: 5
Joined: 01 Nov 2011, 17:20
BBCodes: 1

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?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Editing Style?

Post by Stoker »

When you have edited you style you always need to refresh the template in ACP.
Board rules! No PM support
Benneh
BBCoder II
BBCoder II
Posts: 5
Joined: 01 Nov 2011, 17:20
BBCodes: 1

Editing Style?

Post by Benneh »

How do you do that Stoker, sorry mate...
Benneh
BBCoder II
BBCoder II
Posts: 5
Joined: 01 Nov 2011, 17:20
BBCodes: 1

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.....
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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.
Board rules! No PM support
Benneh
BBCoder II
BBCoder II
Posts: 5
Joined: 01 Nov 2011, 17:20
BBCodes: 1

Editing Style?

Post by Benneh »

Ok, cheers mate, will give that a go!
Benneh
BBCoder II
BBCoder II
Posts: 5
Joined: 01 Nov 2011, 17:20
BBCodes: 1

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?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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.
Board rules! No PM support
User avatar
Vox Populi
BBCoder III
BBCoder III
Posts: 135
Joined: 27 Jul 2011, 15:44
BBCodes: 51
Favourite BBCode: YouTube
Favourite MOD: mChat, Welcome on Index
Location: Index,WA
Contact:

Editing Style?

Post by Vox Populi »

A bit off topic. Derkys Sortable Captcha Rocks.
Be who you are and say what you feel.
Those who mind don't matter.
Those who matter don't mind.
- Dr. Seuss
Locked