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

Reply
 
Thread Tools
NGG - Clan Match Stats Details »»
NGG - Clan Match Stats
Version: 1.00, by betts02 betts02 is offline
Developer Last Online: Dec 2022 Show Printable Version Email this Page

Category: vBulletin Forum Sideblocks - Version: 4.0.5 Rating:
Released: 09-17-2010 Last Update: Never Installs: 11
Template Edits
Re-useable Code Translations  
No support by the author.

As vbulletin does not support clan match stats for clans

I have simply used HTML edits to show my stats
As you can see i have added an image and this is clickable to go to the match result thread

You can priview this here - Forum Block Match Stats

I must note this is all done manual and must be edited each time you wish to add a clan match result

OK here goes

Admin - Forums and moderators
Forum Blocks Manager
Add new forum block

Name : Match Stats
Active : Yes
Content Type : HTML
Content :

HTML Code:
<center><table border="1" bordercolor="#575757"  cellspacing="50" cellpadding="20" style="background-color:#161616;" width="240">
	<tr cellspacing="50" cellpadding="20">
		<td cellspacing="50" cellpadding="20">Date</td>
		<td>Game</td>
		<td>Opp</td>
		<td>Result</td>
		<td>Report</td>
	</tr>

	<tr>
		<td>Enter a date using only the date and month</td>
		<td>Enter a game</td>
		<td>Enter you opponents tag - best to keep this short</td>
		<td><font color="Colour of your choice">Enter your result</font></td>
		<td><a href="Link to the match result thread" target="_blank"><img src="Link to a small image"/></a> </td>

	</tr>

</table>
<p style="font-family:verdana,arial,sans-serif;font-size:10px;"></p></center>
Template block to use : block_html

Save

You can easily copy, paste and edit this each time to add more results
It is best to keep it to 5 so it does not become too big but thats your choice

NOTE

To keep this in order when you add an extra match, place this above the last match

So when you want to place a new match simply add

HTML Code:
	<tr>
		<td>Enter a date using only the date and month</td>
		<td>Enter a game</td>
		<td>Enter you opponents tag - best to keep this short</td>
		<td><font color="Colour of your choice">Enter your result</font></td>
		<td><a href="Link to the match result thread" target="_blank"><img src="Link to a small imagef"/></a> </td>

	</tr>
Above each other so the most resent result is at the top

I shall soon be letting you all know how i do this also - Match Stats Page

Enjoy



NOTE

Screen shot added, See below




UPDATE

Full page stats

Show Your Support

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

Comments
  #2  
Old 09-18-2010, 01:01 PM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please click installed if you use this

My next release shall be a downloadable read me file if nobody clicks install

I release these for free, many which i have paid to have done

cheers
Reply With Quote
  #3  
Old 09-19-2010, 01:29 AM
STORMS STORMS is offline
 
Join Date: Nov 2009
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Waiting for a screen shot first and will this run on 4.0.7?

I will definitely click "install" if I use it.

Thanks!
Reply With Quote
  #4  
Old 09-19-2010, 05:29 AM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Screen shot added

This should work on vb4.0 and above ?

Give it a try
Reply With Quote
  #5  
Old 09-19-2010, 10:00 AM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works Fine on 4.3 thanks Betts
Would you know what code to alter to use this for 1vs1 so i could add the both players tags and the result?
Reply With Quote
  #6  
Old 09-19-2010, 10:41 AM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As this is a sideblock you really are limited to the width so entering both players names would not work

If each player had a "TAG" of say 4 letters max it could work ?
Reply With Quote
  #7  
Old 09-19-2010, 11:05 AM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah see what you mean there mate thanks anyway!
Reply With Quote
  #8  
Old 09-19-2010, 11:21 AM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I also made this and shall release how i did it soon - http://www.nextgenerationgamers.co.u....php?pageid=16

Here you have more room to do what you need
Reply With Quote
  #9  
Old 09-19-2010, 11:53 AM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by betts02 View Post
I also made this and shall release how i did it soon - http://www.nextgenerationgamers.co.u....php?pageid=16

Here you have more room to do what you need

That would be great mate i will keep an eye out for this release too:up:
Reply With Quote
  #10  
Old 09-19-2010, 02:17 PM
warrior uw warrior uw is offline
 
Join Date: Sep 2010
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have installed but can not get the report image to work
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:55 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.04861 seconds
  • Memory Usage 2,312KB
  • Queries Executed 24 (?)
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
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete