Author |
Message |
spork
Hangin' Around

Joined: May 12, 2005
Posts: 37
|
Posted:
Fri Oct 07, 2005 12:34 am |
|
hello
i have a little bit of a problem with this module working with nuke 7.6 patch lvl 3.1
everything uploaded file and i installed everything fine but my terms of service dont work properly basicly it looks like the tables are messed up..ive uninstalled about 5 times now and reinstalled ..same problem persists..
u can see the visual problem here at this link
http://cybernexis.com/modules.php?name=Your_Account&op=new_user
thanks for you time |
|
|
|
 |
64bitguy
The Mouse Is Extension Of Arm

Joined: Mar 06, 2004
Posts: 1164
|
Posted:
Fri Oct 07, 2005 1:34 am |
|
I don't know what is causing this problem. There is a feature enabled that prevents examing your source-code, so I can't diagnose it.
It looks more like a theme layout issue than a problem with your TOS content. |
_________________ Steph Benoit
100% Section 508 and W3C HTML5 and CSS Compliant (Truly) Code, because I love compliance. |
|
|
 |
spork

|
Posted:
Fri Oct 07, 2005 1:35 am |
|
give me a second and ill get that feature fixed see you can view ..thanks steph |
|
|
|
 |
spork

|
Posted:
Fri Oct 07, 2005 1:37 am |
|
it is now unscripted..its somethign that came with the theme sry |
|
|
|
 |
spork

|
Posted:
Fri Oct 07, 2005 1:45 am |
|
your right steph i change the theme to default deep blue and it works fine..where would i find that block to change around please? thankyou for your time once again |
|
|
|
 |
64bitguy

|
Posted:
Fri Oct 07, 2005 1:53 am |
|
Well, there are definately some major issues with that theme code. There are replicated Header and doctype calls and the like.
Regarding this specific problem, it looks like the problem is with the definition of the layout.
To begin the section, there is a
Code:<td colspan="3" valign="top" bgcolor="#30394A">
| (the bgcolor is probably a $bgcolor1 or something like that in the code) that defines the area; however, the image should NOT take up 3 cells. That should simply read the same, but without the colspan=3. I'm not sure if there is a specific theme area that would cause this or not. Look in your theme.php |
Last edited by 64bitguy on Fri Oct 07, 2005 1:55 am; edited 1 time in total |
|
|
 |
spork

|
Posted:
Fri Oct 07, 2005 1:54 am |
|
thankyou im sorting that now steph |
|
|
|
 |
spork

|
Posted:
Fri Oct 07, 2005 2:01 am |
|
with a dumbfounded look on my face after ive looked at it 4 times now i was hopeing u could look at this zip of the theme.php file for me please
http://cybernexis.com/theme.rar |
|
|
|
 |
64bitguy

|
Posted:
Fri Oct 07, 2005 2:07 am |
|
try removing the colspan="3" on line 37 |
|
|
|
 |
spork

|
Posted:
Fri Oct 07, 2005 2:15 am |
|
ya that diddent work out so good..
ill submit this to dd where i got it
they should fix it ?
unless u perticularly wish to persure this problem further steph? |
|
|
|
 |
64bitguy

|
Posted:
Fri Oct 07, 2005 2:27 am |
|
If removing that colspan doesn't work, try changing it to colspan="2"
As a heads up, this theme has some very major issues including not checking for conditions of things like tables inside of tables. It also has seperate conditions for content and sections which is just not right.
It (at any given time) has no way to validate if a table inside a table should be open or closed. That is a major problem. On top of these issues, it has what appears to be a custom left side background call for certain modules, but there is no value to that call. It closes the tag right after opening it (see line 125).
It also has two built in marquees which is never a good thing and has zero compliance features.
If it were me, I'd throw this back to the author and ask that these problems be addressed.
I certainly would be sure NOT to use a theme with built in marquees as that is non-compliant code and on top of that, there is no good reason to make all of those SQL queries in your footer on every page. It just needlessly consumes resources.
Just my two cents. |
|
|
|
 |
spork

|
Posted:
Fri Oct 07, 2005 2:30 am |
|
wow..i will actualy copy paste this too them..would you like to looks at the rest of it?..
but like i said if your not intrested i understand steph thanks again |
|
|
|
 |
spork

|
Posted:
Fri Oct 07, 2005 2:42 am |
|
also when i tried that it got worse, i completely removed it, then i tried =2 and =1 no luck same problem ..
i also posted this to them in hopes that they will fix it..
i sadly have to say that was only one file you looked at i can imagine the problems u could find looking at all of it not saying anything about the design becase its a nice design for sure hence why i bought it..but anyway |
|
|
|
 |
spork

|
Posted:
Fri Oct 07, 2005 2:44 am |
|
oh and one more thing here..
in cnb it says this about the constants.php
Open modules/includes/constants.php
Find:
define("CNBYA_DOMAINNAME", "");
add your domain or IP here without any http or www or slashes
Example:
define("CNBYA_DOMAINNAME", "phpnuke.org.br")
please note in my nuke there is no modules/includes/constants.php
only constant there is is in the actualy html/includes/constants.php
with that definition dosent even exist in there becase there was no coding for me to input into it specified |
|
|
|
 |
64bitguy

|
Posted:
Fri Oct 07, 2005 2:54 am |
|
try modules/Your_Account/includes/constants.php |
|
|
|
 |
spork

|
Posted:
Fri Oct 07, 2005 2:59 am |
|
|
|
 |
|