![]() |
Quote:
The demo i will be putting on will be the pro version with all the features. The payment options will be disabled in the demo so you will not be able to click on the buy now buttons. In the demo all you will be able to do is look around the store and use the other features. The pro version will have about 6 payment options when its done, there will also be a buyers area to view the items you have payed for. There will be a area for the seller to to view items he/she has delete the item change the status of the payments from pending, payment recieved, sending item and then 2 options after that for (if the payment did not go through it will add the item back to your quantity) (delete item as buyer recieved item). There will be more to come for the buyers and sellers option will grow for both of these. This mod is still in the early days and lots will change and be added. |
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:
and add afterwards: PHP Code:
find every instance of PHP Code:
and add afterwards: PHP Code:
find every instance of PHP Code:
and add afterwards: PHP Code:
There will be a couple instances where those are already in the code but there are like 20 instances where it needs to be added. Then in ------------------ Template mmstore ------------------ Find: PHP Code:
Replace with: PHP Code:
Find PHP Code:
Replace with: PHP Code:
Find: PHP Code:
Replace with: PHP Code:
To alternate colors. In template ---------------------------------- mmstore_mosthit_items_right_block ---------------------------------- Find: PHP Code:
Add AFTER: PHP Code:
In template ------------------------------ mmstore_new_items_left_block ------------------------------ Find: PHP Code:
Add AFTER: PHP Code:
In Template --------------------------------- mmstore_rand_items_center_block --------------------------------- Find: PHP Code:
Add AFTER: PHP Code:
And that should do it |
This is a cool mod!!! But for now, I want to use this store to sell items using vbBux points instead of real money. vbPlaza/vbBux doesn't have a real good store yet, so this would be a good store for it!
Can somebody mod this hack to change it to a store for vbPlaza/vbBux? I'll try to make the necessary changes to make it work with vbPlaza/vbBux but I'm not really sure whether I can do it. Anyways, thanks for the great hack, micheal332001! |
Quote:
i will have alook and see if i can sort this out but will take me a bit of time as i have other projects on the go. |
Hi all
I am redoing the menu thats in this store to be a dynamic menu system |
hi! i've uploaded everything in the correct order, and no matter how many times i refresh the MMstore Management does not show up, if i try to go to the direct link for it /admincp/mmstore_admin.php it doesn't work if i try to go www.mysite.com/forum/mmstore.php it doesn't work. i get the message:
Page not found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. no matter what i try i get that message. any help would be great. |
Quote:
/forum/mmstore.php needs to be there |
i guarantee they are uploaded correctly, i did load the mmstore.php in my forum root. it is at /forum/mmstore.php i did it twice just to be sure. i am looking in my root /forum and mmstore IS there.
all the file templates are there when i checked the templates manager. and i placed the mmstore_admin in the admincp and it's not even showing in the admincp navigation. i've refreshed multiple times. |
Quote:
Just to be 100% sure: Create a text file and call it something like test.txt and upload it into the directory you have mmstore.php in and then enter the url into your browser and go to /forum/test.txt and see if it pulls up the file. I'm not trying to insult your know-how here at all so please don't think I'm trying to be a smartass - It's just something I have never encountered. As far as the admincp, the xml file is the file that creates the additional menu option for the store and the actual php file in the admincp directory is what gets displayed in the right frame. I'm 99.999999% sure you don't have the files uploaded to the correct location. But, I can always be wrong. |
no i can understand your doubt, if i was in the same position i would think i hadn't uploaded them properly either. but i'm not new to uploading and adding mods and such. it is done properly.
i think it might be somthing to do with my server. it appears that it's not registering any new files that i upload and is generating that error. as i also loaded a test.txt. i'm hosted with powweb and i've contacted them, it's not just happening on the forum but when i try to load anything around my site. my apologies, it doesn't seem to be the script at all. grrr. which would also explain why the admin mmstore is not registering either. so if anyone else gets this error and they work with powweb it's something on that end. not the actual script itself. many thanks for your prompt replies to my questions, i should have checked that first before automatically assuming it was something with the hack. |
Quote:
|
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 |
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="clsid:D27CDB6E-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. |
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 Edit FORUMHOME > FORUMHOME Template: ------------------------------------ Place this code wherever you'd like the table to be displayed. Code:
<if condition="$mmstoresettings['forumhomeitems'] > 0"> 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 |
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. |
Looking great guys. Keep up the great work.
|
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. |
Quote:
The add to shopping basket will be added in the new version. |
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. |
Do you remember for the field: change, search, sell?
That's nice ;) |
Quote:
Im hopping to have the first pro version out today or by tomorrow. |
What happened with the pro version?
Where i can get it :) |
Awesome,awesome,awesome..........This should be nominated
as mod of the YEAR, hell with only for the month...flawless...2 thumbs up |
Quote:
|
Quote:
|
OK,I have 1 problem and 1 question.
Problem: Any time I list an item with an apostrophe s I get sql error, what needs to be done to correct this? Once I remove any apostrophe s it works fine. Question:I do like the idea that any item a member adds to the store has to be approved/denied first, but if for any reason I want to allow members items to show instantly where do I need to edit that at? Mine is working on my site located in middle navbar,works fine ...just installed it last night...only 1 item so far |
when I try to edit a product I get this.
Database error in vBulletin 3.5.4: Invalid SQL: update mmstore_items set itemname='JDM Option Vol. 10', itemdiscription='D1 Finals Professional Drifting. It's the drift event of the year to wow the spectators!', catid='', itemimage='/images/jdmoption0010.jpg', submitterid='1', submitter='ryans', hits='1', paypalemail='sales@sromagazine.com', price='10.99', amounttosell='20', shippingamount='2.50', aprove='1' where itemid='1'; MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 's the drift event of the year to wow the spectators. Each year, Error Number : 1064 Date : Thursday, August 24th 2006 @ 11:23:03 AM Script : /mmstore_admin.php Referrer : /admincp/mmstore_admin.php?act=edititem&itemid=1 IP Address : Username : ryans Classname : vb_database i notice the classname. vb_database is not the name of my database. |
why am i getting this error on top and my item not showing or going thru when i try to post a test item?
Quote:
|
Im having no problems at all...I edited the product and works great
|
What do i put in for Image Upload Path
|
Quote:
|
Quote:
|
Quote:
|
hey, i have successfully import the plugin but for some reason its not listed MMstore Management in admincp.. btw im installing this on v.3.5.5. urgent help please. thank u
|
Quote:
If you still have problems please PM me with a admincp login and i will sort it out for you. |
hey, i think i might know why its not working.. i dont use admincp i use authadmin for security purpose.. would this have anything to so with it.. how can i fix this?can i redirect it?
|
dude i think ur website got hacked?
|
Ive installed The pro version of mmstore plugin but all i seam to get is you do not have permission to access this page. This could be due to one of several reasons:
Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system? If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation. i setup at this link http://paypalmillionaire.com/forum/mmstore.php any help on this subject, greatly appreciated |
does the hack works on vbulletin 3.6.3???????????????????????????
|
can this be used for <input> fields if paying through paypal? ie, if you want an additional field, is it possible to add such a field? How do you edit "categorys" in the menu so it reads "categories"?
Thanks in advance. |
All times are GMT. The time now is 04:04 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|