The Arcive of vBulletin Modifications Site. |
|
Suggestion: Text field above projects list Details »»
|
|||||||||||||||||||||||||
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.
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Not quite sure I understand?
You can already add descriptions to Projects. |
|
#3
|
|||
|
|||
|
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:
Or can I do this already somehow without modding the code? |
|
#4
|
|||
|
|||
|
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. |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
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. |
|
#7
|
|||
|
|||
|
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 |
|
#8
|
||||
|
||||
|
Hopefully this is being looked into for the next release.
|
|
#9
|
|||
|
|||
|
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.
|
|
#10
|
||||
|
||||
|
Find this in pt_project:
Code:
<vb:if condition="$show['direct_post_link'] OR $post_issue_options"> |
![]() |
|
|