phpBBex
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: phpBBex
Hello, well, i hope!
Sorry my ignorance about, what phpBBex is/have of different respect phpBB? The best would be to give it a try into test site.
But if you can point me to what have phpBBex of different, since i've give a search about, but i do not understand, russian or german that are unique langs i've find out something, we can look what to fit in case.
If you can setup into phpBBex the option
Sorry my ignorance about, what phpBBex is/have of different respect phpBB? The best would be to give it a try into test site.
But if you can point me to what have phpBBex of different, since i've give a search about, but i do not understand, russian or german that are unique langs i've find out something, we can look what to fit in case.
If you can setup into phpBBex the option
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.
-
- User w
- Posts: 6
- Joined: Tue Dec 06, 2016 6:33 pm
Re: phpBBex
Else one question. How to fix it? -
-
- User w
- Posts: 6
- Joined: Tue Dec 06, 2016 6:33 pm
Re: phpBBex
Maybe me need set settings for avatars as here? 90x90 px and max size 6kb?
And thanks for your great work!
And thanks for your great work!
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: phpBBex
The code about this is on
wp-content/plugins/wp-w3all-phpbb-integration/views/phpbb_last_topics.php
wp-content/plugins/wp-w3all-phpbb-integration/views/phpbb_last_topics.php
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>";
}
}
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: phpBBex
about avatar dimension: maybe it depend by your template, his text dimension, and css applied to elements.
You can easily control this aspect. It is not important what dimension the avatar is in phpBB: it will be reproduced by the way on widget at dimension you set on wp_w3all for avatar dimension.
But it is very easy to change this to reproduce instead each avatar dimension for what it really is, if needed.
P.s i see that if i click Preview post here, it redirect pointing me out of iframe, to the real phpBB: it neeed to be fixed..
You can easily control this aspect. It is not important what dimension the avatar is in phpBB: it will be reproduced by the way on widget at dimension you set on wp_w3all for avatar dimension.
But it is very easy to change this to reproduce instead each avatar dimension for what it really is, if needed.
P.s i see that if i click Preview post here, it redirect pointing me out of iframe, to the real phpBB: it neeed to be fixed..