Code: Select all
echo '<a href=\''.$lankurl.'\'>'.$lankurl.'</a>';

Code: Select all
echo '<a href=\''.$lankurl.'\'>'.$lankurl.'</a>';
First check you variable should it be $linkurl?Terabyte wrote:
echo ''.$lankurl.'';
Code: Select all
echo '<a href='''.$lankurl.'">'.$lankurl.'</a>';
Code: Select all
echo '<a href=" ">'.$lankurl.'</a>';
Code: Select all
echo '<a href="test">'.$lankurl.'</a>';
What do you mean? The code is correct, but the user defined tags gives a blank screen. It sure is a CMS issue I think, but I just can't find the bug.calguy1000 wrote: This is not a CMSMS issue, it's a general programming issue... better asked on a different board.
Code: Select all
echo '<a href=" ">Test</a>';
Code: Select all
echo '<a href="test">TestTestTestTest</a>';
Well, I have had this problem since 1.4 I think, but been too lazy to look into that. Last time I gave up after couple of days ... this time I don't know what to do anymore. I'm in a way dependent on this function.ajprog wrote: Not sure what is going on. Might be something else in the UDT that is causing the problem.
Is the only line in your UDT this ONE line?ajprog wrote: Not sure what is going on. Might be something else in the UDT that is causing the problem.
The other code is the only thing left. Something VERY little might be causing it.No there is more code in the UDT, but all code has ben checked.