Przeglądaj źródła

会员投稿默认不审核

tags/6.2.7
叙述、别离 1 rok temu
rodzic
commit
ddd61fd2f8
9 zmienionych plików z 10 dodań i 8 usunięć
  1. +1
    -1
      src/user/album_add.php
  2. +1
    -1
      src/user/album_edit.php
  3. +1
    -1
      src/user/archives_add.php
  4. +1
    -1
      src/user/archives_edit.php
  5. +1
    -1
      src/user/archives_sg_add.php
  6. +1
    -1
      src/user/archives_sg_edit.php
  7. +1
    -1
      src/user/article_add.php
  8. +1
    -1
      src/user/article_edit.php
  9. +2
    -0
      src/user/inc/archives_check.php

+ 1
- 1
src/user/album_add.php Wyświetl plik

@@ -29,7 +29,7 @@ $typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0;
$menutype = 'content';
if (empty($formhtml)) $formhtml = 0;
if ($cfg_ml->IsSendLimited()) {
ShowMsg("投稿失败,剩余次数:{$cfg_ml->M_SendMax}次", "-1", "0", 5000);
ShowMsg("投稿失败,每天次数<span class='text-primary'>{$cfg_ml->M_SendMax}次</span>,需要增加次数,请联系网站管理员", "-1", "0", 5000);
exit();
}
if (empty($dopost)) {


+ 1
- 1
src/user/album_edit.php Wyświetl plik

@@ -28,7 +28,7 @@ $aid = isset($aid) && is_numeric($aid) ? $aid : 0;
$menutype = 'content';
if (empty($formhtml)) $formhtml = 0;
if ($cfg_ml->IsSendLimited()) {
ShowMsg("投稿失败,剩余次数:{$cfg_ml->M_SendMax}次", "-1", "0", 5000);
ShowMsg("投稿失败,每天次数<span class='text-primary'>{$cfg_ml->M_SendMax}次</span>,需要增加次数,请联系网站管理员", "-1", "0", 5000);
exit();
}
if (empty($dopost)) {


+ 1
- 1
src/user/archives_add.php Wyświetl plik

@@ -20,7 +20,7 @@ $typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0;
$mtypesid = isset($mtypesid) && is_numeric($mtypesid) ? $mtypesid : 0;
$menutype = 'content';
if ($cfg_ml->IsSendLimited()) {
ShowMsg("投稿失败,剩余次数:{$cfg_ml->M_SendMax}次", "-1", "0", 5000);
ShowMsg("投稿失败,每天次数<span class='text-primary'>{$cfg_ml->M_SendMax}次</span>,需要增加次数,请联系网站管理员", "-1", "0", 5000);
exit();
}
if (empty($dopost)) {


+ 1
- 1
src/user/archives_edit.php Wyświetl plik

@@ -19,7 +19,7 @@ $aid = isset($aid) && is_numeric($aid) ? $aid : 0;
$mtypesid = isset($mtypesid) && is_numeric($mtypesid) ? $mtypesid : 0;
$menutype = 'content';
if ($cfg_ml->IsSendLimited()) {
ShowMsg("投稿失败,剩余次数:{$cfg_ml->M_SendMax}次", "-1", "0", 5000);
ShowMsg("投稿失败,每天次数<span class='text-primary'>{$cfg_ml->M_SendMax}次</span>,需要增加次数,请联系网站管理员", "-1", "0", 5000);
exit();
}
if (empty($dopost)) {


+ 1
- 1
src/user/archives_sg_add.php Wyświetl plik

@@ -20,7 +20,7 @@ $typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0;
$mtypesid = isset($mtypesid) && is_numeric($mtypesid) ? $mtypesid : 0;
$menutype = 'content';
if ($cfg_ml->IsSendLimited()) {
ShowMsg("投稿失败,剩余次数:{$cfg_ml->M_SendMax}次", "-1", "0", 5000);
ShowMsg("投稿失败,每天次数<span class='text-primary'>{$cfg_ml->M_SendMax}次</span>,需要增加次数,请联系网站管理员", "-1", "0", 5000);
exit();
}
if (empty($dopost)) {


+ 1
- 1
src/user/archives_sg_edit.php Wyświetl plik

@@ -19,7 +19,7 @@ $aid = isset($aid) && is_numeric($aid) ? $aid : 0;
$mtypesid = isset($mtypesid) && is_numeric($mtypesid) ? $mtypesid : 0;
$menutype = 'content';
if ($cfg_ml->IsSendLimited()) {
ShowMsg("投稿失败,剩余次数:{$cfg_ml->M_SendMax}次", "-1", "0", 5000);
ShowMsg("投稿失败,每天次数<span class='text-primary'>{$cfg_ml->M_SendMax}次</span>,需要增加次数,请联系网站管理员", "-1", "0", 5000);
exit();
}
if (empty($dopost)) {


+ 1
- 1
src/user/article_add.php Wyświetl plik

@@ -20,7 +20,7 @@ $typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0;
$mtypesid = isset($mtypesid) && is_numeric($mtypesid) ? $mtypesid : 0;
$menutype = 'content';
if ($cfg_ml->IsSendLimited()) {
ShowMsg("投稿失败,剩余次数:{$cfg_ml->M_SendMax}次", "-1", "0", 5000);
ShowMsg("投稿失败,每天次数<span class='text-primary'>{$cfg_ml->M_SendMax}次</span>,需要增加次数,请联系网站管理员", "-1", "0", 5000);
exit();
}
if (empty($dopost)) {


+ 1
- 1
src/user/article_edit.php Wyświetl plik

@@ -19,7 +19,7 @@ $aid = isset($aid) && is_numeric($aid) ? $aid : 0;
$mtypesid = isset($mtypesid) && is_numeric($mtypesid) ? $mtypesid : 0;
$menutype = 'content';
if ($cfg_ml->IsSendLimited()) {
ShowMsg("投稿失败,剩余次数:{$cfg_ml->M_SendMax}次", "-1", "0", 5000);
ShowMsg("投稿失败,每天次数<span class='text-primary'>{$cfg_ml->M_SendMax}次</span>,需要增加次数,请联系网站管理员", "-1", "0", 5000);
exit();
}
if (empty($dopost)) {


+ 2
- 0
src/user/inc/archives_check.php Wyświetl plik

@@ -44,6 +44,8 @@ if ($cInfos['arcsta'] == 0) {
} else if ($cInfos['arcsta'] == 1) {
$ismake = -1;
$arcrank = 0;
} else if ($cfg_ml->IsLogin()) {
$arcrank = 0;
} else {
$ismake = 0;
$arcrank = -1;


Ładowanie…
Anuluj
Zapisz