The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
microBUSINESS (Business directory and more) Details »» | |||||||||||||||||||||||||||
microBUSINESS (Business directory and more)
Developer Last Online: Mar 2012
Removed by Author as I've upgraded to vB4 and thus I can't have vB3 legally installed -------------- microBUSINESS ver 1.1.0 (Released 16 Oct 2009) This is the Full Commercial Version You must *** UNINSTALL *** any other version before by MicroHellas http://www.microhellas.com User: demouser Pass: demopass Compatible with versions 3.6.x, 3.7.x, 3.8.x 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
The installation is pretty easy, has been checked many times for installing and uninstalling the product. Just follow these steps below:
As every vBulletin product, you need to make some initial configurations before it goes live.
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. Open it and find: Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]"> $vbphrase[calendar]</a></td> Code:
<td class="vbmenu_control"><a href="business.php$session[sessionurl_q]"> Directory</a></td> 5.- Copyright
6. Commercial Version In the upcoming days I'll release a commercial version with some additional features:
Enjoy it Maria Supporters / CoAuthors Show Your Support
|
Comments |
#142
|
|||
|
|||
did you improved the microBUSINESS in sugest a new subcategories by users?
|
#143
|
|||
|
|||
Quote:
I've probably determined what causes the pain for me. I added the categories to the Profiles section as well, and rewrote the current JS GetHorizontalCategories method. (Just a copy from the existing one but pointing to the profiles table instead). I'm starting to think maybe I also overdid things with sub sub sub categories etc, and the two combined are causing this. Will keep everyone updated |
#144
|
|||
|
|||
The promised update: I edited out the counting, and the mod went blazing again. Then I undid the commenting from before, and it's still darn fast
I'm looking if I can add a small module for vBAdvanced. If I get anywhere with it, I'll add it here. |
#145
|
|||
|
|||
Found a bug. If I set the permissions to have more than 1 profile to no, I cannot edit my own profile. I'll get the message that I'm only allowed to have 1 profile.
This is caused by the add/edit functionality being the same, and the check being performed at a too early stage. To solve this, edit business.php, and find the following (under add/edit profile): Code:
if(!($permissions['microbusiness'] & $vbulletin->bf_ugp['microbusiness']['profiles']) AND $hasprofile == 1) { $vbulletin->url="business.php?" . $vbulletin->session->vars['sessionurl'] . "do=myprofiles"; eval(print_standard_redirect('microbusiness_no_multiple_profiles', true, true)); } Code:
// Then, check if Profile id exists or not if(!$profileid) { I imagine something similar will have to be done in the items section. Hope this helps someone. P.s. It'd be awesome if there'd be some kind of option to set the maxium amount of items/profiles per usergroup. I now am giving my registered users the ability to create 1 profile, and unlimited items. I'd have prefered to set it to 2 services with 3 items each or something along those lines |
#146
|
|||
|
|||
after rewrite files and importing product to 1.1.0
i get error: Code:
Database error in vBulletin 3.8.2: Invalid SQL: SELECT forumid FROM microbusiness_config LIMIT 1; MySQL Error : Table 'autole.microbusiness_config' doesn't exist Error Number : 1146 |
#147
|
||||
|
||||
Thanks Maria, i install microBUSINESS tonight.
|
#148
|
||||
|
||||
I found a small problem with templates cashing
open rootforum/business.php find PHP Code:
PHP Code:
|
#149
|
||||
|
||||
another small bug and the correction.
if you select USER CP and you try to select Forums no Forums open. open rootforum/business.php Find PHP Code:
PHP Code:
|
#150
|
||||
|
||||
|
#151
|
||||
|
||||
Another Small Bug and the Correction.
If you select USERCP there is no Category Selection List at Search. Open ForumRoot/business.php Find PHP Code:
PHP Code:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|