mirror of https://github.com/BOINC/boinc.git
- user web: if Akismet rejects thread reply, show warning
svn path=/trunk/boinc/; revision=20318
This commit is contained in:
parent
65b581b28d
commit
f7d29f6651
|
@ -801,3 +801,9 @@ David 29 Jan 2010
|
||||||
client/
|
client/
|
||||||
work_fetch.cpp
|
work_fetch.cpp
|
||||||
makefile_sim
|
makefile_sim
|
||||||
|
|
||||||
|
David 29 Jan 2010
|
||||||
|
- user web: if Akismet rejects thread reply, show warning
|
||||||
|
|
||||||
|
html/user/
|
||||||
|
forum_reply.php
|
||||||
|
|
|
@ -86,6 +86,10 @@ page_head(tra("Post to thread"),'','','', $bbcode_js);
|
||||||
|
|
||||||
show_forum_header($logged_in_user);
|
show_forum_header($logged_in_user);
|
||||||
|
|
||||||
|
if ($warning) {
|
||||||
|
echo "<span class=error>$warning</span><p>";
|
||||||
|
}
|
||||||
|
|
||||||
switch ($forum->parent_type) {
|
switch ($forum->parent_type) {
|
||||||
case 0:
|
case 0:
|
||||||
$category = BoincCategory::lookup_id($forum->category);
|
$category = BoincCategory::lookup_id($forum->category);
|
||||||
|
|
Loading…
Reference in New Issue