Version 1.0.1 fixes the missing procedures: deleteprofile and deleteitem
To upgrade just upload business.php and re-import product-microbusiness.xml (check overwrite).
This is the Full Commercial Version (1.1.0) You must *** UNINSTALL *** any other version before
1.- Usage
Business directory, Links directory and much more.
Each user can has unlimited companies
Each company can has unlimited items (shops, links etc)
Google Maps
Rating and Reviews
2.- Installation
The installation is pretty easy, has been checked many times for installing and uninstalling the product. Just follow these steps below:
Download and unzip the file microBUSINESS.zip
Open the folder vbulletin and select all files and subfolders inside it
Connect to your website and open the directory where is your vBulletin installation (usally forum, forums, portal etc).
Upload the selected files to your site. If you fellow the right way then the file business.php must be on the same level as the index.php file of vBulletin.
CMOD 777 folders:
microbusiness/files/
microbusiness/photos/
microbusiness/photos/thumbs/
microbusiness/photos/tmp
Before any new installation is good to backup your database before, even if nobody is doing it (including me). At lease turn your site off
Check at your AdminCP->vBulletin Options->Plugin/Hook System that Plugin system is enabled.
From your AdminCP->Plugin System->Manage Products choose Add/Import Product and import the product: product-microbusiness.xml
3.- Configuration
As every vBulletin product, you need to make some initial configurations before it goes live.
MicroSUPPORT Options
Google Map API key. If you plan to use Google maps you must obtain a free api key.
Setup categories and feature list (if you plan to use it).
Setup usergroup permissions.
4.- Template Modification
The module is using it's own templates, so it doesn't needs any template modification except if you want to add a link to the navbar. In this case you need to modify the NavBar template.
I found a little bug. When you would like to make a new entry, the "Companies" field entry is a drop down menu, but I think it has to be a text field. Please see screenshot.
I found a little bug. When you would like to make a new entry, the "Companies" field entry is a drop down menu, but I think it has to be a text field. Please see screenshot.
No, it's not. You must at least a company before and then assign items to a company. This way company gets statistics from all items belonging to it.
As for the error, please setup Features or deactivate them from microBUSINESS Options.
Maria
I am getting the same error:
Invalid SQL:
SELECT * FROM microbusiness_features WHERE id= LIMIT 1;
I turned off the "Features List" in the admin section and don't get the error. The problem is that even though I have created a master features list, you don't require the user to select one or more features when they are creating an item. So if no feature is saved with the item, the error occurs.
It would also be nice to configure how the addresses are displayed. (similar to what you do with "Date format")
Your template is set up for Europe:
Address1
Address2
ZIP, City
State, Country
where in the US the format is:
Address1
Address2
City, State ZIP
Not that it's too hard to update the "microbusiness_view_item" template directly. How do other modules handle postal address formatting? I would think it would be global based on the board/forum preferences, since it would be too complicated to map all the various countries.