Search found 12 matches

by TheMouse
Thu 5. May 2005, 15:22
Forum: phpwcms Support English
Topic: Download file Size
Replies: 2
Views: 1043

Download file Size

Hi all,

I'm having an extremely frustrating problem!

When using a 'file list' content type downloads are cut off at 1954Mb (or exactly 2000000 bytes)

I've been in touch with my isp and as you can see from the phpinfo:

http://www.mousesoft.co.uk/phpinfo.php

they have responded by increasing the ...
by TheMouse
Sun 20. Feb 2005, 10:58
Forum: hacks & enhancements
Topic: Dropdown Menu Parse Error
Replies: 18
Views: 7769

Sounds like you need this code:

function build_dhtmlmenu($start=0, $class, $counter=0) {
$s = '';
$g = '';
foreach($GLOBALS['content']['struct'] as $key => $value) {
if ($start == $GLOBALS['content']['struct'][$key]['acat_struct'] &&
!$GLOBALS['content']['struct'][$key]['acat_hidden ...
by TheMouse
Wed 16. Feb 2005, 16:58
Forum: hacks & enhancements
Topic: Dropdown Menu again - why is this happening?
Replies: 6
Views: 3235

Problem solved!

It was a problem with the z-index of the #nav element relative to the content. Go figure!

Thanks anyway

Mouse
by TheMouse
Wed 16. Feb 2005, 15:30
Forum: hacks & enhancements
Topic: Dropdown Menu again - why is this happening?
Replies: 6
Views: 3235

Brans - I think we are seeing different things.

Mouse
by TheMouse
Wed 16. Feb 2005, 15:18
Forum: hacks & enhancements
Topic: Dropdown Menu again - why is this happening?
Replies: 6
Views: 3235

Thanks Brans.

I'm also using IE 6.0 and what is happening is any menu item which is below the top of 'Aura Home' eg the 'Newsletter' item of the 'About Aura' menu can't be selected before the menu disappears.

Thanks for the feedback (the grey box is temporary)

Mouse
by TheMouse
Wed 16. Feb 2005, 15:04
Forum: hacks & enhancements
Topic: Dropdown Menu again - why is this happening?
Replies: 6
Views: 3235

Dropdown Menu again - why is this happening?

Hi All,

I've nearly cracked it!

I've got the menu to appear as I want it however there was too much space between the menu and the top of the content. To fix this I put the content in a css box and set the position to 'relative' with top: -50px.

This has the desired effect of moving the content ...
by TheMouse
Tue 15. Feb 2005, 15:24
Forum: hacks & enhancements
Topic: Dropdown Menu Parse Error
Replies: 18
Views: 7769

THe code I'm using now is:

In the render directory:


<?php
if( ! ( strpos($content["all"],'{DROPDOWN')===false ) ) {
$content["all"] = str_replace('{DROPDOWN}', '{DROPDOWN:0}', $content["all"]);
$replace = 'build_dhtmlmenu( "$1","id=nav", 0);';
$content["all"] = preg_replace('/\{DROPDOWN ...
by TheMouse
Tue 15. Feb 2005, 14:28
Forum: hacks & enhancements
Topic: Dropdown Menu Parse Error
Replies: 18
Views: 7769

Working - Thanks

Thanks to you all.

After all that I'm not sure what was causing the problem! I started again using your advice and this time it works.

The problem was definitely related to the creation of the dhtml list though - it was not being created with the 'nav' id.

Thanks again

Mouse.

btw I think there ...
by TheMouse
Tue 15. Feb 2005, 12:49
Forum: hacks & enhancements
Topic: Dropdown Menu Parse Error
Replies: 18
Views: 7769

Dummies guide required!

Thanks for you help but... I just can't get this to work.

I'm no longer getting an error but I'm not getting a dropdown menu either - just a simple <ul> type list where I put the {DROPDOWN} tag.

What am I missing? Can you provide a step-by-step guide?

Thanks

Mouse
by TheMouse
Tue 15. Feb 2005, 10:39
Forum: hacks & enhancements
Topic: Dropdown Menu Parse Error
Replies: 18
Views: 7769

Dropdown Menu Parse Error

Hi,

In attempting to implement the CSS Dropdown menu I'm getting a parse error on line five of:

<?php
// -------------------------------------------------------------
if( ! ( strpos($content["all"],'{DROPDOWN')===false ) ) {
$content["all"] = str_replace('{DROPDOWN}', '{DROPDOWN:0}', $content ...
by TheMouse
Sun 6. Feb 2005, 11:06
Forum: phpwcms Support English
Topic: Thumbnails!!
Replies: 4
Views: 1623

Fixed

Thanks to all of you.

John - I had already investigated the GD status on the server and found that I could use GD1 (no GD2 installed) - however image quality was very bad.

Karla - You're a star! Your suggestion to leave the imagemagick path set to an empty string worked. I am extremely relieved ...
by TheMouse
Fri 4. Feb 2005, 22:13
Forum: phpwcms Support English
Topic: Thumbnails!!
Replies: 4
Views: 1623

Thumbnails!!

Hi Everyone,

I have installed phpwcms and imagemagick.

When I upload images to the filemanager a thumbnail is not created (just the little box with a red x). When I click on the box I can view the image.

I also cannot create an image as part of article content in other than the image's native ...