Reeve of shinra
02-12-2006, 10:00 PM
Public Opinions for Estore
About This Addon:
This addon for the estore essentially creates a 2nd usertitle.
- It can be displayed just about anywhere using a variable.
- It cannot be changed by the user.
- It can be changed by others via the estore.
- Works EXACTLY like the Change Other User Title action.
This addon is a good way to achieve the 'change others title' feature without having the users actual title changed. You can use this in addition to if you like. Why limit yourself? :lick:
Installation Instructions:
Download and unzip the attached file.
Upload the png file to your images/estore/ folder.
Upload the action file to your forums/estore folder.
Import the estorepo.xml file as a product.
Add the below html to any template you would like this to show up in. Good places would be postbit and memberinfo.
<if condition="$post['publicopinion']">
<div class="smallfont">
$vbphrase[publicopinion]: $post[publicopinion]
</div>
</if>
Here's a bad screenshot if you really need a visual on what a secondary title like feature would be.
https://vborg.vbsupport.ru/attachment.php?attachmentid=20407
Finally a big thanks to CMX_CMGSCCC for letting me his code to turn this out quickly.
About This Addon:
This addon for the estore essentially creates a 2nd usertitle.
- It can be displayed just about anywhere using a variable.
- It cannot be changed by the user.
- It can be changed by others via the estore.
- Works EXACTLY like the Change Other User Title action.
This addon is a good way to achieve the 'change others title' feature without having the users actual title changed. You can use this in addition to if you like. Why limit yourself? :lick:
Installation Instructions:
Download and unzip the attached file.
Upload the png file to your images/estore/ folder.
Upload the action file to your forums/estore folder.
Import the estorepo.xml file as a product.
Add the below html to any template you would like this to show up in. Good places would be postbit and memberinfo.
<if condition="$post['publicopinion']">
<div class="smallfont">
$vbphrase[publicopinion]: $post[publicopinion]
</div>
</if>
Here's a bad screenshot if you really need a visual on what a secondary title like feature would be.
https://vborg.vbsupport.ru/attachment.php?attachmentid=20407
Finally a big thanks to CMX_CMGSCCC for letting me his code to turn this out quickly.