Line 316 looked like this.iEric wrote:The 1st edits (that is line 316) for viewtopic - find:JeRicHoOL wrote:Parse error: syntax error, unexpected T_ARRAY in /viewtopic.php on line 316When it's ready it looks like:Code: Select all
$user->setup('viewtopic', $topic_data['forum_style']);
Did you upload the lang file?Code: Select all
$user->setup(array('viewtopic', 'mods/Linked_Profile_Picture'), $topic_data['forum_style']);
Code: Select all
$user->setup('viewtopic'array('viewtopic', 'mods/Linked_Profile_Picture'), $topic_data['forum_style']);
Code: Select all
$user->setup(array('viewtopic', 'mods/Linked_Profile_Picture'), $topic_data['forum_style']);
I have noticed this problem only appears when I have a signature. I checked the profile of another user who doesn't have a signature and the profile was shown correctly.JeRicHoOL wrote:There's only a little problem. When you don't have a profile picture the profile looks like this.
http://i107.photobucket.com/albums/m287 ... 292328.gif
There's a black area (I marked it with a grey X). Ignore the white stuff. I just censored my information. This doesn't look good of course so I'm asking you if there's a way to solve this issue. My style is subsilver based by the way.
Thanks in advance.
This problem is solved?JeRicHoOL wrote:this problem only appears when I have a signature. I checked the profile of another user who doesn't have a signature and the profile was shown correctly.
I hope you can help me out with the problem.
Thanks in advance.