Column ID View [Function Map]-[Channel Model]
Open directory file
/application/user/controller/UsersRelease.php
About line 607, just add the model ID you want to add after the original number. Be careful not to forget to separate it with commas
$arctype_html = allow_release_arctype($typeid, [1,3,4,5], true);
Open directory file
/application/admin/controller/UsersRelease.php
About line 21, just add the model ID you want to add after the original number. Be careful not to forget to separate it with commas
public $current_channel = [1,3];
Open directory file
/application/admin/controller/Member.php
About line 971, just add the model ID you want to add after the original number. Be careful not to forget to separate it with commas
$current_channel = [1,3];
Go back to the background to clear the cache and set the submission column directly in the member center
If the cache is invalid, you can manually delete the cache directory
cache and temp folders under/data/runtime/ (the cache file will be automatically generated after logging in)