Quote:
Originally Posted by Animemike
Hey also
I tryed to remove ", 0 Medals and 0 Trophies." from the line
You have x Achievements, x Medals and x Trophies.
Code:
<vb:if condition="$activity['activitylevel']"><b>»</b> {vb:rawphrase dbtech_infopanel_vbactivity_x_y_z, {vb:raw activity.achievement}, {vb:raw activity.medal}, {vb:raw activity.trophy}}<br /></vb:if>
When i removed
Code:
{vb:raw activity.medal}, {vb:raw activity.trophy}
give me a few errors  as you can see i am not good with coding
hope you could help me out
Thanks
|
To do that you also need to change the phrase
dbtech_infopanel_vbactivity_x_y_z and remove
{2} and
{3} in addition to the code you removed above