The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How do I show an infraction yellowcard in postbit when the point is given to a member?
|
#2
|
|||
|
|||
![]()
The Yellow-card shows by default in the postbit when the post received a warning.
|
#3
|
|||
|
|||
![]()
can you tell me the default php code please?
|
#4
|
|||
|
|||
![]()
Huh?
There is no PHP-code to show. If you do not see it after there was an infraction/warning, then you either don't have the permission to view it, you have changed your style or you are running a real old version. |
#5
|
|||
|
|||
![]()
Marco,
i'm running a custom style so it's missing a code to display it.. would you kindly help to find me a code for this? --------------- Added [DATE]1192573655[/DATE] at [TIME]1192573655[/TIME] --------------- I found it. Code:
<if condition="$show['redcard']"> <a href="infraction.php?$session[sessionurl]do=view&p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a> <else /> <if condition="$show['yellowcard']"> <a href="infraction.php?$session[sessionurl]do=view&p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a> </if> </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|