Quote from: 2wistd at Jan 19, 2008, 12:56 PM
any help on this? This would allow me to complete my website. Also i’d think it’d be a big portion of the reason you’d want this in modx...to link to other modx files.
SOLVED, download the new version from the resources
the only thing is that "url=" should be the last field, e.g.
#madboxr?h=50&w=200&url=http://www.whateveryou.com/want/?q=45&p=34
and NOT
#madboxr?url=http://www.whateveryou.com/want/?q=45&p=34&h=50&w=200
otherwise, the snippet cannot distinguish between parameters for it (h,w) and parameters of the url

When I used your example below, the resulting code is like this:
<a rel="lightbox" href="http://www.whateveryou.com/want/?q=45&p=34" title="" rev="width=200,height=50">Song</a>
Is the what MadBoxr is supposed to create? Either way, it’s not working.
Nice work on Madboxr!
I was wondering how I can use template variables (TV’s) with it?
Example: #madboxr?w=320&w=280&url=[+default-image+]
As I’m using madboxr in ditto and want to have the images assigned by using a TV.
When I try it my links are displayed like this: http://www.domain.com/www/%3Cimg%20%20src=
Thanks in advance...