The Arcive of vBulletin Modifications Site. |
|
Remove peice of coding? Details »»
|
|||||||||||||||||||||||||
Im trying to remove that piece of history when you enter the shop main. Where it says ur purchase history, etc etc. How can you remove it?
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Edit the template for vbplaza_main
Remove: Code:
<if condition="$show['history']"> <div style="padding: 5px 5px 5px 5px;"></div> $displayedhistory <div style="padding: 5px 5px 5px 5px;"></div> </if> |
![]() |
|
|