Quote:
Originally Posted by is_it_me
Is there anyway this could be used for events listed in the calendars?
This would be well handy as my site is a local community what's on site.
Thanks in advance for any help. 
|
soryy, bit of a rush right now but this should work well for you.
Navigate to your CALENDAR template:
find:
Code:
<body>
{vb:raw header}
{vb:raw navbar}
<div id="pagetitle">
and directly beneath that ad this code:
Code:
<span style="float: right;"><a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_show_title=1;a2a_num_services=14;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></span>
problem is, this button grabs the page title...not the content such as posts which is how it treats calendar events. So this will put the button on the page but if a user clicks it, it will only auto fill out the comment as the page titkle and they would have to type the comment they like...i do not think there is a way (with this mod) to have the event title captured by the button buut I can look into it when I have some more time