Customizing SMF > Modifications and Packages

Adk Topic Private

<< < (3/10) > >>

Adk-Team:
user demo please!
to test

Adk-Team:
Test ..

Search in file .sources/post.php:

--- Code: --- if (!empty($_REQUEST['private']))
{
$new = (int) $_POST['private'];
$smcFunc['db_query']('','

--- End code ---

Replace with:

--- Code: --- if (isset($_REQUEST['private']))
{
$new = (int) $_POST['private'];
$smcFunc['db_query']('','

--- End code ---

Adk-Team:
Perfect!

Thank you both for reporting the problem!  ;)

watchhorse:
Are there permissions by membergroup?
Can it be that only the moderators can make it private?

Adk-Team:
It is designed for the next version.

For now you can not.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version