
Originally Posted by
Bruceper
There's nothing to know really, as I had given you the answer on exactly how to do it. You would replace the <%$description%> with the code I posted.
Also as a note, that is smarty code, which is yet another different language.
That must just truncate the input internally. Providing I placed it in the proper file as it had no effect on the number of characters which can be entered in the form.
Hmmmmm, I am used to smarty tags being delimited by {}.
In add_form.html
Code:
<%if $description_is_visible%>
<div>
<label><%t%>Description<%/t%></label>
<textarea name="description"><%$description|truncate:300%></textarea>
</div>
<%/if%>
While it is not a good way there is always the brute force method
Code:
<span><input type="text" name="title" value="<%$title%>" maxlength="35" /></span>
Yes, I have a lot of questions but there are IMO good reasons. I have some not normal and every day things I want to do so it just seems reasonable to know how much work will be involved PLUS I have wasted good money by buying software without enough investigation.
P.S.
Yes, the 1.x.xx does seem to be a quantum leap forward.