Hi,

I have 2 problems with module:

1. I use imagefield for images in nodes I created template home.tpl.php and if I call single node it's fine, but blocks showing something like Only local images are allowed. I have no idea where does this "a" comes from ??

2. After creating necessary pages I don't need Admin UI any more, so I would like to disable it, but module doesn't work without it, is it intentional ?

Comments

irakli’s picture

Status: Active » Postponed (maintainer needs more info)

I have no idea what you are talking about in #1. Please provide more details or a screencast of what you are doing.

What do you mean by "module does not work without it?"

irakli’s picture

Category: bug » support
Plazmus’s picture

Sorry @irakli there was some html regarding #1, removed by filters

There's "a" instead of real values for width="a", height="a", alt="a" and title="a" (looks like a bug for me or I'm doing something wrong?):

<img width="a" height="a" src="http://image_url alt="a" title="a" class="imagefield imagefield-field_image">

#2. If you disable "Custom Page Admin UI", pages previously created with "Custom Page" module (still enabled) are not accessible, I get "Page Not Found"

Hope that's clear now.

Plazmus’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

After updating to latest version of imagefield problem with "a" disappeared.