Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-26-2012, 06:33 PM
mrcrx mrcrx is offline
 
Join Date: Jun 2004
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default What mod is this?

I would like to add this to my vb 4.1.10 forum. I attached a screen shot. Is it available?
Attached Images
File Type: jpg new members.jpg (45.1 KB, 0 views)
Reply With Quote
  #2  
Old 02-26-2012, 07:11 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

post forum link where you got this screenshot from
Reply With Quote
  #3  
Old 02-26-2012, 07:19 PM
mrcrx mrcrx is offline
 
Join Date: Jun 2004
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

honda-tech.com Click on register
Reply With Quote
  #4  
Old 02-26-2012, 07:56 PM
Kraxell's Avatar
Kraxell Kraxell is offline
 
Join Date: Jun 2010
Location: Germany
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Think its a simple table, not a specialy mod.
Reply With Quote
  #5  
Old 02-26-2012, 10:54 PM
mrcrx mrcrx is offline
 
Join Date: Jun 2004
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kraxell View Post
Think its a simple table, not a specialy mod.
I seen the same thing on another site as well. How hard is it to create a table like that?
Reply With Quote
  #6  
Old 02-27-2012, 11:59 AM
Kraxell's Avatar
Kraxell Kraxell is offline
 
Join Date: Jun 2010
Location: Germany
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not really hard ^^

HTML Code:
<table class="tborder" align="center" width="70%" cellspacing="1" cellpadding="6" border="0">
<tbody>
<tr class="thead">
<td colspan="3">
<em style="font-weight:bold;">Become a part of the Honda-Tech Community Today!</em>
</td>
</tr>
<tr class="thead" align="center">
<td width="34%">MEMBERSHIP OPTIONS</td>
<td width="33%">Trial User</td>
<td width="33%">Registered User - Full User</td>
</tr>
<tr class="alt1">
<td class="thead" align="center">
<strong>User Title</strong>
</td>
<td align="center" style="color:#66727E; font-weight:bold;">Trial User</td>
<td align="center" style="color:#AD0F00; font-weight:bold;">Honda-Tech Member</td>
</tr>
<tr class="alt2">
<td class="thead" align="center">
<strong>Profile Picture</strong>
</td>
<td align="center" style="color:#66727E; font-weight:bold;">100x100 (No Animation)</td>
<td align="center" style="color:#AD0F00; font-weight:bold;">600x400</td>
</tr>
<tr class="alt1">
<td class="thead" align="center">
<strong>Avatar Size</strong>
</td>
<td align="center" style="color:#66727E; font-weight:bold;">80x80</td>
<td align="center" style="color:#AD0F00; font-weight:bold;">100x100</td>
</tr>
<tr class="alt2">
<td class="thead" align="center">
<strong>Signature</strong>
</td>
<td align="center" style="color:#66727E; font-weight:bold;">Maximum 3 Lines</td>
<td align="center" style="color:#AD0F00; font-weight:bold;">Maximum 3 Lines</td>
</tr>
<tr class="alt1">
<td class="thead" align="center">
<strong>Private Message Storage</strong>
</td>
<td align="center" style="color:#66727E; font-weight:bold;">3</td>
<td align="center" style="color:#AD0F00; font-weight:bold;">
500
<br>
Send up to 20 PM's at once
</td>
</tr>
<tr class="alt2">
<td class="thead" align="center">
<strong>Gallery Photos</strong>
</td>
<td align="center" style="color:#66727E; font-weight:bold;">Can View Other's Albums</td>
<td align="center" style="color:#AD0F00; font-weight:bold;">Upload 100 pics</td>
</tr>
<tr class="alt1">
<td class="thead" align="center">
<strong>File Attachments</strong>
</td>
<td align="center" style="color:#66727E; font-weight:bold;">Unlimited</td>
<td align="center" style="color:#AD0F00; font-weight:bold;">Unlimited</td>
</tr>
<tr class="alt2">
<td class="thead" align="center">
<strong>Social Groups</strong>
</td>
<td align="center" style="color:#66727E; font-weight:bold;">No</td>
<td align="center" style="color:#AD0F00; font-weight:bold;">Join, create, edit, manage Social Groups</td>
</tr>
<tr class="alt1">
<td class="thead" align="center">
<strong>Exclusive Forum Access</strong>
</td>
<td align="center" style="color:#66727E; font-weight:bold;">No</td>
<td align="center" style="color:#AD0F00; font-weight:bold;">
Yes
<br>
Access to Honda-Tech Marketplace
</td>
</tr>
<tr class="alt1">
<td class="thead" align="center">
<strong>Membership Fee</strong>
</td>
<td align="center" style="color:#66727E; font-weight:bold;">Free **Users are promoted to Full Users after 15 days of registration and 5 posts</td>
<td align="center" style="color:#AD0F00; font-weight:bold;">Free</td>
</tr>
<tr class="thead" align="center">
<td>&nbsp;</td>
<td>
<a href="register.php?registration_type=-1">
<strong>SIGN-UP</strong>
</a>
</td>
<td>
<strong>15 Days &amp; 5 Posts</strong>
</td>
</tr>
</tbody>
</table>
Reply With Quote
  #7  
Old 02-27-2012, 01:24 PM
vietkool vietkool is offline
 
Join Date: Jun 2005
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the mod or I called it the "index mod" that I got from this website http://vietdongtam.net (showed on the left side) . it's not a register table. It's seem like the index that show all the forums on the front page
Reply With Quote
  #8  
Old 02-27-2012, 01:39 PM
Kraxell's Avatar
Kraxell Kraxell is offline
 
Join Date: Jun 2010
Location: Germany
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its easier to add the table above the register-content and finish.

/Edit
vietkool, your in wrong topic
Reply With Quote
  #9  
Old 02-28-2012, 07:23 PM
mrcrx mrcrx is offline
 
Join Date: Jun 2004
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow, thank you. Now where do I place this code. running 4.1.10
Reply With Quote
  #10  
Old 02-28-2012, 07:30 PM
Kraxell's Avatar
Kraxell Kraxell is offline
 
Join Date: Jun 2010
Location: Germany
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mhm...Where do you want it?

At register-page or on an other place?
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 08:10 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.06869 seconds
  • Memory Usage 2,289KB
  • Queries Executed 12 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete