## 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
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