Hello.
I'm interested of this forum system, and i want to make Bulgarian support forum - okey, it all right.
But, i think for some edits of structure and design..
Somethink like this one:
http://picbg.net/img.php?file=ea07ea7c7d9eddd1.PNG
Here, where is marked with red, i want name of the last commented tread, not time posted.
Link is working, but i cant make it visual , i mean..
This is the code here:
if ($cur_forum['last_post'] != '')
$forum_page['item_body']['info']['lastpost'] = '<li class="info-lastpost"><strong>» <a href="'.forum_link($forum_url['post'], $cur_forum['last_post_id']).'">'.format_time($cur_forum['last_post']).'</a></strong> <cite>'.$lang_index['by_Who'].' <a href="'.forum_link($forum_url['user'],$forum_user['id']).'">'.forum_htmlencode($cur_forum['last_poster']).'</a></cite></li>';
else
$forum_page['item_body']['info']['lastpost'] = '<li class="info-lastpost"><strong>'.$lang_common['Never'].'</strong></li>';
($hook = get_hook('in_normal_row_pre_display')) ? eval($hook) : null;
And..
<strong>» <a href="'.forum_link($forum_url['post'], $cur_forum['last_post_id']).'">'.format_time($cur_forum['last_post']).'</a>
this
.format_time($cur_forum['last_post']).
shoud be
but no.. leaves empty space..
Help?
---------------------
And another one problem..
pun_stop_bots extension cant work properly..
when i going to post something (thread or replay) i see the spam questions that i put...
write answer, but its give me other question, and cycles non-stop ..
Help ?