Page 1 of 2 1 2 LastLast
Results 1 to 15 of 20

vBProductMaker - FREE tool for vBulletin developers

This is a discussion on vBProductMaker - FREE tool for vBulletin developers within the Off-Topic & Chit Chat forums, part of the Focus on Members category; Description vBProductMaker intended to help vBulletin product developers and make it little easy to manage their products and corresponding components. ...

  1. #1
    Junior Member
    Real Name
    Brian
    Join Date
    Mar 2009
    Posts
    5
    Liked
    0 times

    vBProductMaker - FREE tool for vBulletin developers




    Description

    vBProductMaker intended to help vBulletin product developers and make it little easy to manage their products and corresponding components. The skill level of users using this tool can vary from novice to advanced web programmers. It is combining code editor with syntax coloring, vBulletin-aware management console and XML builder, in order to produce final XML file which can be imported into vBulletin.
    vBProductMaker is using internal file type in order to store and retrieve all information related to your vBulletin product. The file type is defined as .vbu . You can save your product as .vbu file and then later load it, modify and finally export to vBulletin XML product.
    As the help contains most of information one can need, I will show several screenshots below.

    Features

    * Indexing vBulletin script on local hard drive to help developer locating plugin hooks, template hooks, phrases, etc
    * Show indexed vBulletin plugin/template hooks in editor
    * Importing vBulletin XML file New!
    * Syntax coloring for PHP and Templates (HTML)
    * Managing product details such us ID, title, description, version, product url, version check url and state
    * Managing built in as well as custom phrase groups and phrases
    * Managing product dependencies from php, mysql, related product and vBulleting versions
    * Managing product install and uninstall codes
    * Managing product tempates
    * Managing product plugins
    * Managing product options building for Admin CP
    * Managing product cron entries New!
    * Contains help file covering program as well as some vBulletin aspects in CHM format
    * Exporting project to valid, well formed XML file with directory structure, ready to publish

    Changelog

    v1.5.1
    Initial release (beta)
    v1.6.0
    Added Cron management facility. Now cron code(s) will be exported among with product.
    Importing XML product is finally implemented!
    Readme file export is added
    Directories “doc, upload” will be created during export and product will be residing in doc
    templatetype attribute is fixed
    Fixed minor bugs
    Added validation code field in Settings
    Todo

    • Project concept for building file/folder structure based on internal and external files in order to export altogether
    • AdminCP product navigation block manager, which will export corresponding cpnav_*.xml files
    • Predefined option code input types for product settings. You will select from 'yesno', 'select:Piped', 'radio:eval' etc...
    • Substituting new code in original code for plugins and templates
    • Option/Validation code fields as rich code edit controls, like in plugins tab
    • Adding Cron functionality (done)
    • Importing XML vBulletin products (done)
    • More help topics

    Video Tutorial

    [youtube]http://www.youtube.com/watch?v=bD_OhO497XQ[/youtube]

    Requirements

    Microsoft Windows with NET framework 2.0 or later

    Screenshots



    This is public beta version, feel free to test and report issues.
    Attached Files
    Last edited by acid; 04-02-2009 at 01:44 AM. Reason: Todo list updated, attached software. x64 version is now available.

  2. #2
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    786
    Liked
    5 times
    Looks good. Will give it a go
    2011 Average: 1 post every 5 seconds... 24/7

  3. #3
    Junior Member
    Real Name
    Souren
    Join Date
    Nov 2007
    Posts
    1
    Liked
    0 times
    Quote Originally Posted by woostar View Post
    Looks good. Will give it a go
    any bug - report e-mail address in about box. Also testing it.
    Cheers!

  4. #4
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    32 times
    Blog Entries
    9
    Great work.

  5. #5
    Junior Member
    Real Name
    Brian
    Join Date
    Mar 2009
    Posts
    5
    Liked
    0 times
    If you find any missing functionality that you would like to have I'll be glad to discuss and implement.

    Thx

  6. #6
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    friggin awesome!

    i will play with this later

  7. #7
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    fyi, the DL link is missing in his post... you can find it here:
    vBproductMaker - Short acid stories

  8. #8
    Senior Member KW802's Avatar
    Real Name
    Kevin
    Join Date
    Jan 2006
    Posts
    163
    Liked
    0 times
    I can see something like that being useful for viewing product XML files, but for creating, how is it easier than just exporting the product directly from the ACP?

  9. #9
    Junior Member
    Real Name
    Brian
    Join Date
    Mar 2009
    Posts
    5
    Liked
    0 times
    1. You can't compare offline and online product development. I think you missed the idea of this software. You may create it from scratch and not just exporting.
    2. Admin CP is simply not enough facilitated for comfortable product development from scratch.
    3. Number of things are automated in the software, like creating setting phrase or exporting cron code with your product or if you want to edit your cron job description just one click will quickly take you to right place, etc...
    4. There is no syntax highlighting in Admin CP.
    5. Let our expert developers correct me but I think not everything is possible to develop from Admin CP.
    6. Admin CP will not help you to see the hook location script of original vBulletin code on the fly below your plugin code.
    7. Same for the templates
    8. People not having access to vBulletin Admin CP, will be able to get familiar with vBulletin product development and create valid XML products with small efforts.

    Moreover, there are features to be implemented in version 2.0 which will add even more:

    - Project concept. The project may contain directory/file structures where you can add desired external files, edit in built in code editor with syntax highlighting and other editor specific features, then the file will be exported with your product. In other words you will save directory structure that you will be exporting, including images, external php codes, xml files and other.

    - You will be able to create AdminCP navigation blocks easily. This will add links and export corresponding cpnav_*.xml files.

    - Predefined option code input types for product settings. You will select from 'yesno', 'select:Piped', 'radio:eval' etc...

    - Obviously missing keyboard shortcuts

    ----------

    However, one can find something like this useful in whatever he finds it useful for And I will try to incorporate as much features as possible so there will be no possibility to compare Admin CP.

    Good luck!

  10. #10
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    32 times
    Blog Entries
    9
    If I wanted to get a programmer (without vBulletin dev experience) started on a vBulletin plugin project, this software is exactly where I would send him. This is a great asset to the entire vBulletin community.

  11. #11
    Senior Member
    Real Name
    Future
    Join Date
    Mar 2006
    Posts
    579
    Liked
    0 times
    Blog Entries
    1
    Great work acid
    | F | U | T | U | R | E |

  12. #12
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    the biggest thing for me is that i don't have to throw my site into debug mode just to see the settings i need in the acp

  13. #13
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,322
    Liked
    535 times
    Blog Entries
    4
    I always use my test server to do tests however Brian , you can enable debug mod only for yourself.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  14. #14
    Senior Member
    Real Name
    Nick Le Mouton
    Join Date
    Nov 2005
    Location
    New Zealand
    Posts
    422
    Liked
    14 times
    Looks great, I'll have to give a go for the plugin that I'm writing at the moment

  15. #15
    Senior Member kevinl's Avatar
    Real Name
    Kevin
    Join Date
    Sep 2006
    Location
    Boston
    Posts
    226
    Liked
    7 times
    Looks great!

    Too bad it's not MAC compatible
    HostAtom.net - Forum Hosting at it's best!
    Need a forum design? Design vBulletin

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Looking for vbulletin developers/coder. Request paid mod
    By zeuxxx in forum Forum Marketplace
    Replies: 1
    Last Post: 02-08-2008, 09:29 AM
  2. Google Analytics - New Free Tool!
    By skizzy203 in forum Analysis: Traffic & SERPS
    Replies: 29
    Last Post: 11-22-2005, 07:06 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •