Log in

View Full Version : Anyway to show reputation only in certain forums?


azn_romeo_4u
02-06-2010, 03:31 AM
<if condition="in_array($foruminfo[forumid], array(11,23,115,12,222,14,50,117,220,218,219,217,9 4,124,39,20,47,49,48,46,25,27,24,15,172,83,52,81,1 85,253,22,26,21,107,128,16))"><if condition="$show['reputation']"><div class="smallfont"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if></div><div style="padding:2px 0px 2px 0px;"></div><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if></if>

I tried that and it didn't seem to work.

--------------- Added 1265494875 at 1265494875 ---------------

bump

azn_romeo_4u
02-08-2010, 04:14 PM
Hi can anyone help me with this?

Lynne
02-08-2010, 07:35 PM
Just write a plugin using the postbit_display_complete location (I would think) and set $show['reutation'] to false if you are in certain forums. ($foruminfo[forumid] is most likely not valid in the postbit. You would have to use $thread or $threadinfo).