vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - Forum Tournaments & Ladders (https://vborg.vbsupport.ru/showthread.php?t=189375)

john102774 09-24-2008 07:01 PM

Quote:

Originally Posted by bananalive (Post 1629457)
Sorry you are doing it right, it was mistake in a template

Find in template tmnt_cmptlms_top
HTML Code:

<td class="alt1"><b>Score</b></td>
Replace with
HTML Code:

<td class="alt1"><b>$vbphrase[tmnt_score]</b></td>

Excellent Mod indeed, Thanks Bananalive! :up:

It was well worth the wait. :)

gamerscms 09-24-2008 07:02 PM

Great work, once this is finished we would like some custom paid work on this depending if it is needed, the way you are going it does not look like it will.

thanks a lot :D

Also on the tag in the team edit a space between the tag and name on the team page would be great.

also able to add a image to the tournament listing of each tournament going on. COD4,Halo and so forth.

A place to change the default images of the Tournament Details without messing with the defaults from the forums.

gamerscms 09-24-2008 07:16 PM

New error found, time is not updating when you click edit in tournament details.

Code:

Could not find phrase ''.
Code:

Warning: Wrong parameter count for str_replace() in [path]/tournament.php on line 754
also when you check the PM View all Tournaments Here you have made a error in the http://

Code:

http://\"http//[/COLOR]www.xboxhive.co.uk/forums/tournament.php\"

bananalive 09-24-2008 07:25 PM

Quote:

Originally Posted by gamerscms (Post 1629475)
New error found, time is not updating when you click edit in tournament details.

Code:

Could not find phrase ''.
Code:

Warning: Wrong parameter count for str_replace() in [path]/tournament.php on line 754

Sorry, count in str_repace() is not compatabile with PHP 4

Find in tournament.php
PHP Code:

            $hour str_replace(".5"""$hour$count);
            if (
$count == 1) { 

Replace with
PHP Code:

            $hourb str_replace(".5"""$hour);
            if (
$hourb != $hour) { 

I don't have that error with the PM, have you edited the templates? Are you using PM tournament details to self or PM all competitors?

gamerscms 09-24-2008 07:38 PM

Im testing the PM all Competitors and when i click to view the tournaments link i get the above error.

no edits have been made.

thanks the the time fix.

bananalive 09-24-2008 07:53 PM

Quote:

Originally Posted by gamerscms (Post 1629496)
Im testing the PM all Competitors and when i click to view the tournaments link i get the above error.

Find in tournament.php
HTML Code:

$message = addslashes($description);
Replace with
PHP Code:

$message $description


gamerscms 09-24-2008 07:58 PM

Works perfect :)

Thanks a lot, did you see my requests that would be great to see in this?

Chris11987 09-24-2008 08:12 PM

Great job, banalive. I'll install and play around with the new version shortly.

bananalive 09-24-2008 08:17 PM

Quote:

Originally Posted by gamerscms (Post 1629510)
Works perfect :)

Thanks a lot, did you see my requests that would be great to see in this?

Cool. Yes I have. (So far in v2.4 I've fixed above glitches and added team logos.)

gamerscms 09-24-2008 08:26 PM

Thanks a lot i will have more ideas for you tomorrow :p

Donation of ?10.00 sent i do hope you keep this updated it is a great hack.

Lets hope more send some ??? :)


All times are GMT. The time now is 02:54 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02704 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (3)bbcode_html_printable
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete