vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Project Tools (https://vborg.vbsupport.ru/forumdisplay.php?f=266)
-   -   Is Project Tools development dead? (https://vborg.vbsupport.ru/showthread.php?t=251228)

Andrew Elkins 12-30-2010 03:03 PM

Quote:

Originally Posted by Paul M (Post 2141296)
No one asked me, but I noticed another PT thread earlier. Ive uploaded the zip directly to vb.org for now.

The reason you cannot upload it as an attachment is the server settings only allow 2M files [max]. Ive logged aticket with IB support asking for the php upload limit to be increased.

Ah, if only I still had access :)

Lynne 12-30-2010 04:28 PM

Quote:

Originally Posted by Paul M (Post 2141296)
No one asked me, but I noticed another PT thread earlier. Ive uploaded the zip directly to vb.org for now.

The reason you cannot upload it as an attachment is the server settings only allow 2M files [max]. Ive logged aticket with IB support asking for the php upload limit to be increased.

I was gonna post that I have done the same. But, it's probably good to have both of us bug them cuz he's arguing with me about whether he should change the settings just for us. :/

PitchouneN64ngc 12-30-2010 10:06 PM

Maybe could we hope for 8M? To be less bored later :)

neverstop 02-22-2011 03:33 PM

Is it possible to delete issues?

PitchouneN64ngc 02-23-2011 01:14 AM

When you edit the issue, you have the option to delete it :)

LoveStream 02-23-2011 06:33 PM

I appreciate coder for this products.

I pluged it into vb4.1.2 successfully, and set cms wiget from given.

However the GUEST couldn't view the ptcomment wiget because of not allowed but members as my trial.

How could I config the permission to allow to view the ptcomment widget for the guest too?

Thanks.

PitchouneN64ngc 02-24-2011 01:55 AM

The recent Pt comments widget checks project permissions in its code. So if nothing is displayed for your guests, do they have access to the corresponding projects?

LoveStream 02-25-2011 07:52 AM

Quote:

Originally Posted by PitchouneN64ngc (Post 2166087)
The recent Pt comments widget checks project permissions in its code. So if nothing is displayed for your guests, do they have access to the corresponding projects?

Yes, I have been double checked it, General Permission through project permission.
Though I allowed all to enable (yes) but it still won't works.

Any GUEST is not participate a project. I won't to show just the PT comments to them.


Thank you.

PitchouneN64ngc 02-25-2011 09:28 AM

Strange as it checks permission before to select issues to select comments.

PHP Code:

while ($issueresult vB::$db->fetch_array($issueids))
            {
                
$issueid verify_issue($issueresult['issueid'], true, array('avatar''vote''milestone'));

                
$issueperms fetch_project_permissions(vB::$vbulletin->userinfo$project['projectid'], $issueid['issuetypeid']); 

I will review it when I could have some time.

whiplash13 06-17-2011 07:32 PM

There was talk about version 2.2 back in November but haven't seen any new updates. Is this a dead project now?


All times are GMT. The time now is 09:00 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.01234 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete