Search found 18 matches

by MadDoctor
Tue 12. Jun 2007, 15:23
Forum: phpwcms Support English
Topic: Using Multiple CPs in a pure CSS layout from main block
Replies: 2
Views: 1413

Oh, it's that easy! I was going to try that, but I thought it was too good to be true. :D

Thanks as always Knut,

Dima
by MadDoctor
Tue 12. Jun 2007, 07:08
Forum: phpwcms Support English
Topic: Using Multiple CPs in a pure CSS layout from main block
Replies: 2
Views: 1413

Using Multiple CPs in a pure CSS layout from main block

Hi all,

I was just curious if it was possible to take advantage of phpwcms' capability to place different content parts on the same page when using a CSS layout that is all in the main layout block.

On this page: http://www.dimatx.com/index.php?about
and on other pages, I would like to be able to ...
by MadDoctor
Sat 9. Jun 2007, 03:14
Forum: phpwcms Support English
Topic: [solved] NAV_LIST_UL question
Replies: 8
Views: 2748

In fact it was a poorly uploaded install.

After re-uploading the include folder the RT rendered properly.
by MadDoctor
Fri 8. Jun 2007, 08:11
Forum: phpwcms Support English
Topic: [solved] NAV_LIST_UL question
Replies: 8
Views: 2748

I guess something is wrong with my install, i did upgrade from an older version. What must I do? Reupload the 1.3.3 zip?
by MadDoctor
Fri 8. Jun 2007, 07:52
Forum: phpwcms Support English
Topic: [solved] NAV_LIST_UL question
Replies: 8
Views: 2748

Just checked,

Status: visible, public.

It must be something stupid on my part, but I don't know what it could be :)

By the way, Knut, I like that site you posted above, did you design it? very nice.

-- Dima
by MadDoctor
Fri 8. Jun 2007, 07:37
Forum: phpwcms Support English
Topic: [solved] NAV_LIST_UL question
Replies: 8
Views: 2748

Hm...

I am using 1.3.3.

This is the code I am using:

<div class="nlu_horiz1">{NAV_LIST_UL:P,0,1,act_path,active}</div>

you can check the output at http://www.dimatx.com.

Regards, Dima
by MadDoctor
Fri 8. Jun 2007, 02:05
Forum: phpwcms Support English
Topic: [solved] NAV_LIST_UL question
Replies: 8
Views: 2748

[solved] NAV_LIST_UL question

Hi,

I'm using the {NAV_LIST_UL:P,0,1,act_path,active} RT to display a menu on my site.

This is my site structure as is:
http://img528.imageshack.us/img528/1144/menuwithrootvt9.jpg

The RT generates the menu that contains the following items:
Projects | Hosting | Photos | Links | Contact | About ...
by MadDoctor
Fri 1. Jun 2007, 10:33
Forum: phpwcms Support English
Topic: Article title CSS <h1>
Replies: 5
Views: 2644

Please post a link to a page experiencing this so we can see what the problem is.
by MadDoctor
Thu 31. May 2007, 22:31
Forum: phpwcms Support English
Topic: disable red rectangle when logged in
Replies: 2
Views: 1278

The rectangle that allows you to edit the page when logged in is controlled by:

#VisualModeIndicator {
position:absolute;
left:5px;
bottom:5px;
padding:5px;
z-index:10000;
background-color:#FF3300;
color:#FFFFFF;
border:1px solid #000000;
}

in your css.

You could add display: none; to ...
by MadDoctor
Tue 29. May 2007, 05:04
Forum: phpwcms Installation Troubleshooting English
Topic: Can't get past setup
Replies: 10
Views: 7270

Hi sparksmex,

I do suggest you give phpwcms more time before you choose to move on to a different CMS solution.

If you are looking for templates, you will find http://phpwcms.de/forum/viewtopic.php?p=77047#77047 thread to be a good place to start.

One of phpwcms strongest points is that it doesn ...
by MadDoctor
Sun 27. May 2007, 19:26
Forum: phpwcms Support English
Topic: Is it possible to open a popup only with content part ?
Replies: 2
Views: 1548

you could use a different template/layout for that single page. if you are using tables you would simply create a layout with just the "main" component and add {CONTENT} in the main field of the template. if you are using a div layout (completely structured by the code in your "main" template field ...
by MadDoctor
Sun 20. May 2007, 20:12
Forum: phpwcms Support English
Topic: NAV_LIST_UL >= V1.30
Replies: 138
Views: 217291

Thank you very much flip-flop!
by MadDoctor
Tue 1. May 2007, 06:11
Forum: phpwcms Support English
Topic: Trouble with multiple columns in 'images <div>'
Replies: 3
Views: 1489

Trouble with multiple columns in 'images <div>'

Hello,

I'm using the new images <div> content part and the multiple columns do not seem to be working for me.

I have it set to two columns, max image height: 140px, max width: 500px, image space: 3px. click enlarge, lightbox, hide caption for thumbnails are all checked.
Link: http://www.umassseaa ...
by MadDoctor
Mon 30. Apr 2007, 09:11
Forum: phpwcms Support English
Topic: [SOLVED] lightbox doesn't work for me in 1.3.2.1
Replies: 4
Views: 2570

thanks, ill look into that.

EDIT: Everything works, it was just a poor upload by me.
by MadDoctor
Mon 30. Apr 2007, 06:42
Forum: phpwcms Support English
Topic: [SOLVED] lightbox doesn't work for me in 1.3.2.1
Replies: 4
Views: 2570

[SOLVED] lightbox doesn't work for me in 1.3.2.1

Hello

I just upgraded from 1.3.0 to 1.3.2.1 by using the phpwcms_1.3.0-to-1.3.2.1_diff.zip file from sourceforge. I replaced all files on site with the new versions from the zip and then I imported the 1.3.0_to_1.3.2.1 mysql update.

When I try to use lightbox it doesn't seem to work for me. Are ...