Home > Backend Development > PHP Tutorial > discuz编写插件是遇到的若干问题

discuz编写插件是遇到的若干问题

WBOY
Release: 2016-06-23 13:54:52
Original
1204 people have browsed it

1.在discuz某分类,发帖人在发贴的同时指定好友,某一个分组的好友,有查看帖子的权限 目前用的是 post_editorctrl_left()  在编辑页面有如下的权限分配图 
我怎么在发帖的时候把用户选择的权限记录在我设计的权限表里?不能在post_newthread.php里修改 最好以插件形式 不能动源程序~~
2.也是发帖的时候 用户上传了附件  在点击发帖的时候 会分析附件的内容 把分析的内容放在已设计好的表中 我现在没有在发帖的时候进行分析  目前是在点击查看帖子的时候会分析附件 然后把分析的内容入库  想改成发帖的时候就分析附件的内容 如果分析有问题 直接弹出错误 如果没有错误  才能生成帖子 
其实两个问题都是同一个问题 就是怎么以插件的形式 在发帖的同时或者发帖前加入一些操作 
求指点


回复讨论(解决方案)

劝你还是先认真学习下 Discuz 的插件开发技巧,推荐你参考下我写的 Discuz 插件开发教程: http://www.bacysoft.cn/thread-113-1-1.html

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template