The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin Project Tools - Color to Indicate Status Details »» | |||||||||||||||||||||||||||
vBulletin Project Tools - Color to Indicate Status
Developer Last Online: Aug 2020
Background:
I am a visual person and with the project(s) I will be using using Project Tools with I need to be able to quickly look at my pages to determine if I still have outstanding issues that need to be addressed. This modification makes it easier for me to keep track of the issues that I have to still address. About the Modification: I am posting this here with the hope that vBulletin takes the code and improves it and turns this into a standard feature of project tools. There are lots of ways this script could be improved but java is not my strong suite and I hope by posing this here someone else can help improve this! The Modifications that are needed: Two files must be edited. Install a product file with one small phrase and a small pluggin. Edit one template OK, let the fun begin! STEP 1: Install the Attached Product File! STEP 2: A Bunch of File Edits! OPEN FILE /AdminCP/project.php FIND PHP Code:
PHP Code:
PHP Code:
REPLACE WITH: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
OPEN FILE includes/class_dm_pt_issuestatus.php FIND: PHP Code:
PHP Code:
NOTE - You can change as many or as few cells in row of each issue. In this example I did the first three as shown in the attached image! FIND: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
Well, if I didn't scare you off and you are still reading... Just remember to use the color codes as the six digit hexadecimal values with the number sign. Here are the ones I am using: #FFFFFF - White #FFFFCC - Pastel Yellow #CCFFFF - Pastel Blue #FFCCFF - Pastel Pink Note that I use color for issues that need my attention. I use white for the issues that I can ignore... But obviously you can use any colors you want! Now, if you do not add a color value, your site will use the default style colors as well! Supporters / CoAuthors Show Your Support
|
Comments |
#12
|
|||
|
|||
hi,
IT IS WORKING !!!!!!!!!! look in the screenshot (attched to this post) click that small area next to the input field will bring up vBulletin cpcolorpicker.I managed to "integrate" it into Project Tools.I don't know if i will share it through |
#13
|
|||
|
|||
actually you can kill one more file edit ....
hook:issuestatusdata_start code PHP Code:
|
#14
|
|||
|
|||
hi,
To get the vBulletin default colorpicker working in the Porject Tools admin page (project.php) you need edit step 1 open /admincp/project.php and find PHP Code:
PHP Code:
find (and remove this line) PHP Code:
find this line PHP Code:
PHP Code:
find this lines PHP Code:
PHP Code:
|
#15
|
|||
|
|||
Thanks for working on this... I wanted to work on it as well before I left for a trip but I ran out of time. I will help (if you need it) when I get back next week.
|
#16
|
|||
|
|||
I am just getting home from a trip so it will take me a while to get back into a routein that I can fight with this... I have added Delphiprogrammi as a Co-Author!
EDIT: OK, I am not sure this is all of the edits but it should be... this will add a small table to the main issue status listing so that the colors for each status will be displayed. All of these edits are in Admin/project.php FIND: PHP Code:
REPLACE WITH: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
#17
|
|||
|
|||
Great mod but it doesn't seem to work for search results. Can it be amended to do so?
|
#18
|
|||
|
|||
Quote:
1)open hooks_vbprojecttools.xml (/includes/xml folder from the pt distrubution) and find Code:
<hook>projectsearch_results_groupbit</hook> Code:
<hook>projectsearch_results_bit</hook> <hook>projectsearch_results_groupbit</hook> 2)create a new plugin with this information
HTML Code:
<td class="alt2" align="center" style="background-color:$issue[background]">
|
#19
|
|||
|
|||
Quote:
Also a note to anyone else that the hook is already in the search file but there was a known bug in the xml file where the hook location was missed! |
#20
|
|||
|
|||
hi,
or you could "kill" the template edits by doing it like this hook project_issuebit find PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
#21
|
|||
|
|||
there is an error in the product uninstall code the MySQL query should be
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|