![]() |
Disable quote for first post
how to disable quote for 1st post. i mean user cant copy paste thread.thx
|
You realize they can just use their mouse to copy/paste the content into a post and put quote tags around it, right? I suppose if you wanted, you could put a condition around the Quote tag to not show it for the first post, but as I said, all they have to do is copy/paste with their mouse and then they've quoted it anyway and you can't do anything about that.
|
hmmm i know about that lynne.
but for this issue. i just want block qoute for first post. can u help me? maybe i need some module about this / plugins. thx |
I use this in my postbit:
HTML Code:
<if condition="$post['postid']==$thread['firstpostid']"> |
hi lynne may i know when i put that code? i mean in postbit legacy..where i must put that code? in top / bottom? thx
|
I don't think it's going to work just on it's own (but it may, I don't remember). You may need to modify your code to create the variable $thread['firstpost'] and then do something like this (this is 3.6.8 code, so you may have to modify it for whatever version you use):
HTML Code:
<if condition="$post['postid']!=$thread['firstpostid']"> |
hi lynne thx for reply.
btw may i know about the name for the template i must edit? or put the code? and between ? |
Either the postbit or postbit_legacy template, whichever you are using. All I did was put a condition around the already existing code.
|
sorry lynne im using 3.7.4 vbulletin.
now im in postbit_legacy. i dont know to put ur code in the template : Code:
<if condition="$post['postid']!=$thread['firstpostid']"> |
You find your code that looks like this:
HTML Code:
<if condition="$post['replylink']"> HTML Code:
<if condition="$post['postid']!=$thread['firstpostid']"> |
All times are GMT. The time now is 04:52 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|