The Arcive of vBulletin Modifications Site. |
|
onXiam Integration Details »»
|
|||||||||||||||||||||||||
The World of Dan Presents: onXiam Integration
What is onXiam? You can think of onXiam as a network of networks. In a nutshell, onXiam is a site that lets you consolidate all of your online identities and easily tie them back to a single point of reference. Ultimately this will make it easier for you to promote yourself and all of your various online identities by having a quick and easy place to which you can refer people if they want to learn all about your various online presences. You can see my onXiam page here: http://www.onxiam.com/people/TheWorldofDan/ What does this do? This allows your members to enter their onXiam username in their profile, which will then display a link to their onXiam page in the postbit and on their members page. How to install
Notes
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Could you please include the installation instructions in a text or zip file? Thank you.
![]() Once you do, I'll be sure to click Install.
|
|
#3
|
||||
|
||||
|
I'm sure that I can, but I'm a little confused as to why you would want me to?
|
|
#4
|
|||
|
|||
|
It's just more convenient that way and since I'm not a coder (just been around a while), I think there is a requirement to post an attachment? I'm not sure on that, but if not, it's just a preference then.
![]() Installed and working BTW.
|
|
#5
|
||||
|
||||
|
No it's not required - just encouraged; some people like to save a copy of the instructions on their computer, having them in a text-file just makes it simpler.
|
|
#6
|
|||
|
|||
|
I have 2 folders that I save mods in: 1 for mods to be installed and the other for mods that have been successfully installed. I download everything that I click Install to. Merely a preference, but it's very helpful IMO.
|
|
#7
|
||||
|
||||
|
OK, well I'm sure I can make a text verson for people, I'll do it later when I have a bit more free time
|
|
#8
|
|||
|
|||
|
I added a little something to Step 6:
Code:
<if condition="$post['fieldX']"> <tr> <td> onXiam:<br /> <a href="http://www.onxiam.com/people/$post[fieldX]" target="_blank">http://www.onxiam.com/people/$post[fieldX]</a> </td> </tr> </if> Alternatively, I can see this being added to the IM fieldset as something like this: Code:
<if condition="$show['hasimicons']">
<fieldset class="fieldset">
<legend>$vbphrase[instant_messaging]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<if condition="$show['textimicons']">
<if condition="$userinfo['showicq']">
<tr>
<td>$vbphrase[icq]</td>
<td>$userinfo[icq]</td>
</tr>
</if>
<if condition="$userinfo['showaim']">
<tr>
<td>$vbphrase[aim]</td>
<td>$userinfo[aim]</td>
</tr>
</if>
<if condition="$userinfo['showmsn']">
<tr>
<td>$vbphrase[msn]</td>
<td>$userinfo[msn]</td>
</tr>
</if>
<if condition="$userinfo['showyahoo']">
<tr>
<td>$vbphrase[yahoo]</td>
<td>$userinfo[yahoo]</td>
</tr>
</if>
<if condition="$userinfo['skype']">
<tr>
<td>$vbphrase[skype]</td>
<td>$userinfo[skype]</td>
</tr>
</if>
<if condition="$post['fieldX']">
<tr>
<td>onXiam</td>
<td>$post[fieldX]</td>
</tr>
</if>
<else />
<if condition="$userinfo['showicq']">
<tr>
<td>$userinfo[icqicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
</tr>
</if>
<if condition="$userinfo['showaim']">
<tr>
<td>$userinfo[aimicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a></td>
</tr>
</if>
<if condition="$userinfo['showmsn']">
<tr>
<td>$userinfo[msnicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a></td>
</tr>
</if>
<if condition="$userinfo['showyahoo']">
<tr>
<td>$userinfo[yahooicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
</tr>
</if>
<if condition="$userinfo['showskype']">
<tr>
<td>$userinfo[skypeicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 285); return false;">$userinfo[skype]</a></td>
</tr>
</if>
<if condition="$post['fieldX']">
<tr>
<td><img src="$stylevar[imgdir_misc]/onxiam.gif"></td>
<td><a href="http://www.onxiam.com/people/$post[fieldX]" target="_blank">$post[fieldX]</a></td>
</tr>
</if>
</if>
</table>
</fieldset>
</if>
|
|
#9
|
||||
|
||||
|
Thanks for the hack! I'll install it right away...
|
|
#10
|
||||
|
||||
|
Does anyone have any links of it in action? I'd love to see them
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|