该问题已被锁定!
3
关注
3997
浏览

今日话题不能放在问题页或者文章页

AI智能回复搜索中,请稍后...

为什么被折叠? 0 个回复被折叠
kk 超级管理员 用户来自于: 广东省深圳市
2014-04-17 13:39
模板添加了,还需要把这段代码放到app里面去
if ($today_topics = rtrim(get_setting('today_topics'), ','))
		{
			if (!$today_topic = AWS_APP::cache()->get('square_today_topic_' . md5($today_topics)))
			{
				if ($today_topic = $this->model('topic')->get_topic_by_title(array_random(explode(',', $today_topics))))
				{					
					$today_topic['best_answer_users'] = $this->model('topic')->get_best_answer_users_by_topic_id($today_topic['topic_id'], 5);
					
					$today_topic['questions_list'] = $this->model('posts')->get_posts_list('question', 1, 3, 'new', explode(',', $today_topic['topic_id']));
					
					AWS_APP::cache()->set('square_today_topic_' . md5($today_topics), $today_topic, (strtotime('Tomorrow') - time()));
				}
			}
			
			TPL::assign('today_topic', $today_topic);
		}

关于作者

bugeng 注册会员

这家伙很懒,还没有设置简介

问题动态

发布时间
2014-04-17 12:18
更新时间
2014-04-17 13:39
关注人数
3 人关注

相关问题

点击话题报错
关于beta2判断用户话题的功能
V3.1.7 头像不能上传
后台分类图标不能上传?
anwsion的问题回复超过30分钟不能编辑?
后台编辑话题名称后,前台显示乱码,报错
个人主页不能显示微博、豆瓣等帐号?
WC做的网站能不能同时链接有自定义菜单和无自定义菜单的订阅号?
头像URL、话题URL中文转换为英文拼音
官网今日话题下的“进入话题”URL设置错误