Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Additional Section within Profile and Dropdown within Posts Details »»
Additional Section within Profile and Dropdown within Posts
Version: 2.0.0, by Wired1 Wired1 is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 10-18-2005 Last Update: 10-18-2005 Installs: 52
Uses Plugins Template Edits
Code Changes Is in Beta Stage  
No support by the author.

Link to 3.6.0 version:
https://vborg.vbsupport.ru/showthread.php?t=123254

This hack builds upon my Extra Profile Fields Page hack. This template mod lets you take the extra fields from that hack and places them within a dropdown that sits below the user's title within each post, as well as replaces the Group Memberships area with a listing of only these specs. The EFP hack is basically the entry form for the data that's manipulated in this hack. Please check out the pics at the EFP hack link to get the full idea.

In my case, it is used for PC specs (and as you will see the instructions are tailored towards this), however it can be easily used for parts or specifications of almost anything (car parts for example).

An example is shown here:
http://www.houseofhelp.com/v2/showthread.php?t=39826

Example of user profile with specs:
http://www.houseofhelp.com/v2/member.php?userid=15


# of plugin hooks: 1
# of php page edits: 1 (just 1 line to add the custom hook line into member.php)
# of template edits: 3
# of phrase edits: 1


An admin section will eventually be done for this, as well as extra areas to place the new specs within. Because this is based upon the EFP hack, the upgrades in functionality to this hack will depend on the EFP hack's upgrades. In otherwords, staggered upgrades. Other functionality has been recommended and will be added at a later date. Any suggestions are appreciated.

Don't forget to hit INSTALL!

Also, please post where you've installed this, as I'd like to see how people are using it. That'll help me think of new ways to add to it aside from my own needs for this hack. Or if guests can't see the effects, then please post a pic.

Show Your Support

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

Comments
  #22  
Old 12-01-2005, 07:32 PM
rootnik rootnik is offline
 
Join Date: Jun 2002
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wired1
glad to hear! Going to try to lay out some framework for some new features this weekend.
Any way to have the pulldown table in the postbit build itself dynamically? Instead of editing the postbit every time there is a new extra field added...

Thats my only request

Installed at http://friendcodes.com/forums

friendcodes are the Nintendo DS version of Xbox's gamer tags for online play (except each game gives you a different code). People were driving me crazy with the sloppy sigs, you code cleans things up allot.
Reply With Quote
  #23  
Old 12-01-2005, 07:59 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's mine: http://www.metalgearforum.net/profile.php?do=extra

By the way, it says that you have updated the hack today. What's new in this version?
Reply With Quote
  #24  
Old 12-01-2005, 08:13 PM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

rootnik:
Yeah, I'd like that as well! Just gotta figure out how to do that. Can't say I completely understand how the templates work with the php pages, as they both call each other at times I think. Odd recursive loop in logic almost. Haven't looked at the updated documentation yet though.

Aftermath:
That link only works for members of the forum.
Nothing new, just updated the top post with that last paragraph.
Reply With Quote
  #25  
Old 12-01-2005, 08:51 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah I know that so either you have to register on the forum or use the test account (test/test).
Reply With Quote
  #26  
Old 01-04-2006, 11:16 AM
steven s's Avatar
steven s steven s is offline
 
Join Date: Aug 2004
Location: Greenville, SC
Posts: 572
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working for all users.
When I look at the html source all I see for the ones who are not working is

HTML Code:
<!-- post specs_menu -->
<!-- / post specs_menu -->
Working postbits show
HTML Code:
<!-- post specs_menu -->
<div class="vbmenu_popup" id="specs_47172_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">Username's Garage</td>

	</tr>
		<tr><td class="vbmenu_option">Year: 1997</td></tr>
		<tr><td class="vbmenu_option">Model: Active</td></tr>
		<tr><td class="vbmenu_option">Color: Hellrot/Bright Red</td></tr>
		<tr><td class="vbmenu_option">Modifications: Cone Air Filter, Sparco 8.5MM Plug Wires, E30 M3 Three Spoke Steering Wheel, H&amp;R Springs, Koni Front</td></tr>
</table>
</div>
<!-- / post specs_menu -->
Reply With Quote
  #27  
Old 01-04-2006, 12:28 PM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you use the conditional for the first field at all? Can you post a thread link that has both a working one and non working one?

There's nothing in the code aside from the optional conditional that would cause it to work for some and not for others.
Reply With Quote
  #28  
Old 01-04-2006, 04:52 PM
steven s's Avatar
steven s steven s is offline
 
Join Date: Aug 2004
Location: Greenville, SC
Posts: 572
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wired1
Did you use the conditional for the first field at all? Can you post a thread link that has both a working one and non working one?

There's nothing in the code aside from the optional conditional that would cause it to work for some and not for others.
http://www.318ti.org/forum/showthread.php?t=8325
3rd post down shows the missing information.
At this time few people have any info. I can find no pattern to the problem.
Eventually I will make a condition if there is no information to not even post the extra fields. Then maybe a link to the profile section for the user.
Something like, your garage is empty, go here to update your garage.

But first I want to be sure it's working properly.
Thanks.

Edit: You're right. I went back to the postbit template and I had the wrong field number. :tired:
And it figures, vBulletin is now 3.5.3.
Reply With Quote
  #29  
Old 01-04-2006, 05:40 PM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

3.5.3? aaahhhhh damnit. gotta update forums again.

I had just signed up for a membership there to t/s this, lol. Feel free to delete the Wired member, don't drive a BMW

FYI, it won't show the blank extra fields if they're not filled out. At the House of Help, I've got it set up w/ that conditional on the first field so that if someone doesn't specify what motherboard they have, the whole dropdown doesn't show up.
Reply With Quote
  #30  
Old 01-04-2006, 10:16 PM
steven s's Avatar
steven s steven s is offline
 
Join Date: Aug 2004
Location: Greenville, SC
Posts: 572
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wired1
3.5.3? aaahhhhh damnit. gotta update forums again.
That is for the weekend. I'll just use the plugin for now.

My members really like the mod. Thanks!
Reply With Quote
  #31  
Old 01-05-2006, 12:54 AM
steven s's Avatar
steven s steven s is offline
 
Join Date: Aug 2004
Location: Greenville, SC
Posts: 572
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to make one line taller?
For instance, my modification line doesn't fit all of the information.
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 01:48 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.10096 seconds
  • Memory Usage 2,320KB
  • 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
  • (2)bbcode_html
  • (3)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
  • (4)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