Quote:
Originally Posted by brandondrury
I same to be having trouble displaying an array value within my vbcode. My searches didn't seam to come up with anything.
I want to send a PM to a user with a link that I'm dynamically creating.
I tried using this, but I think all of the brackets " [ " and " ] " are causing confusion, but it could be the fact that one of keys of my array is [URL].
[URL=www.textlinkcenter.com/page_product.php?ID=$B[LinkID] ] $B
Well, even the code isn't displaying correctly on this thread.
Well, does anyone know the protocal for using assoc array values with VbCode?
Brandon
|
You cannot. bbcode is not a mini-php language The system cannot see some tags as bbcode and others as php items.
What you will have to do is code up a custom tag which does what you want it to do. I'd offer help here, but it is not clear to me where $B is coming from.