Author |
Message |
crazy1701d
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
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 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
bluerace
Regular
![Regular Regular](modules/Forums/images/ranks/2stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
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? |
_________________ Make stupid PHP-NUKE Smart, that's my favorite chore in Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
Site Admin
![](modules/Forums/images/avatars/Dilbert/Dilbert_-_Dogbert_King.gif)
Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, 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 ![Sad](modules/Forums/images/smiles/icon_sad.gif) |
_________________ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
crazy1701d
![](modules/Forums/images/avatars/gallery/blank.gif)
|
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 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
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. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
bluerace
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu May 07, 2009 7:48 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
crazy1701d
![](modules/Forums/images/avatars/gallery/blank.gif)
|
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. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
ToolBox
Regular
![Regular Regular](modules/Forums/images/ranks/2stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
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. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
crazy1701d
![](modules/Forums/images/avatars/gallery/blank.gif)
|
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 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
bluerace
![](modules/Forums/images/avatars/gallery/blank.gif)
|
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
http://www.nukekorea.net/modules.php?name=phpBB3&file=viewtopic&f=28&t=46
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 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
crazy1701d
![](modules/Forums/images/avatars/gallery/blank.gif)
|
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 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|