View Full Version : Suggestion: Text field above projects list
janaf
05-18-2010, 08:28 PM
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
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
Hopefully this is being looked into for the next release.
janaf
06-09-2010, 01:38 PM
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:
<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
<vb:if condition="$show['direct_post_link'] || is_browser('ie',7)">
Struggling on: I type in a simple
<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 1276104365 at 1276104365 ---------------
Found it! The place I was looking for, on the top of the summary page is in the pt_overview template, after
{vb:raw header}
{vb:raw navbar}
<div id="bodydiv">
janaf
06-09-2010, 07:32 PM
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!
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:
Global - which will display on all PT pages (example [in green]: http://www.wolfshead-solutions.com/project.php)
Per Project - which will display on all PT pages associated with a Project (example [in green]: http://www.wolfshead-solutions.com/project.php?projectid=1)
janaf
07-03-2010, 08:17 AM
Great, thanks a million for that!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.