<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: callto links in company and user profile pages</title>
  <link>http://www.activecollab.com/forums/topic/1337/</link>
  <description>Recent posts on topic: callto links in company and user profile pages</description>
  <dc:language>en-us</dc:language>
  <pubDate>Tue, 22 May 2012 23:44:39 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/6223/#post6223</link>
    <guid>http://www.activecollab.com/forums/post/6223/#post6223</guid>
    <title>Post #2 by viceroy321</title>
    <dc:creator>viceroy321</dc:creator>
    <description><![CDATA[<p>that would be an ideal example for a very small, very particular plugin. plugin support will be added in version 0.8<br />
<br />
if you want to add it yourself, it is only a trivial change to application\views\user\user_card.php<br />
<br />
change<br />
<br />
&lt;code&gt;<br />
&lt;div&gt;&lt;span&gt;&lt;?php echo lang('office phone number') ?&gt;:&lt;/span&gt; &lt;?php echo $user-&gt;getOfficeNumber() ? clean($user-&gt;getOfficeNumber()) : lang('n/a') ?&gt;&lt;/div&gt;<br />
&lt;/code&gt;<br />
<br />
into <br />
<br />
&lt;code&gt;<br />
&lt;div&gt;&lt;span&gt;&lt;?php echo lang('office phone number') ?&gt;:&lt;/span&gt; &lt;a href=&quot;callto://&lt;?php echo $user-&gt;getOfficeNumber() ? clean($user-&gt;getOfficeNumber()) : lang('n/a') ?&gt;&quot; &gt;&lt;?php echo $user-&gt;getOfficeNumber() ? clean($user-&gt;getOfficeNumber()) : lang('n/a') ?&gt;&lt;/a&gt;&lt;/div&gt;<br />
&lt;/code&gt;<br />
<br />
<br />
i have not tried this myself, and i don't quite know if my skype-url is correct, but have a look at it.<br />
</p>]]></description>
    <pubDate>Mon, 29 Jan 2007 09:26:45 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6191/#post6191</link>
    <guid>http://www.activecollab.com/forums/post/6191/#post6191</guid>
    <title>Post #1 by evoque</title>
    <dc:creator>evoque</dc:creator>
    <description><![CDATA[<p>I'd love to see phone numbers (except for the fax number) in the profile pages use callto:// URIs so calls can be initiated using Skype or Jajah.</p>]]></description>
    <pubDate>Sun, 28 Jan 2007 14:44:53 CST</pubDate>
  </item>
</channel>
</rss>
