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