Hi,
Thanks for the great module. This is exactly what I needed.
I'm wondering what is the best way to make a customization, though.
Currently my template is surrounded in several divs and I need to put the author name in a separate div inside the template for more extensive styling.
Is it a major caveat to add another delimiter like authordelimiter with another pregreplace into the template?
Thanks!
FYI:
What I'm hoping to achieve is something like:
| Code: |
<div class="quotebox">
<div class="bl"><div class="br"><div class="tl"><div class="tr">
&quot;{jxquote}&quot;
</div></div></div></div>
<div class="correct">&nbsp;</div>
<div class="client">
&mdash;{jxauthor}
</div>
</div>
|