Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
MGC vBProjects Light Details »»
MGC vBProjects Light
Version: 1.1, by VBDev VBDev is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.7 Rating:
Released: 06-26-2007 Last Update: Never Installs: 68
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.


Description

This mod lets you add a pretty simple project management system. It allows you to add to your forum a tool to plan project and follow them (kinda like a small MS Project).

Projects are assigned to users which manages its progression.


Functionnalities

Here is a small description of the functionnalities

1.0 : Creation
  • Configured completly through the vbulletin options:
    • Usergroup ids that can edit/remove any project
    • Number of projects shown by page in the projects list
    • Number of characters shown in the description of a project on the search result page
  • Usergroup permissions to use vBProjects:
    • Authorization to create project (Project manager)
    • Authorization to participate to a project
    • Authorization to be part of a project
  • Project can be created by a project manager with the following informations
    • Title
    • Status (Pending, in progress,...)
    • Priority (Low, medium, ...)
    • Members of the project
    • Description
      Once a project has been created, it can be modified or removed by the project manager or one of the user in the usergroup that can edit/remove any project

      The project's progression can also be updated by the project manager or the users that have the rights to edit/remove any project. Members of the project have also the rights to update the project's progression
  • Search by keywords in the projects
The full version contains more functionnalities :
  • Split of a project in different tasks (projects progressions are automatically linked to their tasks progressions)
  • Possibility to add comments in the tasks
  • Detailled stats
  • In the user profile: display of the currently active projects created by the user and also the one he is member of
However, you must remove the light version before installing the full one.

Install


Refer to the README file in the zip file.

Once install is finished, don't forget to go in the usergroup management in order to set the permissions of the usergroups for the vBProjects mod.

Becareful: By default, there are no groups which can access to the projects if you don't do that.

Copyright

This mode is under MGC (Mtor&Grog Corporation) 2007-forever copyright.

It was developped for vb-hacks.org, vbulletin-ressources.com and vbulletin.org.

Its redistribution on another forum than the one stated above is strictly fordidden without previous asking to me !!

Full version

Both english and french versions are available is the zip file after buying.

Pre-sales questions can be done in this forum.

A demo of the full version is available here.

Login : test - Pass : test

ENJOY

Show Your Support

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

Comments
  #62  
Old 07-09-2007, 04:08 AM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hum, I tested myself last time and didn't had that problem.

I think I'll have to dig further to find out the problem.

I'll make my possible to fix that as soon as possible
Reply With Quote
  #63  
Old 07-09-2007, 09:52 AM
MetalORock's Avatar
MetalORock MetalORock is offline
 
Join Date: Jul 2007
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great job Mtor, thanks
Reply With Quote
  #64  
Old 07-18-2007, 07:01 AM
G0F0RBR0KE G0F0RBR0KE is offline
 
Join Date: Mar 2005
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think the

Code:
<if condition="$vbprojets_peux_voir">
			<td class="vbmenu_control"><a href="mgc_vbprojets.php?$session[sessionurl]">vBProjects</a></td>
			</if>
should be

Code:
<if condition="$show['member']">
			<td class="vbmenu_control"><a href="mgc_vbprojets.php?$session[sessionurl]">vBProjects</a></td>
			</if>
???
Reply With Quote
  #65  
Old 07-18-2007, 11:30 AM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EvilAkuma View Post
I think the

Code:
<if condition="$vbprojets_peux_voir">
			<td class="vbmenu_control"><a href="mgc_vbprojets.php?$session[sessionurl]">vBProjects</a></td>
			</if>
should be

Code:
<if condition="$show['member']">
			<td class="vbmenu_control"><a href="mgc_vbprojets.php?$session[sessionurl]">vBProjects</a></td>
			</if>
???
and why you think this?
if it is member all members see it
and if it is verifier_peuxvoir the userpermissions are checked completly
Reply With Quote
  #66  
Old 07-18-2007, 06:17 PM
G0F0RBR0KE G0F0RBR0KE is offline
 
Join Date: Mar 2005
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I ran that and it didn't work, not even on my test vbulletin. That why :P
Reply With Quote
  #67  
Old 07-19-2007, 04:45 AM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope you're not right EvilAkuma, this shall not be like that.

Did you set the permissions before remplacing that bit of code ?
Reply With Quote
  #68  
Old 07-19-2007, 06:17 AM
G0F0RBR0KE G0F0RBR0KE is offline
 
Join Date: Mar 2005
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did everything that was instructed on the "Read Me.html"
Reply With Quote
  #69  
Old 07-19-2007, 07:46 AM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And what was not working exactly ?
Reply With Quote
  #70  
Old 07-19-2007, 08:06 AM
G0F0RBR0KE G0F0RBR0KE is offline
 
Join Date: Mar 2005
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It wasn't showing the clickable link till I use the other way.
Reply With Quote
  #71  
Old 07-19-2007, 08:53 AM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

than you havent set the userrights correct
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 04:37 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07899 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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