Hi guys, I have come across a little conundrum. What I am trying to do is when a member of a certain group posts, I want it to display a certain post background. Now, I have the CSS written, but I am struggling a little with the PHP part. What I have so far is this, I am just unsure how to go about filling in the parts labelled with an 'X'.
<if test="X AND X"> <div class="post_body_admin"> </if>
I assume that what I need is something along the lines of:
showacplink:|:$this->memberData['g_access_cp']
But I became a little stuck on how to set this so it only appears when an admin has posted, rather than when an admin views it, as such any help would be greatly appreciated, and thank you in advance.
Question
Guest Angels
Hi guys, I have come across a little conundrum. What I am trying to do is when a member of a certain group posts, I want it to display a certain post background. Now, I have the CSS written, but I am struggling a little with the PHP part. What I have so far is this, I am just unsure how to go about filling in the parts labelled with an 'X'.
But I became a little stuck on how to set this so it only appears when an admin has posted, rather than when an admin views it, as such any help would be greatly appreciated, and thank you in advance.
Edited by AngelsLink to comment
Share on other sites
7 answers to this question
Recommended Posts