The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Profile Change: Forum Info v1.4.1 Details »» | |||||||||||||||||||||||||
Author: King Kovifor (me)
Hack Version: 1.0.0 Idea and "inspiration": Mythotical Addons: None, but I'll be creating some soon. Addon Authors: None Support: I will give support here again, but please use this thread for support if possible. Introduction: Profile Change: Forum Info is a hack that'll change the look and feel of your forum, by changing the profile of a user to have a nicer look and more informative information added. It was inspired by a change that Mythotical did so I give him some credit. Notes: There is 1 phrase edit, but none are added. Please Report all bugs in this hack in this thread. Version Updates: 1.0 - Initial Release: One Known Bug 1.1 - Bug Fixed 1.2 - Small Template Bug Fix - 1.2.1 - New Information Added for the design. new version number for the 1.2 version series. Instructions, redone 1.3 - New Design 1.4 - Instruction Fix, Template Change, bug fixed. - 1.4.1 - New Information Added for the desgin. new version number for the 1.4 series. instructions redone. Bugs: None. Please report bugs here in this thread. Instructions: Please download the zipped file and follow the instructions there. All Support will be given in this thread. Features:
Screen Caps: Picture 12 - This image is of 1.0.2 and three of the avatar section Picture 11 - This is of the 1.0.2 design Picture 3 - This is the 1.0.3 design Picture thumbnail - What it is with 1.4.1 installed. Please note that that is not what contact information looks like and it doesn't have refferals. Zero Tolernce's "Percentage of Forum Posts" Code: If you've got the hack by Zero Tolerence you may follow these additional instructions. Find this code: HTML Code:
$vbphrase[total_posts]: <strong>$userinfo[posts]</strong><br />Posts per Day: <phrase 1="$postsperday"><strong>$vbphrase[x_posts_per_day]</strong></phrase> HTML Code:
$vbphrase[total_posts]: <strong>$userinfo[posts]</strong><br />Posts per Day: <phrase 1="$postsperday"><strong>$vbphrase[x_posts_per_day]</strong></phrase> <br />Percentage of Posts on this forum belong to $userinfo[username]: <strong>$postpercentage%</strong> Show Your Support
|
Comments |
#12
|
|||
|
|||
Thats quite interesting, how you can add the profile field away from additional information.. I always hated that! But is now appears in two places.. Any way to stop it from appearing in the additional info section full stop?
|
#13
|
||||
|
||||
CommTRU,
Make sure you set the firld to "Hidden". If you don't have any others that are hidden you may go through your groups and make it set to "can See Hidden Fields - no" I believe. That's your problem there! |
#14
|
|||
|
|||
Thanks King, I must have missed that off
That is a very useful mod though. I've always wanted to know how I could make my own custom fields, and place them in different areas. It has interesting potential! |
#15
|
||||
|
||||
Simple Conditionals. The same way you get them into the post bit/postbit_legacy but YOU have to make it hidden or it'll show twice. You could always get anywhere, on any place with it... Just some places are as easily added. Like the nav bar. << That gave me so much trouble on that with the PDN!
|
#16
|
|||
|
|||
Here is a small screen cap of what I have been able to do with this modification.
Note that vBulletin doesn't have the ability to add in extras into the contact information, such as a link to My Space or Live Journal, thus thanks to this mod, I can now include this Before it would just look out of place in the Additional Info section.. To link to the profile field, just the profile field code around link tags, example: HTML Code:
<a href="$post[field10]" target="_blank">$post[field10]</a> |
#17
|
||||
|
||||
Thanks commTRU about the target="_blank" thing. I'll use that once I get to that part, but with that it has to be required. Try this instead:
HTML Code:
<if condition="$post['field10']">Live Journal Account<br /><a href="$post[field10]" target="_blank">$post[field10]</a></if> Live Journal Account: ... nothing here Your Welcome for the helpful tip. |
#18
|
|||
|
|||
I will be taking this to the next level, as you can see it shows up on the postbit, I'm thinking of placing it in the signature area as that would be a better place instead of under the users name. If King agrees with me on this then I'll do it or he will.
|
#19
|
||||
|
||||
What, Show what in the postbit?
|
#20
|
|||
|
|||
Quote:
|
#21
|
|||
|
|||
just a quick question..
in your instructions for 1.4.1 you state **** Step Three: Templates **** Please go into the style manager. Find the correct start tag and the correct end tag, and replace that with the following: Find the correct start tag and end tag in which template exactly? sorry if it's rather obvious, it just seems a bit vague for someone like myself ^_^ p.s. i would have posted in your other forum but was too lazy to register |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|