Page 1 of 1

v1.2.8 :: NAV_TABLE_COLUMN & build_levels & nav_tabl

Posted: Wed 22. Nov 2006, 16:35
by sebby
Hello all:

There is a bug with the {NAV_TABLE_COLUMN:INT} RT included in v1.2.8. You will notice that all second nodes/levels are behaving erratically, i.e. cell width is out of control (doesn’t follow style directives). This is apparently a ‘colspan’ issue that is calculated in the 'build_levels' function (included in 'front.func.inc.php'). After hours of unsuccessful tests (html + php workarounds) I finally replaced ‘nav_table_struct’ and ‘build_levels’ with those included in release 1.2.6… but for rewrite URLs, it did the job.

Any idea what is causing this?

Warm regards,

Seb

Posted: Wed 22. Nov 2006, 16:45
by DeXXus
It is a "known" issue.
Look for threads by flip-flop like this one:
http://www.phpwcms.de/forum/viewtopic.php?p=76082#76082

Posted: Wed 22. Nov 2006, 17:18
by sebby
Hi:

I've seen those threads... I do not need these hacks though as I am satisfied with the Olivier's native code.

I am just looking for a quick fix/patch for this small bug...

Seb

Posted: Wed 22. Nov 2006, 18:54
by flip-flop
Hi sebby,

don´t search for this bug. I think O.G. himself can´t find it.

Please use the new NAV_LIST_UL.: http://www.phpwcms.de/forum/viewtopic.php?t=12716
The basics: http://www.phpwcms.de/forum/viewtopic.php?t=12165

And the NAV_LIST_ALL_DIV isn´t a hack. It´s a clean RT (replacement tag).

Regards Knut