|
Odeo.com Voicemail Integration
This modification is in the archives.
-----------------
- Brought To You By: - - http://www.mediaflavor.com/ - - Custom VB Mods, Extensions, and Plugins ----------------- Odeo.com offers a free service where users can leave each other voice messages. You can also use the service for your podcasts. This modification is very simple and requires no plugin just a template modification and a new profile field. Installation: AdminCP -> User Profile Fields -> Add New User Profile Field. Create a field to identify the users odeo.com username. For example: Odeo.com Username. Fill out any other settings you wish and save the profile field. AdminCP -> User Profile Fields -> User Profile Field Manager. Note the field NAME for the new field you added. Should be something like: field10. Edit the MEMBERINFO template and find these lines: Code:
<td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
</tr>
</if>
Code:
<tr> <td> <if condition="$post['field10']"> <iframe src="http://www.odeo.com/send_me_a_message/$post[field10]/embedded" width="423" height="483" scrolling="no" FRAMEBORDER=0 name="send_me_a_message"> </iframe> </if> </td> </tr> Code:
$post[field10] Any user that fills out the Odeo.com profile field will have the flash voice recorder in their profile. Download No files for download. Screenshots
|
|||||||||