Great hack. Very professionally done.
Can you add, as an option, placing the "donation bar" on the donation page and the donation list page? (Instead of playing with your templates and coding in "$dsl_bar"). You have a nice way of organizing things.
Gersfan, put $dsl_bar in your FORUMHOME template, where you want it to show up. Personally, I don't like it below the navbar (it seems a little presumptuous IMO); I put it down lower (
www.russbo.org/vb/index.php) I also have links to the donations and donation list in my UCS columns. You can get the code for the drop down links by activating the installed navbar links, surfing to them, and seeing what URL they give you. I use this:
Code:
<tr><td class="vbmenu_option"><a href="http://yoursite.com/forum/awc_dsl.php?do=donation"target="_blank">Donations</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://yoursite.com/forum/awc_dsl.php?do=list"target="_blank">Donation List</a></td></tr>
Great hack. Looking forward to future iterations of it.