The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
MMstore RC2 (sell real items) Details »» | |||||||||||||||||||||||||
Downloads for this modification have been removed according to Official Policy: When Security Vulnerabilities in Hacks are Found
What is MMstore ************************************************** *********** MMstore is a online store system for selling real items. User area ********* User can view items in the store. View items by categorys View payments to there items a user has added Search the store for a item See the store rules of use Add new items if the usergroup has permissions too View the items you have added to the store and delete them Contact us system PM or leaves a message in the store admincp View the PM's you have sent and delete them if no longer needed Admincp ******* General MMstore Settings ************************ MMstore On/Off? Categorys Per Page Items Per Page Sites URL MMstore Paypal Payment Settings ******************************* Turn Paypal ON/OFF Paypal URL Return URL From PayPal Button URL PayPal MMstore Currency Code And Pay Symbol Settings ********************************************* Currency Code Pay Symbol MMstore Image Settings ********************** Store Image Image URL Image Upload Path List Items Store Inactive Items Add New Items Active Rules Inactive Rules Add Rules Store Payments Categorys Add Categorys Contact Us Installation ************ 1. Upload files as-is to board but not the product-mmstore free rc2.xml file. 2. Log into admincp, Goto Plugin System then manage pruducts click [Add/Import Product] then inport the product-mmstore free rc2.xml file. 3. navigate back into admincp, (might need a refresh to get nav options) 4. click MMstore Management, then Store settings, Change the setting here to your needs 5. Edit navbar in navigation / breadcrumb templates ************************************************** ************ Find ************************************************** ************ PHP Code:
Add under ************************************************** ************ PHP Code:
********************* You will need to set all user group permissions to who can view the store and add items. If you want to use this as a way to earn some money make the sellers by a subscription to sell items. To do this you will need to make a new usergroup called sellers or some thing like that. Then add a new subscription and set a price for them to sell items like. 1 month of selling ?5 3 months selling ?10 6 months selling ?25 12 months selling ?45 So when someone buys a subscription they will be able to sell as many items as they like for as long as there subscription lasts. All prices for subscription are up to you. If you make them pay for subscription you will need to change the usergroup permissions so that only that usergroup can add items. All other usergroups set to cannot add items. 6. all done add some items. All done Many thanks and enjoy this hack. Thanks to SkyCatcher you can add images to the new random and most hit items by adding in this code. When i get the time i will make a upgrade to the mmstore.php file to include this. in mmstore.php: --------------- find every instance of PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
Then in ------------------ Template mmstore ------------------ Find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
In template ---------------------------------- mmstore_mosthit_items_right_block ---------------------------------- Find: PHP Code:
PHP Code:
------------------------------ mmstore_new_items_left_block ------------------------------ Find: PHP Code:
PHP Code:
--------------------------------- mmstore_rand_items_center_block --------------------------------- Find: PHP Code:
PHP Code:
To add the newest items added to the store on your forum home page click here for how to install. I have made a install files for the plugin that can be downloaded. Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
||||
|
||||
Quote:
|
#53
|
|||
|
|||
i got it fixed thanx! lol my host switched its servers and neglected to tell me that the ftp changed. so i uploaded the files to the old ftp. @_@
i thought i'd post a bug that i found. store is great, but when you go to click on any of the items or categories it's pulling: /forum/?do=viewcatid&cid=8 when it should be pulling: /forum/mmstore.php?do=viewcatid&cid=8 (i manually added the /mmstore.php?do and it worked as a test) just thought i'd let you know that |
#54
|
|||
|
|||
I've installed the mmstore for testing and I have some questions:
1 - How do users actually buy items ? I couldn't find any Buy/Add to Basket buttons. 2 - Menu is not working from Linux, we tested different browsers. 3 - Where is the pro. version ? --- I think I found the reason for Linux Menu not working: <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="130" height="200"> <param name="movie" value="images/mmstore/menu/mmstore_menu.swf"> <param name="quality" value="high"> <embed src="images/mmstore/menu/mmstore_menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="130" height="200"></embed> </object> As far as I know, this is a Microsoft specific call? --- I'm testing the provided solution within this article: http://www.alistapart.com/articles/flashsatay/ --- Thank you in advance. |
#55
|
||||
|
||||
This will display a table on on your index page listing the newest added items from the mmstore.
You can adjust how many items to display in the adminCP under mmstore settings > forumhome items. Use a 0 to disable the table completely. Instructions also found in the text file. Install Time: about 5 minutes at most Difficulty: Moderate (Requires 1 sql query to be run before installation) Sql Queries to add: 1 Template Edits: 2 File Edits: 0 Files to upload via FTP: 1 Plugin Imports: 1 Install Instructions: Execute this SQL query: ------------------------ ALTER TABLE `mmstore_settings` ADD `forumhomeitems` INT( 11 ) DEFAULT '0' NOT NULL ; Upload the Plugin: ------------------ Upload the xml file through the AdminCP under Upload a Plugin and select mmstore_forumhomeitems.xml from your PC. Upload the new mmstore_admin.php file to your server: ----------------------------------------------------- Upload the mmstore_admin.php file to your /admincp folder and overwrite the original file. Add the following new template: ------------------------------- Template name: mmstore_new_items_forumhome Code:
<td class="alt1" colspan="5" align="center" width="5%"><a href="mmstore.php?do=viewitemid&itemid={$mmstorenewitems[itemid]}">$mmstorenewitems[itemname]</a><br>Price $mmstoresettings[paysymble]$mmstorenewitems[price]<br><a href="$mmstorenewitems[itemimage]" target=_blank><img src="$mmstorenewitems[itemimage]" width="50" height="50" align="center"></td> Edit FORUMHOME > FORUMHOME Template: ------------------------------------ Place this code wherever you'd like the table to be displayed. Code:
<if condition="$mmstoresettings['forumhomeitems'] > 0"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td colspan="100%" class="tcat" $catbgcode><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('mmstore_new_items_forumhome')"><img id="collapseimg_mmstore_new_items_forumhome" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_vbshout].gif" alt="" border="0" /></a><b><a href="mmstore.php">Neue Arktikel im Probetreff Shop</a></b></td> </tr> <tbody id="collapseobj_mmstore_new_items_forumhome" style="$vbcollapse[collapseobj_mmstore_new_items_forumhome]"> <tr>$shownewitems</tr> </tbody> </table> <br /> </if> Finished! Credit for the hack goes to micheal332001. 3.5.4 Hack > https://vborg.vbsupport.ru/showthread.php?t=120100 3.6.0 Beta3 > https://vborg.vbsupport.ru/showthread.php?t=120143 |
#56
|
|||
|
|||
Hi all
I will be taking out the flash menu system from this store as it does cause problems with some browers. I have also fixed the bbcode for when adding a new item and viewing the item. I will be uploading the new files very soon. There is no upgrade to the new files just download the new files. Unzip them and upload them to your forum root folder. If you want the addons that SkyCatcher has done they are in the zip file. Please let me know if there is any problems and i will help you out. |
#57
|
||||
|
||||
Looking great guys. Keep up the great work.
|
#58
|
||||
|
||||
a little no biggie:
"If you dont find what you are after please leave a message by clicking here." no link to click here. *winks* Also, as was mentioned in another post, how do "they" select an item to buy (add to shopping cart) . Really do like this mod of yours. If there is something you think I can help with I'll give it a shot; just let me know. |
#59
|
|||
|
|||
Quote:
The add to shopping basket will be added in the new version. |
#60
|
|||
|
|||
Hi all
I have now sorted out a rss feed for the store. This has not been released yet but will be very soon. I will be adding in a rating system for rating the seller. And will be adding alot more options for the seller when they add there item for selling. |
#61
|
|||
|
|||
Do you remember for the field: change, search, sell?
That's nice |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|