phpBBex
Posted: Wed Dec 07, 2016 2:58 am
Simple question. Will it work with phpBBex fork from russian community?
it should. But at moment, i do not know exactly on what phpBBex differ from default phpBB.DO NOT choose Any character, or ASCII option, choose instead as option, between others available: Any letter, Number and Spacers, or Alphanumeric options.
Code: Select all
if ( $wp_w3all_post_text == 1 ){ // links, post text, author and date
if ( $w3all_avatars_yn ){
echo "<div><table cellpadding=\"0\" cellspacing=\"0\" style=\"vertical-align:middle;margin:0;border:0;\"><tr><td style=\"border:0;width:".$w3all_last_t_avatar_dim."px;\">".$w3all_avatar_display."</td><td style=\"border:0;width:auto\"><a href=\"index.php/$wp_w3all_forum_folder_wp/?forum_id=$value->forum_id&topic_id=$value->topic_id&post_id=$value->post_id#p$value->post_id\" title=\"Last Post: $value->post_subject\">$value->topic_title</a><br />$value->post_text ...<br />by $value->topic_last_poster_name at ".date_i18n( 'H:i Y-m-d', $value->topic_last_post_time )."</td></tr></table></div>";
} else {
echo "<li><a href=\"index.php/$wp_w3all_forum_folder_wp/?forum_id=$value->forum_id&topic_id=$value->topic_id&post_id=$value->post_id#p$value->post_id\" title=\"Last Post: $value->post_subject\">$value->topic_title</a><br />$value->post_text ...<br />by $value->topic_last_poster_name at ".date_i18n( 'H:i Y-m-d', $value->topic_last_post_time )."</li>";
}
}