| Author |
Message |
crazy1701d New Member


Joined: Jun 26, 2006 Posts: 8 Location: South Carolina
|
Posted:
Thu May 07, 2009 4:01 pm |
|
I have been working on making a theme using fisubice as a starting point. Everything is going well so far. The one thing that I am having trouble with is adding a jpg to the left and right sides of the page. Going from the header to the footer.
I have tried editing the header file and it does nothing I have tried editing the theme file which is where i believe it must be put but not sure where or how to inbed it.
I tried using a table but it either does not work or I am coding it wrong.
Everything that i have tried either puts the image on top of or below the left blocks.
Any help/ideas would be great.
crazy |
|
|
|
 |
bluerace Regular


Joined: Apr 04, 2009 Posts: 85 Location: Behind you
|
Posted:
Thu May 07, 2009 4:30 pm |
|
Do you want to put your images on the phpnuke front-end? or the old bbtonuke? |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2404 Location: Pennsylvania
|
Posted:
Thu May 07, 2009 4:33 pm |
|
I can't remember how the outer table structure works, but you are going to have to edit more than one file at a time to get this to work.
I would try to edit the header to make a new table to encompass the entire site. This table would have one row and three columns. The left and right would hold your images and the center would be the site.
Remember you will have to edit the footer to close the table or at least to close the center column.
Maybe someone else can explain a better way, but short of attempting it I can not  |
|
|
|
 |
crazy1701d New Member


Joined: Jun 26, 2006 Posts: 8 Location: South Carolina
|
Posted:
Thu May 07, 2009 4:39 pm |
|
Well lets start on the front end. I was able to change the header and footer but they are html. I just don't have a complete grasp on php yet. LOL |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2404 Location: Pennsylvania
|
Posted:
Thu May 07, 2009 5:06 pm |
|
I think you would only need to edit the header/footer in an fisubice type theme to make this work. |
|
|
|
 |
bluerace Regular


Joined: Apr 04, 2009 Posts: 85 Location: Behind you
|
Posted:
Thu May 07, 2009 7:48 pm |
|
check the following URL:
I posted a step-by-step guide.
Good Luck. |
|
|
|
 |
crazy1701d New Member


Joined: Jun 26, 2006 Posts: 8 Location: South Carolina
|
Posted:
Fri May 08, 2009 6:06 am |
|
bluerace
i had tried just putting the img tag in there but it didnot do what i wanted.
Thanx tho
I went into an original header for fisubice and saw that I removed the open table lines at the end of the file.DA don't have the time right now to play so I will try later but it looks like that is the ticket. I will post anything I figure/find out.
Thanx for the help. |
|
|
|
 |
ToolBox Regular


Joined: Mar 16, 2005 Posts: 74
|
Posted:
Fri May 08, 2009 6:13 am |
|
That works.
You may put wrong img tag or links.
Ok. Show your code in here. |
|
|
|
 |
crazy1701d New Member


Joined: Jun 26, 2006 Posts: 8 Location: South Carolina
|
Posted:
Sat May 09, 2009 5:52 am |
|
k well I was able to get the pic on the left by adding this
<td height="100%" valign="top" style="background-image: url(themes/WoWBC/images/r5_cleft.jpg)"><img src="themes/WoWBC/images/r5_cleft.jpg" width="43" height="257" align="left" />
at the end of the header.html file so it now looks like this
<table width="100%" cellpadding="1" cellspacing="0" border="0" align="center">
<tr>
<td height="100%" valign="top" style="background-image: url(themes/WoWBC/images/r5_cleft.jpg)"><img src="themes/WoWBC/images/r5_cleft.jpg" width="43" height="257" align="left" />
<td>
But adding tthis line again in this file just put the image after the left blocks. So I figured the right side of the page must be controled with the footer.html.
But when I put it in there nothing seems to happen.Not sure if I am coding it right.This is how it looks
<td height="100%" valign="top" style="background-image: url(themes/WoWBC/images/r5_cleft.jpg)"><img src="themes/WoWBC/images/r5_cright.jpg" width="43" height="257" align="right" />
</td>
</td>
</td>
</tr>
</table>
Thanx again |
|
|
|
 |
bluerace Regular


Joined: Apr 04, 2009 Posts: 85 Location: Behind you
|
Posted:
Sat May 09, 2009 11:22 am |
|
ok. please follow this step:
step 1: zip your theme pack.
step 2: go to this follow
step 3: attach your compressed theme-pack
Don't forget only *.html and .php file under <nuke-root>/themes/YOUR-THEME-NAME.
step 4: explain what your theme is and what you would like to change.
Do not compress your <nuke-root>/themes/forums |
|
|
|
 |
crazy1701d New Member


Joined: Jun 26, 2006 Posts: 8 Location: South Carolina
|
Posted:
Fri Sep 11, 2009 8:27 am |
|
K well it has been awhile but I wanted to come back and say i did get it all to work. It ended up being a couple things. The image wasn't displying right because of the size. and after going over and over the code I found a unclosed tag in the blocks file . and of corse that threw everything off
I feel so dumb when it is something that easy/stupid. Just wanted to sy thanx for the help |
|
|
|
 |
|
|
|
|