Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
microBUSINESS (Business directory and more) Details »»
microBUSINESS (Business directory and more)
Version: 1.1.0, by MaryTheG(r)eek MaryTheG(r)eek is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

Category: Major Additions - Version: 3.8.2 Rating:
Released: 07-06-2009 Last Update: 10-15-2009 Installs: 72
DB Changes Uses Plugins Auto-Templates
Additional Files Translations Is in Beta Stage  
No support by the author.

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



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

  • 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.


Open it and find:

Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">
$vbphrase[calendar]</a></td>
Add below:

Code:
<td class="vbmenu_control"><a href="business.php$session[sessionurl_q]">
Directory</a></td>

5.- Copyright
  • This software is copyrighted work of Maria Avlatzi (MicroHellas) and copyright removal doesn't allowed.
  • You can NOT re-distribute this module even for free.
6. Commercial Version









In the upcoming days I'll release a commercial version with some additional features:

  • Thread for each post (depending on usergroup permissions)
  • Post appoval or not (currently all post are auto approved)
  • User should be able to post unlimited companies and/or items. Now all usergroups can post unlimited.
  • more are coming....
Enjoy it








Maria

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 08-31-2009, 08:13 AM
Wird0 Wird0 is offline
 
Join Date: Aug 2009
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When i try to delete a item it go's to a blank page and nothing happens. It does not delete the item. Is there a sollution for this?
Reply With Quote
  #63  
Old 08-31-2009, 09:19 AM
bartek24m bartek24m is offline
 
Join Date: Nov 2005
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MicroHellas View Post
There is no limit on categories levels. You can add as many subcat levels as you like.



You can already do it. Just the search includes the specific category and all subcategories (if they are exists).

Maria

I mean that users can add subcategories i know that it's possible to add from admincp area
but from users can't. If it's possible to improve this addon to your hack ?

screen:
http://iv.pl/images/3xnocxelb2m2ffqctfep.png
Reply With Quote
  #64  
Old 09-01-2009, 03:17 PM
LukaB LukaB is offline
 
Join Date: Nov 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice add-on. When installed can this be limited to just Admin and or Moderator use?
Reply With Quote
  #65  
Old 09-02-2009, 06:56 AM
bartek24m bartek24m is offline
 
Join Date: Nov 2005
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please reply for my previously post i am really interested to buy this modyfication
it's important to me allow users create subcategories.

if you can't do it, I should find someone who can but i'm affraid of your releases new version which doesnt match to my ver. after remaking your mod

if you don't understand me exactly also please response me i try better explain my intentions
Reply With Quote
  #66  
Old 09-02-2009, 07:11 AM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Aehm, there is no do=deleteprofile part in the hole file
Reply With Quote
  #67  
Old 09-02-2009, 07:17 AM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also you can change this part:
PHP Code:
       $qry $db->query_read("SELECT * FROM " TABLE_PREFIX "microbusiness_profiles WHERE id=$profileid LIMIT 1");
       
$profile $db->fetch_array($qry); 
to
PHP Code:
       $profile $db->query_first("SELECT * FROM " TABLE_PREFIX "microbusiness_profiles WHERE id=$profileid"); 
1. you don't need a limit, there can be only one profile with this id
2. because there's only one result, you can use query_first instead of query_read


on:
do=topitems
do=newitems
do=premiumitems

i'm getting white pages
also
Top Rated Items & Popular Items links to the same=> do=topitems


also the tabs are not ok
Attachment 103965
i would add some space between the tabs & words
Next Prob: rating is not working

I realy like your ideas, but there always full of bugs. Why is that so?

And is there now a commercial version? What are the new features?
Reply With Quote
  #68  
Old 09-04-2009, 10:13 PM
paintballer.ie's Avatar
paintballer.ie paintballer.ie is offline
 
Join Date: Jan 2009
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to manually enter the gps data for the adress if google maps cant find it?
Reply With Quote
  #69  
Old 09-04-2009, 10:59 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ragtek View Post

I realy like your ideas, but there always full of bugs. Why is that so?
If you read the MOD details:

Is in Beta Stage

So why not bear with the coder
Reply With Quote
  #70  
Old 09-08-2009, 06:45 PM
profanitytalker profanitytalker is offline
 
Join Date: Nov 2006
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Mircro, do you have vbmates available? I really want to add it to my site. Please consider me. I really like this mod. Please contact me or turn on your pms so we can talk.
Reply With Quote
  #71  
Old 09-09-2009, 01:05 PM
jr1234 jr1234 is offline
 
Join Date: Nov 2007
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
I would like to get the FULL (commercial) version of MicroBusiness.
Is there a site to get it from?
Please send me a pm
thanks.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:16 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05065 seconds
  • Memory Usage 2,329KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete