Page 1 of 3

phpBBex

Posted: Wed Dec 07, 2016 2:58 am
by Ramhha
Simple question. Will it work with phpBBex fork from russian community?

Re: phpBBex

Posted: Wed Dec 07, 2016 7:31 am
by axew3
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
DO NOT choose Any character, or ASCII option, choose instead as option, between others available: Any letter, Number and Spacers, or Alphanumeric options.
it should. But at moment, i do not know exactly on what phpBBex differ from default phpBB.

Re: phpBBex

Posted: Thu Dec 08, 2016 3:23 pm
by Ramhha
Else one question. How to fix it? -
2016-12-08_181234.png
2016-12-08_181234.png (7.51 KiB) Viewed 3197 times

Re: phpBBex

Posted: Thu Dec 08, 2016 3:29 pm
by Ramhha
Maybe me need set settings for avatars as here? 90x90 px and max size 6kb?

And thanks for your great work!

Re: phpBBex

Posted: Thu Dec 08, 2016 6:40 pm
by axew3
The code about this is on
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>";
     
  	          }
  }

Re: phpBBex

Posted: Thu Dec 08, 2016 6:47 pm
by axew3
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..