Log in

View Full Version : Odeo.com Voicemail Integration


Jafo232
03-20-2006, 10:00 PM
-----------------
- Brought To You By:
-
- MediaFlavor.com (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:

<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:

<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.

$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.

Click Install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=111005)

bashy
03-21-2006, 07:10 PM
Cheers m8...works great :)
Not only that 1st post wahooo

Not only that! I found a new toy :)

thanks again :)

GamerzWorld
03-21-2006, 08:07 PM
So that will only show when a user has typed the details right?

Jafo232
03-21-2006, 08:13 PM
So that will only show when a user has typed the details right?

Right.

Zia
03-22-2006, 01:11 PM
its an interesting concept.......

blue6995
03-22-2006, 02:56 PM
Followed the instructions to the letter, but I don't see the screenshot shown!

Danecookie
03-22-2006, 03:55 PM
some more screencaps please.....

Jafo232
03-22-2006, 04:55 PM
Followed the instructions to the letter, but I don't see the screenshot shown!

Did you enter your odeo account name into your profile?

Jafo232
03-22-2006, 04:55 PM
some more screencaps please.....

There really are no other screens to capture.

Danecookie
03-22-2006, 04:59 PM
anyway, its a very nice mod.

blue6995
03-23-2006, 07:31 PM
Did you enter your odeo account name into your profile?

Yes, I entered the account name. Where and when is that odea screen meant to appear?

Jafo232
03-23-2006, 08:23 PM
Yes, I entered the account name. Where and when is that odea screen meant to appear?

When you view the profile of the user who has their odeo profile field filled it, you see it.

Yukino_AE
04-11-2006, 07:02 AM
not for me, when i do this and view profile where the odeo box is it shows a big pink box saying page not found.

yinyang
04-11-2006, 04:14 PM
can anyone else confirm this works? demo please?

Mathiau
04-12-2006, 12:10 PM
cannot see it either:(

ThePimp
04-12-2006, 01:24 PM
Shouldn't this be in the Template Mods section, not the plugin section?

slim cutty
04-16-2006, 12:21 AM
I can't get this to work.. can anyone give me some assistance.. I followed everything to a T .. the iframe or window doesn't show up for me..

thanks in advance

Wordplay
04-24-2006, 12:13 PM
if this was sendable through pms, i'd install! :D

JackieLynn
04-24-2006, 06:50 PM
It works fine for me. There are two places you need to change the Field number. If you only changed one of them, you got the big pink star. I just put it in a different place.

ztempuser
04-25-2006, 03:00 AM
i have vb3.5.1 it worked first try for me its a nice add on
but i don't like how it overtakes all the user profile*its spot*
maybe there is a way to make the text and everything smaller or maybe you can make is a colapsable table? or what would be the best would be all of those then move the whole thing down under Group Memberships with a new header piece thing that says Odeo*still colapsable*

Jafo232
05-25-2006, 10:13 PM
I suppose that could be done. This just fits the design of the forum I use it on. Feel free to change the template edit to fit into your sites look.

Chicago_VLNU_4s
09-15-2006, 11:37 PM
anyone able to make it a small image you can click on from profiles and have it pop-up?