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)

neverstop 07-08-2009 05:05 AM

having trouble with avatars in the tournament comments

the avatsr url has /thumbs in it ie: customavatars/thumbs/avatar23_2.gif

I tried removing "/thumbs from thisline:

PHP Code:

$comment['avatarurl'] = $vbulletin->options['avatarurl'] . ($thumb '/thumbs' '') . "/avatar{$comment['userid']}_{$comment['avatarrevision']}.gif"


but it had no effect.

wAnBoA 07-09-2009 06:20 AM

Is it possible to add members to the ladder and edit their wins manually?

shane greer 07-11-2009 06:40 PM

Quote:

Originally Posted by bananalive (Post 1843849)
Ahh, i know where you mean.

Where does the link point to?

The contents of the pm is defined in the template: tmnt_ladder_chalpm

the link points to the correct location but has it all in lower case when my address has capitals in it.

How do I change that?

$title. Click /ladders.php?do=challenges]here to view all your challenges.

This is whats in the tmnt_ladder_chalpm how do I change that.

bananalive 07-12-2009 09:56 AM

Quote:

Originally Posted by neverstop (Post 1844961)
having trouble with avatars in the tournament comments

the avatsr url has /thumbs in it ie: customavatars/thumbs/avatar23_2.gif

I tried removing "/thumbs from thisline:

PHP Code:

$comment['avatarurl'] = $vbulletin->options['avatarurl'] . ($thumb '/thumbs' '') . "/avatar{$comment['userid']}_{$comment['avatarrevision']}.gif"

but it had no effect.

You are editing the correct line

Change:
PHP Code:

$comment['avatarurl'] = $vbulletin->options['avatarurl'] . ($thumb '/thumbs' '') . "/avatar{$comment['userid']}_{$comment['avatarrevision']}.gif"

To:
PHP Code:

$comment['avatarurl'] = $vbulletin->options['avatarurl'] .  "/avatar{$comment['userid']}_{$comment['avatarrevision']}.gif"


bananalive 07-12-2009 09:57 AM

Quote:

Originally Posted by wAnBoA (Post 1845600)
Is it possible to add members to the ladder and edit their wins manually?

You cannot add members to the ladder. But you can add ladder challenges and submit the score.

bananalive 07-12-2009 09:58 AM

Quote:

Originally Posted by shane greer (Post 1847107)
the link points to the correct location but has it all in lower case when my address has capitals in it.

How do I change that?

$title. Click /ladders.php?do=challenges]here to view all your challenges.

This is whats in the tmnt_ladder_chalpm how do I change that.

Replace $vboptions[bburl] with the correct url to your forum

eg.

HTML Code:

$title. Click [url=hhtp://yourForumUrl.com/forum/ladders.php?do=challenges]here[/url] to view all your challenges.

commoncents 07-12-2009 09:42 PM

Reposting this just in case you missed it (or if you don't care lol)

Quote:

Originally Posted by commoncents (Post 1843027)
ok cool. as long as there is a way to overwrite someone who doesn't report i'm happy.

What about calculating averages? For example, I'll be using this for football games. Is there a way for you to calculate the averages of multiple games played . For instance if I play 3 games and score 30 points total in all 3, my average will be 10 points a game. This would be fun to allow users to see, who scores the most. Who has the best D, etc ,etc. you could allow the admin to determine what stats users must enter. and only the winner would have to enter the stats.


BlueNinjaGo 07-13-2009 03:51 PM

I deleted a test tournament, but it still affects the stats. Is there anyway of fixing that?

fernas 07-13-2009 10:59 PM

It is possible subcategories?

Firedshot 07-14-2009 08:14 PM

Hi, I've been trying to get this to work for hours now and i've given up for the night now. I've installed with out problems and i can access the .php's if i type them in but there is no navi option for it and i don't have permission to use the plug nore do i have the option in user group to turn it on for anyone? it's just not in the options although all area's apear to be installed correctly?


All times are GMT. The time now is 05:20 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.03294 seconds
  • Memory Usage 1,762KB
  • 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
  • (1)bbcode_html_printable
  • (4)bbcode_php_printable
  • (5)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