URL is not converted when nested inside list tag:

[list=1]
  [*]conoscere l'ora esatta al momento dell'avvio;
  [*]essere in grado di convertire il tempo Unix (o [url=http://it.wikipedia.org/wiki/Tempo_(Unix)]Epoc[/url])
  [*]sommare e sottrarre numeri virgola mobile [i]realtime[/i]).
[/list]

This is a bug or a feature ?

Thanks.

Comments

paolomainardi’s picture

Anyone ?

Wooster’s picture

Perhaps the module is abandoned? It hasn't been modified in at least 5 months.

paolomainardi’s picture

@Wooster I don't know, someons has tried to contact current mantainer ?

naudefj’s picture

Status: Active » Postponed

We need a patch to move forward.

Unfortunately, I don't need this on my site and won't write a patch for it (unless you can somehow motivate me to do it).

paolomainardi’s picture

Dear naudefj,

So you are confirming that this is not a bug, but a feature, nice to know.

Just to understand better, are nested tags supported by this module or not at all ?

Thanks a lot.

Wooster’s picture

I think he means, it's a bug, but a very case specific bug to trigger, (Have to be using both Lists, and URLS nested. Lists being one of the least common of the commonly used BBcodes, having a list with a URL is rare on top of it.)

Thus he doesn't see it as big enough to warrant him making a fix, but will accept a fix if someone provides it.

Looking at the code, there are four variations of the URL BBCode.

With, http://, and no replacement text
Without http://, and no replacement text
With, http://, and with replacement text
Without http://, and with replacement text

It 'might' be productive to try all four variations with your List bug, see if it only appears in some variations and not others.