Quote:
Originally Posted by BadgerDog
Can this be made to be able to be cut-n-pasted?
|
Yes, it can. Open the template "vblinklist_home" and search for
PHP Code:
<textarea name="linktous" id="linktous" rows="5" tabindex="1" cols="80" dir="{vb:stylevar textdirection}" class="{vb:raw content}" disabled="disabled">{vb:raw link_to_us_text}</textarea>
In that line you simply delete
PHP Code:
disabled="disabled"
and everything should be fine then. This bug is fixed in the next version also.