vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Show Thread Enhancements - Private Debates (https://vborg.vbsupport.ru/showthread.php?t=122897)

apokphp 08-04-2006 12:14 AM

Excellent feature...especially considering that my site is a full on debate site: www.onlinedebate.net ;)

However, it's currently working for RC3...is it also working fine for gold?

Tyegurl 08-04-2006 01:06 AM

nice idea!! will put this in favorites and wait the need to arise

bada_bing 08-04-2006 02:43 AM

Nice hack,,, A couple request..

Usergroups permissions
usernames instead of userId's this is easier to understand for a typical user.

SiriusBlack22 08-04-2006 07:33 PM

Good hack, but there are loads of misspellings. I still love it though!

INSTALL!

SiriusBlack22 08-04-2006 07:34 PM

Oh and bada_bing took the words out of my mouth.

FleaBag 08-05-2006 06:48 PM

I just realised, you can ignore my last request. That is, unless I misunderstand.

Is it the mod of the forum who can view the Private Threads or is it a member of the moderator usergroup? If the former is true then I will just not assign a mod to the forum.

cavyspirit 08-05-2006 08:21 PM

I use vbSEO and you don't see the userid # ANYWHERE! I was about to install this and realized I have no way of telling my members how to get to the user number.

Any chance you are going to upgrade this real quick? I really really need user names and strongly need the ability to allow or block by user group.

cavyspirit 08-05-2006 08:22 PM

Also, agree it would be ideal to have the thread originator or moderators add or remove people from the thread once it's going.

Those three things are pretty necessary to make this usable--which would be great!

Ghanem 08-10-2006 01:00 PM

## Some replies are my own openion. ##

Quote:

Originally Posted by paul41598
Most people wouldnt be able to find a userid since its not default shown

This would solve it..
in templates postbit and postbit legacy, look for:
PHP Code:

<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> 

Add below
PHP Code:

<div>$vbphrase[userid]: $post[userid]</div

in template memberinfo, look for:
PHP Code:

<if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if> 

add below
PHP Code:

<if condition="$userinfo['userid']"><div class="smallfont">$vbphrase[userid]: $userinfo[userid]</div></if> 

this will show the useID of the members, its much easier than copying usernames, specially concedring special charachters and non-English languages..

Quote:

Originally Posted by FleaBag
Is it possible for you to enable the thread starter the ability to add or remove debaters?

I think its better to be up to the mod or admin so the debater retreat if he is not strong enough to debate..

Quote:

Originally Posted by apokphp
However, it's currently working for RC3...is it also working fine for gold?

Yes it is

Quote:

Originally Posted by bada_bing
usernames instead of userId's this is easier to understand for a typical user

Added solution above..

Quote:

Originally Posted by bada_bing
but there are loads of misspellings.

My mistake :confused:

Quote:

Originally Posted by FleaBag
Is it the mod of the forum who can view the Private Threads or is it a member of the moderator usergroup? If the former is true then I will just not assign a mod to the forum

Every body can view the thread, only forum mode, admin and added debaters can reply, in addition of course to the thread starter..

Regards

Phaedrus 08-10-2006 11:00 PM

Installed and working... Thanks for the Userid upgrade on the fly!


All times are GMT. The time now is 01:00 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.01098 seconds
  • Memory Usage 1,748KB
  • 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
  • (4)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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