PDA

View Full Version : variable for reply without quote?


!!!cyr0n_k0r
07-18-2004, 10:01 AM
what is the variable that I should enter to make a link reply to a post, but not automatically quote it.

In my postbit, the link I have seems to want to quote every post they reply to. What do I need to change the code to.

!!!cyr0n_k0r
07-18-2004, 10:20 AM
nevermind. Heres the code for anyone having the same problem


<if condition="$post['replylink']">
<a href="$vboptions[bburl]/newreply.php?do=newreply&amp;noquote=1&amp;p=$post[postid]"><strong>$vbphrase[articlereply]</a>
</if>

xlguy
08-21-2006, 02:39 PM
2 years and 1 month later : thank you :)

(I used this on 3.5.4 to do something related to replies and your reply helped)

!!!cyr0n_k0r
12-21-2007, 03:56 PM
1 year and 6 months later. No problem :) Glad I could help.