Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Jan 26, 2014 2:12:12 GMT -8
ATTENTION: Monetary System 7.2 does not correctly parse symbol text. If your symbol is not properly showing up in one of my plugins install Monetary 72 Symbol Fix.pbp (531 B)
Changes Default History Image, changes to 10 second countdown
E Shop 1-2-2.pbp (15.08 KB)
Submitted to Library Link: www.proboards.com/library/plugins/item/924
Description:
A virtual selling interface that is the first of its kind.
Buy and sell items with users to facilitate Real Life trading.
Use it as an interface to match up forum users with each other.
Originally designed to interface 3DS game virtual items with forum virtual currency so that there can be real prizes for their favorite games.
You could use it for Physical Items given by You and Your Staff.
Sell Avatar Bonuses and Extras to users and add them to their account using other plugins. The possibilities are endless.
THIS IS AN ADD-ON TO THE MONETARY SYSTEM
The shop holds around 200 items depending on the length of each item.
The shops can be categorized and sub-categorized up to three times.
Support for many images.
Color support: Full customization.
Staff-Only Option.
Support to give only a percentage of what it sells for.
And an optional quantity button.
Saves history and keeps the last 5 transactions
Data safety was my number one priority. Extensively tested and will not overwrite data changes.
The shop can not be opened in multiple tabs.
The shop can not have multiple collect money dialogues at once.
Key size restriction on your super keys, it will stop your keys from being saved to when at a dangerously high level.
Remove History - user level
Remove Item - user level
User-Owned Shops -optional
User's Can Set Price -optional
(Safely Change Between Set Price and User Price)
Can Set Blank Field Defaults
Can Make Fields Required
If Users Set Money, Requires Money Field
Disable Shoutbox for Proper Viewing
Restrict Groups from Setting Keys
If you have trouble with the tabs, try adding this in your theme template.
<a href="/user/$[user.id]/eshop" target="_blank">SHOP NAME</a>
I give full right to modify this code.
If you have feature requests, wish to hook onto the shop, or any other needs/bug reports, Post Away.
REQUIREMENTS:
This plugin is very extensive. Requiring Two Super Keys and One Regular Key. It also requires having Yootil and the Monetary System installed before this plugin.
This plugin is for those who want a shop with maximum functionality.
FEATURE REQUESTS:
Optional Text Name underneath shop image
Use Item Feature and dialogues
Add to Custom Page
HTML:
<div class='container show-user'><div class='title-bar'><h2><center>E Shop</center></h2></div><div class = 'content cap-bottom'><div class='ui-tabMenu'></div><div class = 'pad-all-double clear'></div></div></div>
<script type="text/javascript">
var shopTitle = proboards.plugin.get('e_shop_plugin').settings.shop_title;
if(shopTitle == '')
{ shopTitle = 'E Shop';}
if(proboards.data('user').is_logged_in == 1){ profileshop();}</script>
ID: eshop
Changes Default History Image, changes to 10 second countdown
E Shop 1-2-2.pbp (15.08 KB)
Submitted to Library Link: www.proboards.com/library/plugins/item/924
Description:
A virtual selling interface that is the first of its kind.
Buy and sell items with users to facilitate Real Life trading.
Use it as an interface to match up forum users with each other.
Originally designed to interface 3DS game virtual items with forum virtual currency so that there can be real prizes for their favorite games.
You could use it for Physical Items given by You and Your Staff.
Sell Avatar Bonuses and Extras to users and add them to their account using other plugins. The possibilities are endless.
THIS IS AN ADD-ON TO THE MONETARY SYSTEM
The shop holds around 200 items depending on the length of each item.
The shops can be categorized and sub-categorized up to three times.
Support for many images.
Color support: Full customization.
Staff-Only Option.
Support to give only a percentage of what it sells for.
And an optional quantity button.
Saves history and keeps the last 5 transactions
Data safety was my number one priority. Extensively tested and will not overwrite data changes.
The shop can not be opened in multiple tabs.
The shop can not have multiple collect money dialogues at once.
Key size restriction on your super keys, it will stop your keys from being saved to when at a dangerously high level.
Remove History - user level
Remove Item - user level
User-Owned Shops -optional
User's Can Set Price -optional
(Safely Change Between Set Price and User Price)
Can Set Blank Field Defaults
Can Make Fields Required
If Users Set Money, Requires Money Field
Disable Shoutbox for Proper Viewing
Restrict Groups from Setting Keys
If you have trouble with the tabs, try adding this in your theme template.
<a href="/user/$[user.id]/eshop" target="_blank">SHOP NAME</a>
I give full right to modify this code.
If you have feature requests, wish to hook onto the shop, or any other needs/bug reports, Post Away.
REQUIREMENTS:
This plugin is very extensive. Requiring Two Super Keys and One Regular Key. It also requires having Yootil and the Monetary System installed before this plugin.
This plugin is for those who want a shop with maximum functionality.
FEATURE REQUESTS:
Optional Text Name underneath shop image
Use Item Feature and dialogues
Add to Custom Page
HTML:
<div class='container show-user'><div class='title-bar'><h2><center>E Shop</center></h2></div><div class = 'content cap-bottom'><div class='ui-tabMenu'></div><div class = 'pad-all-double clear'></div></div></div>
<script type="text/javascript">
var shopTitle = proboards.plugin.get('e_shop_plugin').settings.shop_title;
if(shopTitle == '')
{ shopTitle = 'E Shop';}
if(proboards.data('user').is_logged_in == 1){ profileshop();}</script>
ID: eshop