Hi,

Originally Posted by
bobmoss
And it's even better for getting quick personal replies from yourself

Glad you like it.. yeah.. I'll reply to you but not to spammers.. first time I've seen that here.. hopefully that's not the start of a new trend, I check in here more than enough as it is! :)

Originally Posted by
bobmoss
Ah, I see, that makes sense. The only issue I have is that the code is part of the standard sidebox template code and is only expecting one parameter.
I shall roll up my sleeves, put on my coding hat and make a few changes.
Yeah, just change the template code slightly, e.g. edit
common/tpl_box_default_right.php to accept another parameter:
PHP Code:
$title = '<a href="' . zen_href_link($title_link) . '">' . $title . BOX_HEADING_LINKS . '</a>';
to
PHP Code:
$title = '<a href="' . zen_href_link($title_link, (isset($title_link_parameters) ? $title_link_parameters : '')) . '">' . $title . BOX_HEADING_LINKS . '</a>';
Obviously set the appropriate values in $title_link and $title_link_parameters variables.
All the best..
Conor
ceon