View Full Version : New problem (a first like this)
boothole
02-10-2010, 10:49 PM
I am always very ca reful when coding or modding. This occurred in my postbit_legacy. Above member avatar on left, instead of their name is says Array [musername] (https://vborg.vbsupport.ru/member.php?u=2)
Can anyone help me getting this back to a members name and not this Array [musername] thing.
Oh, I would be soo grateful! :o
boothole - Tony
I think you have an extra space before the '['.
boothole
02-10-2010, 11:04 PM
I am coping 'n pasting the way it shows up.
Or, do you mean in the coding of postbit legacy?
Array [musername] (http://closetlabs.com/forum/member.php?u=4)
Moderator
Ah...I'm not sure, in a template I guess. It's probably something like
$bbuserinfo [musername]
when it should be
$bbuserinfo[musername]
ETA: oh, I see - yeah, I'm saying wherever that's coded, you've got an extra space that you need to remove to solve that problem (I think).
boothole
02-10-2010, 11:19 PM
I was looking for spaces and I found it. A space where there shouldn't be one.
Thanks to you!
Thank you for answering and helping.:)
Tony
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.