Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

PrivatePostReply very important question for me

Quote Reply
PrivatePostReply very important question for me
Hello

The code
Code:
<%if user_accept_privmsg%><a href="gforum.cgi?do=message_post_reply_write;post=<%post_id%>;<%hidden_query%>">Private Reply</a><%endif>
i change to
Code:
<%if user_accept_privmsg%><a href="gforum.cgi?do=message_post_reply_write;post=<%post_id%>;#<%post_num%><%hidden_query%>">Private Reply</a><%endif%>


send a private Message to the user

i make a copy of include_message_common_write.html

i change
Code:
<textarea name="msg_body" cols="<%if current_user_cols%><%current_user_cols%><%else%>60<%endif%>" rows="<%if current_user_rows%><%current_user_rows%><%else%>10<%endif%>" class="button" onChange="checkText(this)" onclick="checkText(this)" onFocus="checkText(this)" tabindex=4 wrap=soft>
Antwort auf deinen Beitrag: (url "gforum.cgi?post=<%post_id%>;#<%post_num%>")"<%parent_msg_subject%>"(/url)
<%msg_body%></textarea>

The tag <%post_id%> is ok but
the tag <%post_num%> in in this template an Unknown Tag

how to make <%post_num%> in the template notedly

PS: i change in this post [] to () to display it

greeting hoefti
linktobuy Web Directory
Ratgeber Recht

Last edited by:

hoefti: Aug 22, 2002, 10:46 PM
Subject Author Views Date
Thread PrivatePostReply very important question for me hoefti 2325 Aug 22, 2002, 10:43 PM
Thread Re: [hoefti] PrivatePostReply very important question for me
Jagerman 2221 Aug 25, 2002, 8:40 PM
Thread Re: [Jagerman] PrivatePostReply very important question for me
hoefti 2210 Aug 26, 2002, 7:00 AM
Thread Re: [hoefti] PrivatePostReply very important question for me
Jagerman 2206 Aug 26, 2002, 10:59 AM
Post Re: [Jagerman] PrivatePostReply very important question for me
hoefti 2201 Aug 26, 2002, 12:05 PM