Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2457

Custom BBCode Development and Requests • Re: BBcode parameter default value

$
0
0
Thanks but this is not exactly what I'm looking for.
I would like to display a defaut value when the first parameter is empty, so Y tried

Code:

<xsl:choose><xsl:when test=""><div>Default value</div></xsl:when><xsl:otherwise><div>{TEXT1}</div></xsl:otherwise></xsl:choose><div>{TEXT2}</div>
Result
[sushi]Without Parameter[/sushi]
Without Parameter

Sould be
Default value
Without Parameter

[sushi=Param]With Parameter[/sushi]
With Parameter

Sould be
Param
With Parameter

Statistics: Posted by Hervé — Sun Jul 06, 2025 10:05 am



Viewing all articles
Browse latest Browse all 2457

Trending Articles