![]() |
Quote:
|
I would like to be able to leave a award note with each one that i give
and have it appear under the award in the post ..... is this Possible ? |
Quote:
|
Quote:
|
Quote:
|
*theArchitect clicks install*.
Great hack. It will really help our less regular users to make the most of their forum viewing time. |
Is there anything that should stop one from giving other user groups the power to give awards. I tried to alter the conditionals but must either being doing something wrong or am missing something. Here is the recoded if statement I am using:
Code:
<if condition="$bbuserinfo[usergroupid]=='5' OR $bbuserinfo[usergroupid]=='6' OR $bbuserinfo[usergroupid]=='7'"> |
Quote:
|
In postbit this is how I handled it:
<if condition="$bbuserinfo[usergroupid]=='6'"> <if condition="$post[award]=='0'"> <a href="award.php?$session[sessionurl]do=award&postid=$post[postid]">Select for Editor's Pick</a> <else /> <a href="award.php?$session[sessionurl]do=award_remove&postid=$post[postid]">Remove Editor's Pick</a> </if> </if> just like you, but for one group and that works try putting $condition= in front of the other groups |
Quote:
find: $displayUsers = implode(" $vbphrase[or] ", $display['users']); under it put: $award="mytest"; //or whatever just to create the condition then in search_results template, after: <phrase 1="$searchtime">$vbphrase[search_took_x_seconds]</phrase> </span> put in <if condition="$award"><img src="images/misc/rosette.gif"> <else /> and before the close of the </td> you close the condition </if> you can put whatever you want next to image |
All times are GMT. The time now is 11:52 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|