it reason why i don't put it at the end of posts is that the link is hidden in the original post, so there is a big probability it won't be selected for copying if it is the last few byte. and when it becomes visiable after pasted, the link is more likely be recognized and removed.
as for the second suggestion, the anchor text should be the link itself because most of the time the content will be copied as plain text intstead of html source code. if the anchor is the thread title, there will not be a back link after pasted.
but of course this is easy if you insist. open template "copyright" and find these two line
PHP Code:
$vboptions[bburl]/showthread.php?t=$thread[threadid]</a>
$vboptions[bburl]/showthread.php?p=$post[postid]</a>
replace each with
PHP Code:
$thread[title]</a>
try to simulate the action of copy&paste. you will see the tricks here.
Quote:
Originally Posted by glennybee
Is there a way to add just one link to the end of the post instead of after x amount of characters?
For example:
Code:
<a href="http://link of post">Source...</a>
So that the link looks genuine when it's copied and pasted somewhere else, instad of being stuck somewhere in the middle of the post and not looking right?
Or the anchor text could automatically become the title of the thread?
Maybe a possible option for future releases?
Thanks for the mod, useful but I think needs improved.
|