Page 1 of 1

{NAV_TABLE_COLUMN}?

Posted: Wed 23. Aug 2006, 04:56
by allison
Sublevel display not normal, one word per line, see this http://www.c12dienkhanh.com/lopc12/inde ... 53,0,0,1,0
I want all word appear in 1 line as normal. Any idea?

Posted: Wed 23. Aug 2006, 07:28
by Oliver Georgi
think twice before using hidden levels - there is no optimal solution at the moment in combination with {NAV_TABLE_COLUMN}. Use most current release of phpwcms including all patches - and always try to use {NAV_LIST_UL} which is much better.

Oliver

Posted: Wed 23. Aug 2006, 07:29
by flip-flop
Hi allison,

first, please restore the copyright at all sites.

regards Knut

Posted: Thu 24. Aug 2006, 04:29
by allison
I have out the copyright at footer all site. Sorry about that.

Allison

Posted: Thu 24. Aug 2006, 08:38
by pepe
Hi allison,

the following text inside the rendered code of every page is a MUST :!:
<!--
phpwcms | free open source content management system
created by Oliver Georgi (oliver at phpwcms dot de) and licensed under GNU/GPL.
phpwcms is copyright 2003-2006 of Oliver Georgi. Extensions are copyright of\
their respective owners. Visit project page for details: http://www.phpwcms.org
//-->
The following text might be a "possible" way of changing :?:
<!--
phpwcms | free open source content management system
created by Oliver Georgi (oliver at phpwcms dot de) and licensed under GNU/GPL.
phpwcms is copyright 2003-2006 of Oliver Georgi. Extensions are copyright of\
their respective owners. Visit project page for details: http://www.phpwcms.org
-----
Thanks Tri Dung for Free Perl guestbook and Deathly Smile for VGallite scripts.
Designed by Allison (TuyenBMFC at gmail dot com)

//-->
EDIT:
Sorry alison... my fault :oops: Please read next posting of the BIG BOSS!

Posted: Thu 24. Aug 2006, 08:47
by Oliver Georgi
That's not right ;-) It's no must - but it is always nice to see it in there.

But to have author/designer's name or such stuff a meta tag would be the better choice.

Oliver

Posted: Thu 24. Aug 2006, 08:53
by pepe
Jetzt bin ich schon sooo lange dabei... und lerne täglich etwas NEUES :roll:

Gut zu wissen... :wink:

Posted: Thu 24. Aug 2006, 09:28
by Oliver Georgi
Yepp - for me too ;-)

In coming release of phpwcms the version information are available in a custom HTTP header. The generator meta tag is gone :). Better to control for insiders...
...and also page processing time is put in such HTTP header.

Oliver

Posted: Sat 26. Aug 2006, 13:00
by allison
I don't find any document show the usage of {NAV_LIST_UL} RT. I tried, thought but I can't use it corectly. So i'm stupid :oops: . Anybody show me how to use {NAV_LIST_UL}. I don't know what menu_type is ...

Posted: Sat 26. Aug 2006, 14:17
by DeXXus
"20060817_phpwcms_1.2.8/include/inc_front/front.func.inc.php":

Code: Select all

switch($menu_type) {

	case 'F':		// vertical, active path unfolded
					$unfold = 'active_path';
					break;

	case 'HCSS':	// horizontal, all levels unfolded, add special code for horizontal flyout menu
					$create_css = true;
					break;

	case 'VCSS':	$create_css = true;
					break;

Posted: Sat 26. Aug 2006, 15:12
by flip-flop
@allison: First please use the search function.
http://www.phpwcms.de/forum/viewtopic.php?p=70050
http://www.phpwcms.de/forum/viewtopic.php?p=71034#71034(Implemented in 20060825_phpwcms_1.2.8 or patchD).

Knut