| Author |
Message |
Diablo2007
Nuke Soldier


Joined: Jan 07, 2007
Posts: 27
|
Posted:
Wed Jan 17, 2007 10:24 am |
  |
I went ahead and designed my own theme from the ground up. I did all the images, html and .php on my own with just the help from the articles on this site. Thanks Team!
OK, now to the issue. I have been over my code more times than I care to remember, but look at the bottom of my page at the footer
http://www.infamouscallofduty.com/infnuke/index.php
Just above the footer there looks to be a 1 pix gap all the way through the page. I removed any "spacer.giffs" i was using in the footer html but this did nothing. I am pretty sure its not in the footer html., and It cant be anything in the "blocks" other wise the gap would repeat with each block correct? the only other place I can think of is the theme.php. But I think I have looked at the code to much and just cant see the wood for the trees.
Anyone seen this before? or know where or what area to "focus" my attention? ant feedback would be awesome! thanks team....
Now I just need to "skin" the Forum
DA |
|
|
     |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12346
|
Posted:
Wed Jan 17, 2007 1:45 pm |
  |
|
     |
 |
Diablo2007
Nuke Soldier


Joined: Jan 07, 2007
Posts: 27
|
Posted:
Wed Jan 17, 2007 4:10 pm |
  |
Hey Evaders,
well crap. I have looked at my site with Advant and IE but I still get the line all the way across my screen. About 1 PIX wide seperating the Footer from the main body of the site...? hmmm.
I will check on another PC and see if its there...but it is definatley showing on my screen at 1280 X 1024.....maybe a resolution issue. I ll keep looking, thanks m8!
DA |
|
|
     |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12346
|
Posted:
Wed Jan 17, 2007 4:16 pm |
  |
|
     |
 |
Diablo2007
Nuke Soldier


Joined: Jan 07, 2007
Posts: 27
|
Posted:
Wed Jan 17, 2007 8:23 pm |
  |
..ok m8, thanks for your time....here it is here...
....also, I cant "Read More" when I click th "Read More" link in the news articles, it just shows the "intro text" and not the extended article text...HUH?
thanks team
DA |
|
|
     |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12346
|
Posted:
Wed Jan 17, 2007 11:01 pm |
  |
|
     |
 |
Diablo2007
Nuke Soldier


Joined: Jan 07, 2007
Posts: 27
|
Posted:
Thu Jan 18, 2007 3:14 pm |
  |
...no I have checked and rechecked the image...even re edited, resliced and uploaded again...same deal.
I am running 7.9 with the lates 3dot3 patch from nukesource.
on the "Read More" issue. Here is a screen shot of the page I get when I go to edit the Story....
the formatting of this page is jacked up, so I am thinking that this may have something to do with the "Read More" function not working properly? Would this format be part of the theme.php? this is the ONLY page that appears like this...so I am not sure exactly where to look.
Finally, on the footter issue once more...see there is NO line around the image in this shot, but it appears when the footer is in the correct placement ...
Thanks for your time team
DA |
|
|
     |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12346
|
Posted:
Thu Jan 18, 2007 8:01 pm |
  |
You have a lot of junk code in your footer
That is causing the spacing not to match. You should not use any HTML, HEAD, TITLE, etc tags as they already declared and used in phpNuke
My guess is your story code has some table code that hasn't been closed properly |
_________________ Helping those that help themselves
Read FIRST or DIE!
"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding |
|
     |
 |
Diablo2007
Nuke Soldier


Joined: Jan 07, 2007
Posts: 27
|
Posted:
Fri Jan 19, 2007 11:00 am |
  |
Hey Evaders
I really appreciate your feedback m8, thank your for you time.
OK, so I have got rid all the "tags" as you mentioned in my code. and I have gone over the theme code several times...I loaded everything back up, but nothing has changed, its still remains the same on all items.
Something I noticed:
I can create a "New Story" without any problem and the "page" you create the new story is completely normal ( frames correct and footer where it should be).
I can post it and it shows on the Front page correctly.
If I try and include "Extended text" this dosnt show when you click the "Read More" link...only the text that is on the "Front Page"
If I try and "edit" the story, that is when the page formatting get weird and it dosnt edit the story.
This is the only Section of the entire site that seems to have this formatting problem. SO....any idea where I can find the script that "drives" this part of the nuke enviroment so I can check that out ?
Also here is a link to my theme files... I have looked at it so many times I just cant see what I am looking for, I am hoping some fresh eyes may spot something...
http://www.infamouscallofduty.com/Downloads/infcod.rar
Again, thanks all for your feedback.. I am so close to having this done, I can taste it
DA |
|
|
     |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12346
|
Posted:
Fri Jan 19, 2007 12:34 pm |
  |
You have this spacer code in the footer that is making that 1 pixel
| Code: |
<tr>
<td>
<img src="themes/infcod/images/ft/spacer.gif" width="451" height="1" alt=""></td>
<td>
<img src="themes/infcod/images/ft/spacer.gif" width="34" height="1" alt=""></td>
<td>
<img src="themes/infcod/images/ft/spacer.gif" width="285" height="1" alt=""></td>
<td>
<IMG src="themes/infcod/images/ft/spacer.gif" width="1" height="1" border="0" alt=""></td>
</td>
</tr>
|
|
_________________ Helping those that help themselves
Read FIRST or DIE!
"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding |
|
     |
 |
Diablo2007
Nuke Soldier


Joined: Jan 07, 2007
Posts: 27
|
Posted:
Fri Jan 19, 2007 1:01 pm |
  |
ALRIGHT! that did it ....excellent m8, I knew it had to something I was just over looking ...Outstanding
Now...if I can just get my story issue sorted, I will buy you a beer
DA |
|
|
     |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12346
|
Posted:
Sat Jan 20, 2007 11:22 pm |
  |
|
     |
 |
Diablo2007
Nuke Soldier


Joined: Jan 07, 2007
Posts: 27
|
Posted:
Sun Jan 21, 2007 4:54 pm |
  |
Hey evaders, sure m8. I added a story this afternoon. About the forum style. As you can see, there is more to read, but when you click the link you only get what is on the "front page"
Again when I go to edit it, I get the Broken screen you see above... |
|
|
     |
 |
Diablo2007
Nuke Soldier


Joined: Jan 07, 2007
Posts: 27
|
Posted:
Wed Jan 24, 2007 10:28 am |
  |
ok....I have still drawn a blank on this, but I have had a thought..
Is there anything in the tiny_mce code I should look at? Since the issue with formatting is ONLY on the "story edit" page...could this be a conflict in the tiny_mce code ??
Thoughts?
Thanks team
DA |
|
|
     |
 |
Diablo2007
Nuke Soldier


Joined: Jan 07, 2007
Posts: 27
|
Posted:
Thu Jan 25, 2007 1:26 pm |
  |
Beuller? Beuller? anybody? anybody ?
DA |
|
|
     |
 |
|
|