How to make my own styles

This forum is now closed. Please ask all styles-related questions in the phpBB 3.0 Styles Support & Discussion Forum.
Locked
Muscle Croc
Registered User
Posts: 116
Joined: Fri Mar 01, 2002 12:38 pm

How to make my own styles

Post by Muscle Croc »

I have just edited my original subsilver to look like so:

http://www.splfever.co.uk/phpBB2/index.php


new graphics, new colours the lot.

I basically want to keep the graphics as i have them, or most of them, maybe change the cellpics, andi want to change the overallheader.

Bar that its just a case of having the different colours for my forum under the stylesheet.css by editing in my admin panel.

I just cant suss it.

i downloadaed my subsliver.css and just renamed the folder dundeeunited and uploaded it. tried changing the subsiliver.ccs to dundeeunited.css but no luck.


How to i do this? I dont even wanna change much but i cant suss out how to do!!

How would i do the above easily, i will add there is 12 different styles i wanna add. its football colours basically me heads nippin! :x
Blackman
Registered User
Posts: 137
Joined: Tue Feb 05, 2002 4:32 pm
Location: United Kingdom, Bristol
Contact:

Post by Blackman »

Hi Muscle Croc,

You will need to change the following:

subSilver = dundeeunited (folder)

subSilver.css = dundeeunited.css

subSilver.cfg = dundeeunited.cfg

Replace all references to "subSilver" in your .tpl files in the dundeeunited folder with "dundeeunited".

This Text Replacer will help you.

That should work.
Muscle Croc
Registered User
Posts: 116
Joined: Fri Mar 01, 2002 12:38 pm

Post by Muscle Croc »

away to give this a go! Thanks mate 8) :lol:
Muscle Croc
Registered User
Posts: 116
Joined: Fri Mar 01, 2002 12:38 pm

Post by Muscle Croc »

that tool is great by the way.

I have a slight problem however.

i just noticed that the private messenger, there is a row of colours that have not changed. the "SUBJECT" fields are all still a plain white background. where do i change these? THANKS! :D
Blackman
Registered User
Posts: 137
Joined: Tue Feb 05, 2002 4:32 pm
Location: United Kingdom, Bristol
Contact:

Post by Blackman »

Hi Muscle Croc,

Could you provide me a link to your forum?
*edit I can't believe I missed your first post. :roll: :evil:
I'll take a look.


Thanks,

Tim
Last edited by Blackman on Fri Mar 07, 2003 5:44 pm, edited 1 time in total.
ionsurge
Registered User
Posts: 876
Joined: Thu Oct 10, 2002 9:24 am
Location: United Kingdom
Contact:

Post by ionsurge »

Muscle Croc
Registered User
Posts: 116
Joined: Fri Mar 01, 2002 12:38 pm

Post by Muscle Croc »

well, i gave up with my template idea, just couldnt get them looking as good as my main template i think i will stick with this :?


i dunno what my PM problem is tho.

The field that is "SUBJECT", not the heading, but the actual private messages, the background is white whereas my board is blue and it looks a mess, how do i change that part blue? :?
suncream
Registered User
Posts: 1173
Joined: Mon Aug 26, 2002 8:28 pm
Location: Somewhere over the rainbow

Post by suncream »

could you provide a screenshot please, so i can see what the problem is. thanks :)
Muscle Croc
Registered User
Posts: 116
Joined: Fri Mar 01, 2002 12:38 pm

Post by Muscle Croc »

cant be assed opening photoshop and uploading and all that - its simple enough really mate,

private messages. INBOX

FLAG.....SUBJECT.............................TO...DATE....MARK
............<HERE.........................>

<HERE>. All that area has a white background.


the rest of my backgrounds are a mixture of blue. the rollover hack i have works fine - it goes the blue the rest of the board does over this subject field, but the PM part - the background is white. dunno why or where i change this to a blue i have.
suncream
Registered User
Posts: 1173
Joined: Mon Aug 26, 2002 8:28 pm
Location: Somewhere over the rainbow

Post by suncream »

in privmsgs_body.tpl look for the following code:

Code: Select all

<!-- BEGIN listrow -->
	<tr> 
	  <td class="{listrow.ROW_CLASS}" width="5%" align="center" valign="middle"><img src="{listrow.PRIVMSG_FOLDER_IMG}" width="19" height="18" alt="{listrow.L_PRIVMSG_FOLDER_ALT}" title="{listrow.L_PRIVMSG_FOLDER_ALT}" /></td>
	  <td width="55%" valign="middle" class="{listrow.ROW_CLASS}"><span class="topictitle">&<a href="{listrow.U_READ}" class="topictitle">{listrow.SUBJECT}</a></span></td>
	  <td width="20%" valign="middle" align="center" class="{listrow.ROW_CLASS}"><span class="name">&<a href="{listrow.U_FROM_USER_PROFILE}" class="name">{listrow.FROM}</a></span></td>
	  <td width="15%" align="center" valign="middle" class="{listrow.ROW_CLASS}"><span class="postdetails">{listrow.DATE}</span></td>
	  <td width="5%" align="center" valign="middle" class="{listrow.ROW_CLASS}"><span class="postdetails"> 
		<input type="checkbox" name="mark[]2" value="{listrow.S_MARK_ID}" />
		</span></td>
	</tr>
	<!-- END listrow -->
and paste what you have there. Maybe the table classes arent there
Muscle Croc
Registered User
Posts: 116
Joined: Fri Mar 01, 2002 12:38 pm

Post by Muscle Croc »

you totally lost me mate? post what, where? :?:
Muscle Croc
Registered User
Posts: 116
Joined: Fri Mar 01, 2002 12:38 pm

Post by Muscle Croc »

Sorry - i got ya! replaced my code with yours. its working now :) :) :)

only prob was 2x& signs.


deleted them and all is fine. All it was, was before the PM name and the sender's name there was a black &.

gone now! hope they werent meant to do something?!?!!? seems fine anyway :lol:
suncream
Registered User
Posts: 1173
Joined: Mon Aug 26, 2002 8:28 pm
Location: Somewhere over the rainbow

Post by suncream »

the &'s were meant to be & which is a "code" for a space. You could/should put the & back, where the &'s were.

It wont do any major harm (as far as i know) without the & but you should probably put them in there.

I think its a bug maybe which caused the & to be just &.
Locked

Return to “[2.0.x] Styles Development & Discussion”