Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Profile Change: Forum Info v1.4.1 Details »»
Profile Change: Forum Info v1.4.1
Version: 1.4.1, by King Kovifor King Kovifor is offline
Developer Last Online: Aug 2015 Show Printable Version Email this Page

Version: 3.0.17 Rating:
Released: 07-17-2005 Last Update: 08-16-2005 Installs: 5
Template Edits
 
No support by the author.

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:
  • It adds the user ID in the profile field
  • The Hack changes the way it displays posts per day.
  • It moves the "Forum Activity" and "Current Location" from the top of the profile page (in the Veiwing Profile: Username box) to the Forum Info.
  • You May gain extras through asking.

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>
Replace with 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> <br />Percentage of Posts on this forum belong to $userinfo[username]: <strong>$postpercentage%</strong>
That gives you the percent of forum posts in MEMBERINFO template with the same look to it. Don't foget to click install!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 08-16-2005, 09:30 PM
commTRU commTRU is offline
 
Join Date: May 2005
Location: Tyne and Wear, UK
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #13  
Old 08-16-2005, 09:57 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #14  
Old 08-16-2005, 10:06 PM
commTRU commTRU is offline
 
Join Date: May 2005
Location: Tyne and Wear, UK
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #15  
Old 08-16-2005, 10:10 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #16  
Old 08-16-2005, 10:46 PM
commTRU commTRU is offline
 
Join Date: May 2005
Location: Tyne and Wear, UK
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
This works perfectly.. I tell ya, I was tearing my hair out trying to make the profile page look better. So thankies very much!
Reply With Quote
  #17  
Old 08-16-2005, 10:51 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
That'll allow it to check to see if they have it filled in. That will also make it so that it doens't say:

Live Journal Account:
... nothing here

Your Welcome for the helpful tip.
Reply With Quote
  #18  
Old 08-21-2005, 02:20 AM
Mythotical Mythotical is offline
 
Join Date: Jun 2004
Location: Booneville, AR, USA
Posts: 1,428
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #19  
Old 08-21-2005, 01:36 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What, Show what in the postbit?
Reply With Quote
  #20  
Old 08-21-2005, 02:51 PM
Fallback Fallback is offline
 
Join Date: May 2005
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by King Kovifor
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>
That'll allow it to check to see if they have it filled in. That will also make it so that it doens't say:

Live Journal Account:
... nothing here

Your Welcome for the helpful tip.
I would also add rel="nofollow" in the href tag for SEO purposes.
Reply With Quote
  #21  
Old 08-21-2005, 04:46 PM
fade fade is offline
 
Join Date: Feb 2003
Location: oz
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:52 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04957 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete