thanks a lot!FomenkoAndrey wrote:1 - need remove width: 49%;2 - russian translate there https://yadi.sk/d/ADa5OD9LfDKPbCode: Select all
.column1 { width: 49%; }
or there http://www.phpbbguru.net/community/down ... p?id=20895
thanks a lot!FomenkoAndrey wrote:1 - need remove width: 49%;2 - russian translate there https://yadi.sk/d/ADa5OD9LfDKPbCode: Select all
.column1 { width: 49%; }
or there http://www.phpbbguru.net/community/down ... p?id=20895
Code: Select all
<a><h3></h3></a>
Code: Select all
<h3><a></a></h3>
Code: Select all
<a href="{URL_POPUP}" onclick="window.open(this.href,'','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=800,height=500'); return false;">
<!-- ENDIF -->
<h3>{L_WVTT_TITLE}</h3>
<!-- IF PERMISSION_POPUP --></a><!-- ENDIF -->
Code: Select all
<h3><a href="{URL_POPUP}" onclick="window.open(this.href,'','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=800,height=500'); return false;">
<!-- ENDIF -->
{L_WVTT_TITLE}
<!-- IF PERMISSION_POPUP --></a></h3><!-- ENDIF -->
Code: Select all
WHO VISITED THIS TOPIC [COUNT]
Thanks, I'll fix all... Very thanks!FomenkoAndrey wrote:this code must be replaced the next one or similar with structure
you maked structurebut phpbb3 standart structure isCode: Select all
<a><h3></h3></a>
about column width 49%...Code: Select all
<h3><a></a></h3>
And what's the problem?FomenkoAndrey wrote: Furthermore, the right to view the popup list of visited users - absolutely not necessary and unnecessary.
the need to counter very controversial, especially as a separate right for them.
The counter ok, the "hide user" function is bad for me. Why do you want to hide some user from lists?[email protected] wrote:It would be nice to add a counter:and the ability to hide users belowCode: Select all
WHO VISITED THIS TOPIC [COUNT]
no problems.And what's the problem?
Yes, it will be fixed in next version... I've already seen it. ThanksFomenkoAndrey wrote:visited topics time in profile always equal the time of first visit?
it is not updated when you visit topic next time?
look like we have not last visited topics time, but first visited topic time.
You sure ?FomenkoAndrey wrote:visited topics time in profile always equal the time of first visit?
it is not updated when you visit topic next time?
look like we have not last visited topics time, but first visited topic time.
Code: Select all
<!-- IF S_CODE_UNTIDY and S_MESS_ON_INDEX Good If_Not_TIDY_Then_SUBMIT -->
Thanks!alhitary wrote:Arabic is updated with your new add in lang. :
https://github.com/bruninoit/wvtt/pull/10