vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Odeo.com Voicemail Integration (https://vborg.vbsupport.ru/showthread.php?t=111005)

Jafo232 03-20-2006 10:00 PM

Odeo.com Voicemail Integration
 
-----------------
- Brought To You By:
-
- 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.

Click Install

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

Quote:

Originally Posted by GamerzWorld
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

Quote:

Originally Posted by blue6995
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

Quote:

Originally Posted by Danecookie
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.


All times are GMT. The time now is 08:21 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01063 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete