The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to get rid of "Array"
Why this in plugin:
Code:
$cyb1['datejoined'] = vbdate($vbulletin->options['dateformat'], $get_member['joindate']); Code:
$cyb1[datejoined] Thanks for any help. |
#2
|
|||
|
|||
try this $cyb1['datejoined']
|
#3
|
|||
|
|||
Thanks but nope, in templates we don't use '
|
#4
|
|||
|
|||
did you try it? Did you get a error?
|
#5
|
||||
|
||||
Just asign it to a straight var instead of an array item, $cyb1datejoined. And see if that works.
|
#6
|
||||
|
||||
Post your template (or at least a few lines in either direction of it).
|
#7
|
||||
|
||||
Is that code being used in another code loop?
|
#8
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|