Secondary development
-
WordPress has added a comment function to the Fragmented Thoughts/Moments/Weibo
2026.2 Update If you need to force the post id in url to be used, you can use the following code //force talk use post id in url add_filter('post_type_lin...
-
ThinkSNS registered username and email address are fixed with UC communication
今天在研究TS的时候,发现他和UC之间的通讯存在各种问题。完成和UC配置之后,一切正常的情况下,会有以下问题: 注册的时候可以使用已经存在UC表中的用户名和密码 修改用户名无法和UC表单同步(新增一条…
-
Discuz uploads avatars to a non-flash version
discuz的上传头像一直是flash的,无法修改里面的语言包和样式,这里分享下修改成html5的方法: 在语言包中增加相关语言:source/language/home/lang_template.…
-
Solves the integration of UCenter for first registration, synchronous login, and automatic activation
多程序整合 UCenter,在新用户首次注册后是没有同步登录到其它程序的,也就是说用户得在其它程序用密码再登录一次,以后才能同步登录,还有就是用户不是在 Discuz 程序注册的话,在 Discuz …
-
ecshop runs on php5.3 or above to prompt problem modifications
运行环境: linux nginx php5.4.16 1. ecshop提示Strict Standards: Only variables should be passed by referenc…
-
discuz modifies the link address of the post details page "from: mobile client"
我们要做的就是,修改3个文件,修改后上传FTP相应目录覆盖即可。修改前请注意备份,养成良好的习惯。 一、打开文件…/source/class/discuz/discuz_applicati…
-
[BUG] Fix Discuz 3x users unable to delete their own posts
discuz真的是日落西山了,BUG层出不穷也没人修复。在论坛上找了很多相关问题,也没人回答。只能自己动手了。 情况:用户无法删除自己发的帖子。解决办法: 1.设置 在后台 – 全局 &#…
-
【原创】DiscuzX3增加判断邮箱地址决定是否需要填写邀请码——邀请码+邮箱双重认证
转载请说明出处。 经过一下午的研究,终于完成了这个功能,分享给大家 具体功能如下: 根据邮箱的地址来决定是否需要填写邀请码,如:用户如果有edu的邮箱,则不需要填写邀请码可以注册,否则需要则要填写邀请…
-
Ecshop gets stock for individual properties – all versions are available
原理:从数据库提取各个属性的库存,放到一个函数里,然后用模板调用出来。 需要修改的文件: 1.主题模板goods.dwt 2.includes下的lib_goods.php Step 1. 修改goo…