Okay, I'm not that bright and I need a little help here. I think I have 90% of it right, but I think I'm screwing it up.......
Do I add the [fieldX] things like this...
Quote:
<!-- mood hack display start --> <br /><if condition="$post[field17,18,19,20,21,22,23,24,25,26,27,28,29,30,31, 32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48 ,49,50,51,52,53,54] != ''"><div class="smallfont"> Current Mood: <img src="images/mood/$post[field17,18,19,20,21,22,23,24,25,26,27,28,29,30,31, 32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48 ,49,50,51,52,53,54].gif" title="$post[fieldX]" align="center"> </div></if> <!-- mood hack display end -->
|
Okay, now I know that was a dumb question (see, I'm not that bright) because I tried it this way and it gave me an error message. So I guess the right question is, how do I add the ID codes in there so it works for me?
This way didn't work either....
Quote:
<!-- mood hack display start --> <br /><if condition="$post[field17][field18][field19][field20][field21][field22][field23][field24][field25][field26][field27][field28][field29][field30][field32][field33][field34][field35][field36][field37][field38][field39][field40][field41][field42][field43][field44][field45][field46][field47][field48][feild49][field50][field51][field52][field53][field54]" != ''"><div class="smallfont"> Current Mood: <img src="images/mood/$post[field17][field18][field19][field20][field21][field22][field23][field24][field25][field26][field27][field28][field29][field30][field32][field33][field34][field35][field36][field37][field38][field39][field40][field41][field42][field43][field44][field45][field46][field47][field48][feild49][field50][field51][field52][field53][field54]" align="center"> </div></if> <!-- mood hack display end -->
|
Please help me, I'm bright impaired
|