Quote:
Originally Posted by KURTZ
amazing job!
anyway i've a question: if i've already a custom avatar selected it shows my avatar like a background of the video when this is paused ... right?
also i've found an issue: check the attachment ... only in the first post i've got the video ...
edit: just tried onto another (testing) board ... same issue ... 
|
To display only in First Post:
find:
Quote:
<if condition="in_array($post['usergroupid'], array(2,5,6,7,9,12,14)) AND $post[field5]">
|
Change to
Code:
<if condition="in_array($post['usergroupid'], array(2,5,6,7,9,12,14)) AND !$GLOBALS['FIRSTPOSTID'] AND $post[field5]">