The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Nintendo Wii Friend Code in Profile & Postbit Details »» | |||||||||||||||||||||||||||
Nintendo Wii Friend Code in Profile & Postbit
Developer Last Online: Dec 2010
A quick guide on adding a Nintendo Wii Friend Code profile field and postbit icon. Example here or see attached screenshot.
Step 1: Add Profile Field Go to your Admin CP and add a new profile field for the Wii Code. This option can be found under User Profile Fields >> Add New User Profile Field. I suggest you use Single-Line Text Box with a maximum length of 19 (that allows for 16 digits and three spaces). Name the field something like "Nintendo Wii Friend Code." Save, and check the Profile Field Manager. Make a note of the field name. For me, it is 'field5', but your results will differ depending on what your other profile fields are. Step 2: Create & Upload an Appropriate Image for the Postbit Create an image that is appropriate for Nintendo Wii and will fit nicely next to the other communication icons. Since I already made an appropriate icon for Nintendo Wii news posts, I have re-used that icon on my site for Wii Friend Codes. Create an icon that works well on your site, and upload it to your images folder. Make a note of the image URL, you will need that for the next step. Step 3: Add Postbit Icon Now pull up the AdminCP and go to Styles & Templates >> Style Manager. Choose Edit Template for the template your site is using (repeat this step for each unique root-level tempate your site uses). Open the Postbit Templates section and choose either Postbit or Postbit_Legacy depending on which type of postbit your site uses (vertical or horizontal). Edit the template to include an image after your communication icons are listed. The code template to display the image is below: HTML Code:
<if condition="$post[YOUR_WII_FIELD_NAME_HERE]"><img src="YOUR_WII_IMAGE_PATH_HERE" alt="Wii Friend Code: $post[YOUR_WII_FIELD_NAME_HERE]"></if> Before: HTML Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] </div> HTML Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] <if condition="$post[field5]"><img src="http://forums.editingarchive.com/images/newsposticons2/wii.jpg" alt="Wii Friend Code: $post[field5]"></if> </div> Go to your User CP, and update your profile with your Wii Code (or make one up if you don't have a Wii :P). That number should show up on your profile and as an icon in your postbit. If everything works, annouce it to your community and encourage them to add their Wii numbers. Show Your Support
|
Comments |
#2
|
|||
|
|||
Thanks for this, and in advance aswell befoe it's due out in shops.
*installed* |
#3
|
|||
|
|||
Thanks
|
#4
|
|||
|
|||
This could be really useful if it picks up.
Im just going to wait a while for the wii to come out and see if people on my forum use it and if it does definatelly a great hack! Thanks |
#5
|
||||
|
||||
Annoying thing is, Nintendo Friend Code is different for each game
|
#6
|
||||
|
||||
Thanks for the support, guys
GamerJunk.net - The Nintendo DS friend code is indeed per-game. The Nintendo Wii code is per-system. |
#7
|
||||
|
||||
Ahh didn't read the Wii part
|
#8
|
|||
|
|||
Installed,thanks my users wanted something like this
|
#9
|
|||
|
|||
Ok, when I input the wii code itself while editing the profile, I can put in the # etc etc. When it shows on my postbit, itll display the image, but will not display the number? Any ideas? Thanks!
|
#10
|
|||
|
|||
If you just cut and pasted this part,
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] <if condition="$post[field5]"><img src="http://forums.editingarchive.com/images/newsposticons2/wii.jpg" alt="Wii Friend Code: $post[field5]"></if> </div> You'll have to see what the field number is in your profile fields manager and edit the template again to change it from field5 to whatever field number it is. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|