Any Php pro's gonna help me out?
--LM




Posted 01 August 2001 - 01:09 PM
Any Php pro's gonna help me out?
--LM
Posted 03 August 2001 - 11:44 PM
Posted 04 August 2001 - 03:03 PM
It's nothing like html where you can just copy and paste the proper url in. There's file after embedded file, after file after file, endlessly it seems! I can't even progress very much on the site development until the sections page is cleared up, and until I get someone to show me the ONE mistake that I'm making, and how to correct it.
Any ideas anyone?
--LM
Posted 04 August 2001 - 05:54 PM
In the meantime, could you maybe take a screen shot of what you are getting when you load that particular section. I am not familiar with PHPNuke, but I am with PHP and may be able to assist in that area
Posted 04 August 2001 - 06:48 PM
I know that viewing the source on a PHP parsed page will only show the HTML. However, It looks like the following line is missing the {td} tag for the left cell of your table.
<tr><td align="center"> <a href="sections.php?op=viewarticle&artid=4&page=2">Next Page (2/2)</a> <a href="sections.php?op=viewarticle&artid=4&page=2"><img src="images/download/right.gif" border="0" alt="Next Page"></a>[ <a href="sections.php?op=listarticles&secid=3">Back to Testing!!</a> | <a href="sections.php">Sections Index</a> ] <TD width="11" background="themes/PhpInfo/images/table/dc.gif"></TD> </TR>
This section of code has only 2 columns present, whereas each of the other rows in your table has 3 columns. I would say that the problem is in the file that is holding the HTML for this table. And as I said before, I haven't used PHP Nuke but if it is like the majority of web building, then this is something that you have typed into a text field, a configuration file, or a template tat is parsed by PHP.
I hope that this has been a little help to you.
tsmoke
Posted 06 August 2001 - 05:41 AM
--LM
Posted 06 August 2001 - 03:31 PM
tsmoke
Posted 10 August 2001 - 06:38 AM
Posted 10 August 2001 - 05:05 PM
Posted 12 August 2001 - 09:49 AM
Posted 12 August 2001 - 11:44 AM
Posted 12 August 2001 - 08:47 PM
What appears to be happening is that there is a background image put into a cell that is tiling because of a missing column in one of the rows on that page.
Manimal, did you get the email I sent earlier?
tsmoke
Posted 13 August 2001 - 09:52 PM
You see the problem now neoracle?
Oh, and yeah, I sent you the themes.php this afternoon, so you should have it. Thanks again!
