Quote:
Originally Posted by ldma
Having trouble getting this working....selecting text, clicking link, but nothing appearing in quick reply.
|
Any information?
Browser, forumlink?
Doesn't working just for you or all?
Quote:
Originally Posted by Gene Steinberg
Thus "Quote selected text" should be "Quote Selected Text." I edited my installed copy, but suggest you follow suit. 
|
Thanks. I do it
Quote:
Originally Posted by New Joe
I want to add this so it shows on the right of the Report Post triangle: At the moment it is on the left of the icons
|
If you want to add button on the right of the Report Post, you must turn off Auto-Position option and place
{vb:raw wog_quick_quote_button} after Report code in postbit.
Example:
Code:
<vb:if condition="$show['reportlink']">
<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> --> </a>
</vb:if>
{vb:raw wog_quick_quote_button}
Quote:
Originally Posted by dieKetzer
i am also having this same issue. i have enabled the 'next line' option, but it doesnt appear to have changed anything. browser details in sig
|
Thanks. I will check it.
Quote:
Originally Posted by Gene Steinberg
Seems to me the best alternative would be to have a preference as to whether the selective quoting button appears on the left, the default, or the right. What say you folks?
|
It's good idea, but I can't do this by means of hooks in template.
We must do it manually.