Difference between revisions of "Add Posted By to Announcements Page"

From SDU
Jump to: navigation, search
m
m
Line 1: Line 1:
 +
__NOTOC__
 +
[[Category:Customizations]]
 +
<div align='center'><font color="green">To make corrections or additions to this article, select the ''edit'' tab above.<br>
 +
To discuss or ask questions about this article, select the ''discussion'' tab above.</font></div>
 +
 +
== Overview ==
 
This article provides instructions on how to add the Posted By field to the Announcement Page.
 
This article provides instructions on how to add the Posted By field to the Announcement Page.
  
== Step 1. Edit the bin_form_np.htmpl ==
+
== Procedures ==
 +
=== Step 1. Edit the bin_form_np.htmpl ===
 
There are 6 instances of '''<nowiki></A><br></nowiki>''' on this form. Add the following syntax between the <nowiki></A></nowiki> and <nowiki><br></nowiki> for each instance.
 
There are 6 instances of '''<nowiki></A><br></nowiki>''' on this form. Add the following syntax between the <nowiki></A></nowiki> and <nowiki><br></nowiki> for each instance.
 
<source lang="html4strict">
 
<source lang="html4strict">
 
$list.posted_by.last_name, $list.posted_by.first_name $list.posted_by.middle_name
 
$list.posted_by.last_name, $list.posted_by.first_name $list.posted_by.middle_name
 
</source>
 
</source>
 
  
 
For r11.x releases it is recommended that you edit your pages via the [[Web Screen Painter]]. For older releases you must edit the files directly.
 
For r11.x releases it is recommended that you edit your pages via the [[Web Screen Painter]]. For older releases you must edit the files directly.
  
 
+
=== Step 2. Clear the web cache ===
== Step 2. Clear the web cache ==
+
 
The final step is to clear Service Desk's cache. The methods vary depending on release.
 
The final step is to clear Service Desk's cache. The methods vary depending on release.
 
   
 
   
Line 17: Line 22:
  
 
''For older releases'' execute [[pdm_webcache]] from a command prompt on the [[Primary Server]]. There is no need to run this command on the [[Secondary Server|Secondary Servers]].
 
''For older releases'' execute [[pdm_webcache]] from a command prompt on the [[Primary Server]]. There is no need to run this command on the [[Secondary Server|Secondary Servers]].
 
 
 
 
 
 
----
 
<div align='center'><font color="green">To make corrections or additions to this article, select the ''edit'' tab above.<br>
 
To discuss or ask questions about this article, select the ''discussion'' tab above.</font></div>
 
 
[[Category:Customizations]]
 

Revision as of 06:28, 26 July 2008

To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.

Overview

This article provides instructions on how to add the Posted By field to the Announcement Page.

Procedures

Step 1. Edit the bin_form_np.htmpl

There are 6 instances of </A><br> on this form. Add the following syntax between the </A> and <br> for each instance. <source lang="html4strict"> $list.posted_by.last_name, $list.posted_by.first_name $list.posted_by.middle_name </source>

For r11.x releases it is recommended that you edit your pages via the Web Screen Painter. For older releases you must edit the files directly.

Step 2. Clear the web cache

The final step is to clear Service Desk's cache. The methods vary depending on release.

For r11.x releases publish your changes via the Web Screen Painter. The process of publishing automatically initiates a pdm_webcache.

For older releases execute pdm_webcache from a command prompt on the Primary Server. There is no need to run this command on the Secondary Servers.