$reviewsthread = $vbulletin->db->query_first("
SELECT
thread.threadid, thread.title,
post.pagetext AS preview
FROM
".TABLE_PREFIX."thread AS thread INNER JOIN
".TABLE_PREFIX."post AS post ON thread.firstpostid = post.postid
WHERE
我正在使用BuddyPress运行BBPress安装。在创建组的第3步中,有一个选项可以为该组添加一个论坛,我希望所有组都有一个论坛,因此我正在为组定制BuddyPress文件;create.php和我发现了“如果这个组有一个论坛”的相关代码-checkbox在那里。我尝试过设置checked="checked"-attribute,但是没有什么改变。
我想让它在默认情况下检查,然后用CSS隐藏,这样用户甚至看不到选择和论坛与组一起创建。
相应的代码:
<p><?php _e( 'Should this group have a forum?'
我不是php程序员,但需要在php代码中更改一些内容,如下所示:
{% for recent_topics in loops.recent_topics %}
{% if not recent_topics.S_TOPIC_TYPE_SWITCH and not recent_topics.S_FIRST_ROW %}
</ul>
</div>
</div>
</div>
{% endif %}
{% if recent_topics.S_FIRST_ROW or not recent_topics.S_TOPIC_TYPE_SWITCH %}
我正在尝试创建一个简单的BB代码,如脚本在PHP为我的论坛。问题是,我不确定如何阻止用户发布这样的内容。
[b] Hahah
[b] Will make all of your text
[b] on this page bold
这将显示(因为我正在替换单词)
<strong> Hahah
<strong> Will make all of your text
<strong> on this page bold
有什么好方法可以防止这种情况,并在帖子底部结束标记?