Search found 9 matches

by Pudekamp
Thu 31. Jan 2008, 11:42
Forum: phpwcms Support English
Topic: [SOLVED] Adjust margin and colors of submenu?
Replies: 4
Views: 1017

Re: Adjust margin and colors of submenu?

Now it looks the way I want it to :D

Thanks a lot!

Best regards,

Thomas Petersen
by Pudekamp
Tue 29. Jan 2008, 17:39
Forum: phpwcms Support English
Topic: How to get rid of date on articles?
Replies: 1
Views: 709

How to get rid of date on articles?

I have this site: http://eastportcare.dk/index.php?nyheder and would like to get rid of the word "Januar" below the H1 headline.

I have tried to remove this code: <strong>{DATE:d-m-y:DA}</strong> but that didn't help :(

I have looked in conf.template_default.inc.php but again I didn't find ...
by Pudekamp
Mon 28. Jan 2008, 15:54
Forum: phpwcms Support English
Topic: Have whole site height to 100%?
Replies: 4
Views: 1970

Have whole site height to 100%?

In ealier versions of phpwcms I have used this CSS in standard CSS:

.100hoej {
height: 75%;
}

and then added 100hoej in layouts to all blocks, and that would make the bottom of the site go completely to the bottom of the screen, but now it does not - has anything been changed, so I need to do ...
by Pudekamp
Mon 28. Jan 2008, 15:50
Forum: phpwcms Support English
Topic: [SOLVED] Adjust margin and colors of submenu?
Replies: 4
Views: 1017

Re: Adjust margin and colors of submenu?

Hi again,

I found that one earlier, but didn't find any info on how to move the submenu, but I'll give it a thorough look later this evening - thanks.

Best regards,

Thomas Petersen
by Pudekamp
Mon 28. Jan 2008, 13:39
Forum: phpwcms Support English
Topic: [SOLVED] Adjust margin and colors of submenu?
Replies: 4
Views: 1017

[SOLVED] Adjust margin and colors of submenu?

Hi,

is it possible to adjust the margin of the submenu? I have tried changing some CSS in the backend, but with no luck :o(

The site I'm working on is this: http://eastportcare.dk/index.php?lynlet I would like to move the submenu items (Lyn/let, Check In Bag etc.) some pixels to the left, so that ...
by Pudekamp
Sat 29. Dec 2007, 11:56
Forum: phpwcms Support English
Topic: Navigation tag problem
Replies: 6
Views: 997

Re: Navigation tag problem

Weee! Now it works :D

By using this code:
{NAV_LIST_UL:F,2,4}
[PHP]
if(isset($GLOBALS['LEVEL_ID'][2])) {
$level_id = $GLOBALS['LEVEL_ID'][2];
echo '<div class="nlu_navi1">'.LF;
echo '{NAV_LIST_UL:F,'.$level_id.',,act_path,active}';
echo '</div>';
}
it now shows the menu the way I want it. It was ...
by Pudekamp
Sat 29. Dec 2007, 11:18
Forum: phpwcms Support English
Topic: Navigation tag problem
Replies: 6
Views: 997

Re: Navigation tag problem

Hi again,

I have illustrated want I hope to end up with here:

http://laverda.dk/menuproblem.gif

I'm assuming that the column of menuitems I want to display is ID 3? I have tried changing the tag to this:

{NAV_LIST_UL:F,ID:3,3} but that still shows the two first levels of the menu.

The ...
by Pudekamp
Sat 29. Dec 2007, 10:57
Forum: phpwcms Support English
Topic: Navigation tag problem
Replies: 6
Views: 997

Re: Navigation tag problem

That didn't do it :(

It just removes the navigation ...

Thanks anyway :)

Best regards,

Thomas Petersen
by Pudekamp
Sat 29. Dec 2007, 10:24
Forum: phpwcms Support English
Topic: Navigation tag problem
Replies: 6
Views: 997

Navigation tag problem

Hi,

I'm trying to create a menu that will only show the menu items from a specifik level. what I have now is this:

http://laverda.dk/index.php?international-laverda-meeting-25-years and the tag used is this:

{NAV_LIST_UL:F,ID:2,4} wich I have tried to change in many ways to make it show the ...