Back to vBulletin 3.5 Add-ons

Odeo.com Voicemail Integration
Mod Version: 1.00, by Jafo232

This modification is in the archives.
vB Version: 3.5.4 Rating: (1 vote - 5.00 average) Installs: 17
Released: 21 Mar 2006 Last Update: Never Downloads: 1
Not Supported Template Edits  

-----------------
- 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>
ADD these lines BELOW the lines above:

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>
YOU ARE NOT FINISHED! You must edit the code above to reflect the profile field name you noted above.

Code:
$post[field10]
That part of the code must be changed.

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

 


vblts.ru supports vBulletin®, 2022-2025