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
  #102  
Old 03-11-2010, 04:21 AM
rzoned rzoned is offline
 
Join Date: May 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So i have it installed, But I can't see it on register is there any way i can see it on register?

EDIT:

In fact I can't even get it to show on the post...I am new to this would someone please help me?
Reply With Quote
  #103  
Old 03-12-2010, 10:57 AM
Barteh Barteh is offline
 
Join Date: Aug 2006
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I bet it's this one (two posts up from yours):
Quote:
Originally Posted by Barteh View Post
"Can View Private Custom Fields" needs to be set to 'yes' for any usergroup you want to be able to view the postbit /postbit legacy system specs.
Reply With Quote
  #104  
Old 03-14-2010, 11:05 PM
rzoned rzoned is offline
 
Join Date: May 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Barteh View Post
I bet it's this one (two posts up from yours):
Is there anyway to make this work with vb4? just curious.
Reply With Quote
  #105  
Old 03-20-2010, 04:55 PM
strudinox's Avatar
strudinox strudinox is offline
 
Join Date: Mar 2010
Location: California
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would also like this for VB4. Thanks!!!
Reply With Quote
  #106  
Old 03-28-2010, 07:43 PM
Sworm Sworm is offline
 
Join Date: Feb 2008
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, should be great to have this in vb4 too.
Reply With Quote
  #107  
Old 06-08-2010, 10:20 AM
Markospace Markospace is offline
 
Join Date: May 2009
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any one?
Reply With Quote
  #108  
Old 07-27-2010, 08:29 AM
xbrian88 xbrian88 is offline
 
Join Date: Jul 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

news for vbulletin 4.0??
Reply With Quote
  #109  
Old 09-15-2010, 01:17 PM
Devil_Dog Devil_Dog is offline
 
Join Date: Jan 2010
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xbrian88 View Post
news for vbulletin 4.0??
Would like to know as well.
Reply With Quote
  #110  
Old 10-16-2010, 08:12 AM
Blade-uk Blade-uk is offline
 
Join Date: Nov 2003
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone?

Really want this for mine and im on VB 4.0.7

Andy
Reply With Quote
  #111  
Old 10-23-2010, 09:56 PM
cloferba cloferba is offline
 
Join Date: Apr 2009
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i dont know how to create the table...but now i will write what i have written and show the information on vbulletin4:

Code:
<!--System Specs-->
<vb:if condition="$post['fieldX']=YES"> 
vb:if condition="$post['field8']"><tr><td class="vbmenu_option"><b>CPU:</b> {vb:raw post.field8}</td></tr></vb:if>
<br>
<vb:if condition="$post['field9']"><tr><td class="vbmenu_option"><b>Mainboard:</b> {vb:raw post.field9}</td></tr></vb:if>
<br>
<vb:if condition="$post['field10']"><tr><td class="vbmenu_option"><b>Mem:</b> {vb:raw post.field10}</td></tr></vb:if>
<br>
<vb:if condition="$post['field11']"><tr><td class="vbmenu_option"><b>HDD:</b> {vb:raw post.field11}</td></tr></vb:if>
<br>
<vb:if condition="$post['field12']"><tr><td class="vbmenu_option"><b>Video:</b> {vb:raw post.field12}</td></tr></vb:if>
<br>
<vb:if condition="$post['field13']"><tr><td class="vbmenu_option"><b>Sound:</b> {vb:raw post.field13}</td></tr></vb:if>
<br>
<vb:if condition="$post['field15']"><tr><td class="vbmenu_option"><b>OS:</b> {vb:raw post.field15}</td></tr></vb:if>
<br>
</vb:if>
<!--/System Specs-->
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 09:17 AM.


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.06191 seconds
  • Memory Usage 2,305KB
  • 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
  • (1)bbcode_code
  • (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
  • (3)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