{NAV_TABLE_COLUMN}?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
allison
Posts: 32
Joined: Fri 25. Feb 2005, 11:25
Location: Viet Nam
Contact:

{NAV_TABLE_COLUMN}?

Post 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?
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi allison,

first, please restore the copyright at all sites.

regards Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
allison
Posts: 32
Joined: Fri 25. Feb 2005, 11:25
Location: Viet Nam
Contact:

Post by allison »

I have out the copyright at footer all site. Sorry about that.

Allison
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post 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!
Last edited by pepe on Thu 24. Aug 2006, 08:56, edited 2 times in total.
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Jetzt bin ich schon sooo lange dabei... und lerne täglich etwas NEUES :roll:

Gut zu wissen... :wink:
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
allison
Posts: 32
Joined: Fri 25. Feb 2005, 11:25
Location: Viet Nam
Contact:

Post 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 ...
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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;
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply