vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   VbTeams/Clubs Hack (https://vborg.vbsupport.ru/showthread.php?t=72448)

gnawph 02-04-2005 07:09 AM

Should I be the first to install? Looks like it. ;)

Wish me luck!

Eagle Creek 02-04-2005 08:51 PM

Can you give permissions based on team-membership? So when you are a member of team A c you can have access granted or denied to other sections than normal users?

Can you send your whole team mail and stuff like that?

kevinnguyen 02-04-2005 10:09 PM

so how is it gnawph?
any demo?

miz 02-04-2005 11:52 PM

Send maill to all of team members in currectly not a featue
but it will be

in order to be part of team user must be registed
thats
no need to be a usergroup based cuse its teams besed premissions

Amavisca 02-05-2005 03:35 AM

I cant find this in the installation.
Quote:

root/newreply.php
==================

FIND :
if (($tview = fetch_bbarray_cookie('thread_lastview', $threadinfo['threadid'])) != $threadinfo['lastpost'])
{
$url = "showthread.php?$session[sessionurl]p=$newpost[postid]&posted=1#post$newpost[postid]";
}
else
{
$url = "showthread.php?$session[sessionurl]p=$newpost[postid]#post$newpost[postid]";
}

REPLACE WITH :

if (($tview = fetch_bbarray_cookie('thread_lastview', $threadinfo['threadid'])) != $threadinfo['lastpost'])
{
if ($foruminfo['teamid'] == $bbteaminfo['teamid'])
{
$url = "teamprivtearea.php?$session[sessionurl]teamid=$bbteaminfo[teamid]&do=showthread&p=$newpost[postid]&posted=1#post$newpost[postid]";
} else {
$url = "showthread.php?$session[sessionurl]p=$newpost[postid]&posted=1#post$newpost[postid]";
}
}
else
{
if ($foruminfo['teamid'] == $bbteaminfo['teamid'])
{
$url = "teamprivtearea.php?$session[sessionurl]teamid=$bbteaminfo[teamid]&do=showthread&p=$newpost[postid]#post$newpost[postid]";
} else {
$url = "showthread.php?$session[sessionurl]p=$newpost[postid]#post$newpost[postid]";
}
}

miz 02-05-2005 02:06 PM

supuse to be around line 245

Amavisca 02-09-2005 03:38 AM

Quote:

Originally Posted by miz
supuse to be around line 245

Hi miz!
I just finish installed your hack, Everything is working fine so far however I have 1 small problem. When some member apply to join the team, the team leader did click acept it but the member who join still not show up as a member of the team (or when team leader invite some member, the member never got a pm ).

I am not sure what did I do wrong. Mayb you can help me out ? ( I will pm my board and a test account so you can know what I mean)

TunerNetwork 02-09-2005 03:23 PM

anyone able to get this hack to work properly, if so, please msg me , i need some help with it.

WotC_Mel 02-09-2005 10:23 PM

Is the "team words" in the screen shot mean to hold News for the team put their by the team leader?

-Melanie

MD_Hacker 02-09-2005 10:54 PM

Quote:

Originally Posted by Amavisca
Hi miz!
I just finish installed your hack, Everything is working fine so far however I have 1 small problem. When some member apply to join the team, the team leader did click acept it but the member who join still not show up as a member of the team (or when team leader invite some member, the member never got a pm ).

I am not sure what did I do wrong. Mayb you can help me out ? ( I will pm my board and a test account so you can know what I mean)

If its based upon the first version , when the Leader of the club accepts you , your added to the poll system.Which gives you 2 options.1) Let members Vote on them or 2) click on that admin tab that says add(In Poll sys).


All times are GMT. The time now is 01:08 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.01267 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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