[FILLED] Add Video or audio player to you Avatar V1.1

leonpadi

New Member

SpeedRazors

New Member
To display only in First Post:

find:
Code:
<if condition="in_array($post['usergroupid'], array(2,5,6,7,9,12,14)) AND $post[field5]">
Change to

Code:
Code:
<if condition="in_array($post['usergroupid'], array(2,5,6,7,9,12,14)) AND !$GLOBALS['FIRSTPOSTID'] AND $post[field5]">
 

leonpadi

New Member
Greetings SpeedRazor :)
Thank you very much for this reply but i can't see what you are typed after find...
Content visible to registered users only.
Change to
Code:Content visible to registered users only.

But even if i could see the code, I would like to ask your help, because this is not what i would really like to see.
I would like to see my utube avatar (for example) to be shown in ALL my posts in a thread, NOT only in the 1st Post.

How could we make it so ?

Thanks for your time :)
 

leonpadi

New Member
!$GLOBALS['FIRSTPOSTID'] i think there may hides the feature i ask for...and this is the utube-music avatar to be shown in ALL posts (NOT ONLY in 1st post)
 
Top