[ABD] Who Visited This Topic

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew

Re: [RC] Who Visited This Topic

Post by Bruninoit »

FomenkoAndrey wrote:1 - need remove width: 49%;

Code: Select all

.column1 {
  width: 49%;
}
2 - russian translate there https://yadi.sk/d/ADa5OD9LfDKPb
or there http://www.phpbbguru.net/community/down ... p?id=20895
thanks a lot!
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [RC] Who Visited This Topic

Post by FomenkoAndrey »

this code must be replaced the next one or similar with structure
you maked structure

Code: Select all

<a><h3></h3></a>
but phpbb3 standart structure is

Code: Select all

<h3><a></a></h3>
maybe i have mistake with conditions <!-- XXX -->, but need something like next...

find

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 -->
replace

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 -->

about column width 49%...

Topics with long titles do not fit on one line.
but we have a lot of space on the right. To use it, you need to override the length by changing the value of 49% for the column. it requires a plug-in extension CSS. in extreme cases it can be done in the properties of the elements.


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.
User avatar
[email protected]
Registered User
Posts: 191
Joined: Sun Sep 15, 2013 11:49 am
Location: bb3.mobi
Name: Anvar Stybaev

Re: [RC] Who Visited This Topic

Post by [email protected] »

It would be nice to add a counter:

Code: Select all

WHO VISITED THIS TOPIC [COUNT]
and the ability to hide users below ;)
[DEV/Beta] More extensions

Hopefully Google correctly translate my text// I do not support in private messages!
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew

Re: [RC] Who Visited This Topic

Post by Bruninoit »

FomenkoAndrey wrote:this code must be replaced the next one or similar with structure
you maked structure

Code: Select all

<a><h3></h3></a>
but phpbb3 standart structure is

Code: Select all

<h3><a></a></h3>
about column width 49%...
Thanks, I'll fix all... Very thanks!
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.
And what's the problem?
[email protected] wrote:It would be nice to add a counter:

Code: Select all

WHO VISITED THIS TOPIC [COUNT]
and the ability to hide users below ;)
The counter ok, the "hide user" function is bad for me. Why do you want to hide some user from lists?
User avatar
[email protected]
Registered User
Posts: 191
Joined: Sun Sep 15, 2013 11:49 am
Location: bb3.mobi
Name: Anvar Stybaev

Re: [RC] Who Visited This Topic

Post by [email protected] »

Brunino, Ok. To a certain style(Mobile) can be separately hidden. The main thing is the counter.
[DEV/Beta] More extensions

Hopefully Google correctly translate my text// I do not support in private messages!
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [RC] Who Visited This Topic

Post by FomenkoAndrey »

And what's the problem?
no problems.
just expressed my opinion.
I think the listed rights superfluous and redundant, which complicates the code.
but you are the author, you decide.

and thank for extention :)
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew

Re: [RC] Who Visited This Topic

Post by Bruninoit »

I added it because someone can prefer do hide the date of visit to some groups... If you hidden the popup, you'll hidden the visit time
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [RC] Who Visited This Topic

Post by FomenkoAndrey »

i changed all permissions of this ext for regirstered users - NO, for admins - YES.
its best for me :)
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [RC] Who Visited This Topic

Post by FomenkoAndrey »

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.
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew

Re: [RC] Who Visited This Topic

Post by Bruninoit »

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.
Yes, it will be fixed in next version... I've already seen it. Thanks
User avatar
Татьяна5
Registered User
Posts: 192
Joined: Wed Feb 13, 2013 5:30 pm
Name: Tatiana

Re: [RC] Who Visited This Topic

Post by Татьяна5 »

Alorse MOD adds a lot of records in the database. Because of this, it starts working very slowly (when became records more 5 millions).
I processed this mod to accelerate of its work (download mod). Maybe, it would be useful for this extension
User avatar
martin123456
I've Been Banned!
Posts: 726
Joined: Sat Mar 05, 2011 7:44 pm

Re: [RC] Who Visited This Topic

Post by martin123456 »

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.
You sure ?
Image

Code: Select all

<!-- IF S_CODE_UNTIDY and S_MESS_ON_INDEX Good If_Not_TIDY_Then_SUBMIT -->
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [RC] Who Visited This Topic

Post by FomenkoAndrey »

User avatar
alhitary
Registered User
Posts: 868
Joined: Wed Jan 17, 2007 7:51 am
Location: ROY
Name: Bassel Taha

Re: [RC] Who Visited This Topic

Post by alhitary »

Arabic is updated with your new add in lang. :

https://github.com/bruninoit/wvtt/pull/10
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew

Re: [RC] Who Visited This Topic

Post by Bruninoit »

Bug of visit time in profiles has been fixed (from rc3).
alhitary wrote:Arabic is updated with your new add in lang. :

https://github.com/bruninoit/wvtt/pull/10
Thanks!

Return to “Abandoned Extensions”