Loading...
 
Features / Usability

Features / Usability


I think this is what you want....

posts: 3665 United States

In the tiki-edit_submission.tpl page, change this:

Image
Copy to clipboard
<textarea class="wikiedit" name="heading" rows="5" cols="80" id='subheading' wrap="virtual"> {$heading|escape} </textarea>


to this:

Image
Copy to clipboard
<textarea class="wikiedit" name="heading" rows="5" cols="80" id='subheading' wrap="virtual"> {if $heading}{$heading|escape}{else}[ Insert Link Here | Source]{/if} </textarea>


This way, if the page already has a heading, it will be displayed. However, if the page does not yet have a heading, the user will see: Source


-Rick

There are no comments at this time.