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)

Bestrafung 09-02-2010 08:11 PM

I'm having an issue with adding Users to a Team. When I got to the main tournaments page then go to the teams list and click on the desired team the Add User to Team link just redirects back to the main forum home. Has anyone else had this issue or have an idea how to fix it?


Edit: I have discovered that this problem is being caused by Zoints SEO. Any ideas how to make it SEO friendly?

Bestrafung 09-03-2010 07:39 AM

I found the fix. I would recommend everyone apply this as even if you don't use Zoints SEO other products may behave strangely as well. The trick is to just make the link void. This may not be the best way to handle it but it works for us.

edit tmnt_displayteam and change this:
Code:

<if condition="$canmanageteams">
                        <li class="thead" style="float: right; align: right;" id="addplayer"><a href="#" onclick="toggle_visibility('addplayerdiv');" title="$vbphrase[tmnt_addteammember]">$vbphrase[tmnt_addteammember]</a></li>
                        </if>

to this:
Code:

<if condition="$canmanageteams">
                        <li class="thead" style="float: right; align: right;" id="addplayer"><a href="javascript:void(0);" onclick="toggle_visibility('addplayerdiv');" title="$vbphrase[tmnt_addteammember]">$vbphrase[tmnt_addteammember]</a></li>
                        </if>

As you can see the change is from href="#" to href="javascript:void(0);"

Hope this helps anyone else with this issue.

tommac3 09-25-2010 01:35 AM

Does this work with VB4?

MotMann 09-25-2010 07:02 AM

Quote:

Originally Posted by tommac3 (Post 2102915)
Does this work with VB4?

Does you use the searchfunction in this Forum?

bananalive 10-07-2010 09:38 PM

How many people are interested in a 3.x version of this modification?

PHATTPANTZ 10-08-2010 07:42 AM

I really would, can you clear your pm's as I want to send you some info if possible.

bananalive 10-10-2010 10:05 AM

Quote:

Originally Posted by PHATTPANTZ (Post 2108031)
I really would, can you clear your pm's as I want to send you some info if possible.

Try again now

Killerhands 10-11-2010 06:25 PM

I'd be very interested as well!

PHATTPANTZ 10-15-2010 09:26 AM

Quote:

Originally Posted by bananalive (Post 2108669)
Try again now

Sent PM

FreshFroot 11-14-2010 06:49 AM

Quote:

Originally Posted by bananalive (Post 2107888)
How many people are interested in a 3.x version of this modification?

ahhh? Isn't this a 3.x version already? Or did you mean 4.x?


All times are GMT. The time now is 12:48 PM.

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.03009 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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