vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Project Tools (https://vborg.vbsupport.ru/forumdisplay.php?f=266)
-   -   Suggestion: Text field above projects list (https://vborg.vbsupport.ru/showthread.php?t=242828)

janaf 05-18-2010 08:28 PM

Suggestion: Text field above projects list
 
I would suggest a BB / html field above the projects list, where for example a description could be added. This field could be editable via the ACP options.

Ryan Ashbrook 05-18-2010 11:51 PM

Not quite sure I understand?

You can already add descriptions to Projects.

janaf 05-19-2010 03:02 PM

Hi,

Sorry if I was not clear.

On the default page as installed, at the top I get links to My Reports etc, under it I get a Project list and under it a Timeline list.

Above the project list, below the links, I'd like to have the possibility to add (text) content like "Here you can submit feedback for..... In order to keep postings private....To recive email notifications on updates....Read more here..." etc.

In another thread I wrote it this way:
  • It would be nice to be able to add vB announcements and / or notices above the project listing, "Closed for vaccations " or "To post, you need to log in to the forum as a member".
  • Add a simple BB or HTML text at top bottom (Project Tool Options) "This section is....."

Or can I do this already somehow without modding the code?

we_are_borg 05-19-2010 03:18 PM

Think he means the main /project.php page above the first blockhead he wants to create his own information.

This is only possible with a template hack atm.

janaf 05-19-2010 03:31 PM

Quote:

Originally Posted by we_are_borg (Post 2039919)
Think he means the main /project.php page above the first blockhead he wants to create his own information.
This is only possible with a template hack atm.

Yes, that's probably what I mean. There fore this suggestion :)

janaf 06-07-2010 12:21 PM

So how / where would I add hard coded text? Newbie...

I need to add something about the private option. In my previous system, all postings where private.

I also want to add a link to the PT FAQ.

janaf 06-09-2010 12:15 PM

Just installed 2.1.1 and it worked fine. Solved many bugs and issues.

I am still poking in the pt_project trying to find how to add some simple html on the top of the first page deafult view? of project.php

Help. PLEASE

Mosh 06-09-2010 12:52 PM

Hopefully this is being looked into for the next release.

janaf 06-09-2010 01:38 PM

Quote:

Originally Posted by Mosh (Post 2050977)
Hopefully this is being looked into for the next release.

Thanks, but I stll need a solution now, even if a crude one. Advise on which line in the template to insert the content should be enough to me started.

Ryan Ashbrook 06-09-2010 01:55 PM

Find this in pt_project:

Code:

<vb:if condition="$show['direct_post_link'] OR $post_issue_options">
Add it above that.

janaf 06-09-2010 03:58 PM

Seems it is changed in 2.1.1
PHP Code:

<vb:if condition="$show['direct_post_link'] || is_browser('ie',7)"

Struggling on: I type in a simple
PHP Code:

<div>---</div

at a few different lines before and after the suggested but nothing shows up. Cleared the CMS cache. Nope. Is there some search cache that needs clearing? Or am I at the wrong :confused: lines in the code?

--------------- Added [DATE]1276104365[/DATE] at [TIME]1276104365[/TIME] ---------------

Found it! The place I was looking for, on the top of the summary page is in the pt_overview template, after
PHP Code:

{vb:raw header}
{
vb:raw navbar}
<
div id="bodydiv"


janaf 06-09-2010 07:32 PM

1 Attachment(s)
Here is what it looks like.

Ryan Ashbrook 06-09-2010 08:15 PM

I wasn't sure where you wanted to place it, I assumed on the Project page rather than the Project listing.

Good you got it, though. :)

janaf 06-09-2010 09:00 PM

Yes, my first posting was not clear.

Thanks for the help anyway!

Mosh 06-27-2010 06:01 AM

I have now implemented this into vBulletin's Notice system and it will be in the next version of Project Tools.

There will be two types of notice:
  1. Global - which will display on all PT pages (example [in green]: http://www.wolfshead-solutions.com/project.php)
  2. Per Project - which will display on all PT pages associated with a Project (example [in green]: http://www.wolfshead-solutions.com/p...hp?projectid=1)

janaf 07-03-2010 08:17 AM

Great, thanks a million for that!


All times are GMT. The time now is 10:05 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.01110 seconds
  • Memory Usage 1,748KB
  • 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_code_printable
  • (3)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete