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

Reply
 
Thread Tools
Show Users System Specs Details »»
Show Users System Specs
Version: 1.00, by SnowBot SnowBot is offline
Developer Last Online: Oct 2016 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 10-05-2005 Last Update: 10-06-2005 Installs: 193
Template Edits
 
No support by the author.

This is my first template mod released here so i hope you like it. I have been asked many times for this as its a nice funky feature so here you go.

What is it?
Well this mod will enable your members to input their system info via the usercp edit options page and have them display in a nice menu in the postbit. It is run by conditionals so they do not have to have it if they dont want to. Default is set to off.

What does it look like?
See screenshots

Dont forget to click INSTALL

Snowy @ www.synergyforums.com

Show Your Support

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

Comments
  #52  
Old 04-02-2006, 01:36 PM
Deep-X Deep-X is offline
 
Join Date: Mar 2006
Location: Southern New Jersey
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I edited my code as well seems fairly simple but it still doesnt show up.

www.global-fortress.com


PHP Code:
<!--System Specs-->
<
div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
    <
table cellpadding="4" cellspacing="1" border="0">

<
td class="thead" >My System Information</td>

<if 
condition="$post[field8]"><tr><td class="vbmenu_option"><b>CPU:</b>"$post[field8]"</td></tr></if>

<if 
condition="$post[field9]"><tr><td class="vbmenu_option"><b>Mainboard:</b>"$post[field9]"</td></tr></if>

<if 
condition="$post[field10]"><tr><td class="vbmenu_option"><b>Mem:</b>"$post[field10]"</td></tr></if>

<if 
condition="$post[field11]"><tr><td class="vbmenu_option"><b>HDD:</b>"$post[field11]"</td></tr></if>

<if 
condition="$post[field12]"><tr><td class="vbmenu_option"><b>Video:</b>"$post[field12]"</td></tr></if>

<if 
condition="$post[field13]"><tr><td class="vbmenu_option"><b>Sound:</b>"$post[field13]"</td></tr></if>

<if 
condition="$post[field14]"><tr><td class="vbmenu_option"><b>OS:</b>"$post[field14]"</td></tr></if>

        </
table>
    </
div>
<!--/
System Specs--> 
PHP Code:
<!--System Specs-->
<
br />
<if 
condition="$post['field7'] == YES"
<
div id="sysinfo_$post[postid]align="left" class="info" nowrap>
<
a href="#sysinfo"><b>My System</b> </a><script type="text/javascript"vbmenu_register("sysinfo_$post[postid]"); </script></div></if>
<
br />
<!--/
System Specs--> 
Reply With Quote
  #53  
Old 04-02-2006, 10:32 PM
Deep-X Deep-X is offline
 
Join Date: Mar 2006
Location: Southern New Jersey
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well noticed that I was only editing postbit legacy i edited both postbit.
Reply With Quote
  #54  
Old 04-04-2006, 05:00 PM
ogden2k's Avatar
ogden2k ogden2k is offline
 
Join Date: Apr 2003
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anyway to get this to work with multiple selection? It shows numbers instead of the actual text. Also, is it possbile for it to pull properly for multiple lines?
Reply With Quote
  #55  
Old 04-15-2006, 12:42 AM
NR Fatal NR Fatal is offline
 
Join Date: Mar 2006
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NR Fatal
anyway to change the look of this? I need to get rid of the "white box" look.
can anyone help me?
Reply With Quote
  #56  
Old 05-08-2006, 03:09 AM
JD45 JD45 is offline
 
Join Date: Feb 2006
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by majorj0nny
uughh .... after muchj messing about - you have to actually have the option set to view virtical postbits in vbulletin options in the admin cp... even though my boards use virtical postbits even though this option was set to NO.
Yep, that was my problem and all works well now.
Reply With Quote
  #57  
Old 05-14-2006, 09:26 PM
Sovereign Sovereign is offline
 
Join Date: Apr 2004
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look at what's happening, how do I change the background to match my style?


LOL, same thing as NR Fatal....help us please!

More LOL, he's using the same stle as me, I recognize the Online Icon, it's Heavy Metal....
Reply With Quote
  #58  
Old 05-23-2006, 03:57 PM
MustangLisa's Avatar
MustangLisa MustangLisa is offline
 
Join Date: May 2004
Location: Florida
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, this is cool. I am going to change it to be used for Car Specs on my Black Mustang Club site. Should be pretty cool.
Reply With Quote
  #59  
Old 05-24-2006, 04:18 AM
Buczilla Buczilla is offline
 
Join Date: Jun 2003
Location: St. Petersburg, FL
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome - I modified this a bit to use with the Arcade Awards. This is exactly what I needed. Works great!
Reply With Quote
  #60  
Old 05-24-2006, 11:09 AM
Blackbeard Blackbeard is offline
 
Join Date: Mar 2003
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to change the link My System and the drop down to an image - like a PC icon, so when click on the image icon your state show
Reply With Quote
  #61  
Old 05-28-2006, 11:44 AM
Nachtfalke Nachtfalke is offline
 
Join Date: Apr 2006
Location: Germany
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice Idea. I would suggest it would be good, if there would be an option to somehow "Group" these Profile Fields an add a few senteces to describe the reason why users should add these Fields (for Example a better support etc.). I am not really a coder, so i dont know if it is to realize.
Greetings from Germany.
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 07:14 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.11913 seconds
  • Memory Usage 2,332KB
  • 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_php
  • (2)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