![]() |
Admin/Mods exempt from character limit....
does anyone know how to make admin/mods exempt from the character limit when starting new threads and replying to threads?
I need the team members to be able to post large posts but everyone else not be able to thanks in advance for any help offered |
Yes, that is fairly easy to do. Give me a few minutes and I will try to get something together for you.
|
In newreply.php and newthread.php find:
Code:
$message = stripsession($message); Code:
$message = stripsession($message); Code:
eval("dooutput(\"".gettemplate("newreply")."\");"); Code:
if ($bbuserinfo['usergroupid']==6) {$postmaxchars=10000000;} Code:
eval("dooutput(\"".gettemplate("newthread")."\");"); Code:
($bbuserinfo['usergroupid']==6) {$postmaxchars=10000000;} |
|
Quote:
|
Quote:
|
thank you very much
|
All times are GMT. The time now is 04:42 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|