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

[ABD] Who Visited This Topic

Post by Bruninoit »

Description: It adds a box on footer of every topic with the list of users who visited it. Conversion of the Alorse MOD

Authors: brunino

INFO TOPIC
Image
Last edited by Bruninoit on Thu Feb 11, 2016 7:17 am, edited 12 times in total.
User avatar
uruguayito
Registered User
Posts: 266
Joined: Mon Dec 13, 2010 2:46 pm
Location: Montevideo - Uruguay

Re: [ALPHA] Who Visited This Topic

Post by uruguayito »

Great
I Will install
Thanks ;)
I speak spanish
Sorry for my bad english
User avatar
draky
Registered User
Posts: 250
Joined: Tue Dec 10, 2002 2:04 pm
Location: France
Name: Gilles W.
Contact:

Re: [ALPHA] Who Visited This Topic

Post by draky »

Good, except the "Extension by xxxx" which adds blanklines and a text line.
systemcrack
Registered User
Posts: 158
Joined: Thu Jun 24, 2010 4:35 pm
Location: Italy
Contact:

Re: [ALPHA] Who Visited This Topic

Post by systemcrack »

Good job my friend!!! ;)
Sorry for my bad English ..
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [ALPHA] Who Visited This Topic

Post by Bruninoit »

draky wrote:Good, except the "Extension by xxxx" which adds blanklines and a text line.
Yes, I'll remove it.
User avatar
draky
Registered User
Posts: 250
Joined: Tue Dec 10, 2002 2:04 pm
Location: France
Name: Gilles W.
Contact:

Re: [ALPHA] Who Visited This Topic

Post by draky »

From last commit :

Code: Select all

Erreur générale
SQL ERROR [ mysqli ]

Unknown column 'date' in 'field list' [1054]

SQL

INSERT INTO phpbb_wvtt (user_id, topic_id, date) VALUES ('2', 15, 1424521226)

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 194
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/ext/bruninoit/wvtt/event/main_listener.php
LINE: 77
CALL: phpbb\db\driver\factory->sql_query()

FILE: (not given by php)
LINE: (not given by php)
CALL: bruninoit\wvtt\event\main_listener->viewtopic_actions()

FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php
LINE: 164
CALL: call_user_func()

FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php
LINE: 53
CALL: Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()

FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php
LINE: 167
CALL: Symfony\Component\EventDispatcher\EventDispatcher->dispatch()

FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 60
CALL: Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch()

FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 46
CALL: phpbb\event\dispatcher->dispatch()

FILE: [ROOT]/viewtopic.php
LINE: 1101
CALL: phpbb\event\dispatcher->trigger_event()
Commits are labeld "date" ;)
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [ALPHA] Who Visited This Topic

Post by Bruninoit »

Don't install the github version. You can install only the released version. The github version isn't tested and completed.
BF79
Registered User
Posts: 499
Joined: Fri Feb 13, 2015 1:28 pm
Name: Fouad B

Re: [ALPHA] Who Visited This Topic

Post by BF79 »

I like this one !! thanks
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [ALPHA] Who Visited This Topic

Post by Bruninoit »

New version 0.1.0-a2 - PLEASE UPDATE
Announce: http://brunino.altervista.org/area51/ph ... f=19&t=140
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [ALPHA] Who Visited This Topic

Post by Raul [ThE KuKa] »

Nice work, but...

I don't understand because they do not "quote" which is a Alorse MOD and URL to the official topic of the MOD 3.0

I think if an extension is based on the work (MOD) of another author, you should mention this...
You only comment on README.md file (with a simple URL).

I've seen other authors of extensions, quoting the authors of the MODs ported.

I'm not part of the phpBB Team, this is no warning, it's a simple comment from a user.

Again, nice work, and sorry for this Off Topic.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


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

Re: [ALPHA] Who Visited This Topic

Post by Bruninoit »

In the readme and in the description of github:

Code: Select all

wvtt
Conversion of MOD: Who Visit This Topic: https://www.phpbb.com/community/viewtopic.php?f=70&t=2127232
In the composer:

Code: Select all

"authors": [
{
"name": "brunino",
"email": "[email protected]",
"homepage": "http://www.brunino.altervista.org",
"role": "Developer"
},
{
"name": "Alorse",
"email": "",
"homepage": "",
"role": "Previous Developer"
}
],
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [ALPHA] Who Visited This Topic

Post by Raul [ThE KuKa] »

Thanks Brunino.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


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

Re: [ALPHA] Who Visited This Topic

Post by Bruninoit »

Raul [ThE KuKa] wrote:Thanks Brunino.
in any ccase, there were from the beginning....
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [ALPHA] Who Visited This Topic

Post by Raul [ThE KuKa] »

That's not true, and you know...

In GitHub yes (in README and composer files), in this topic (first post) now yes, but was previously not link to MOD/Author in question..

For example, Development extension:
viewtopic.php?f=456&t=2297986

For example, CDB extension:
viewtopic.php?f=536&t=2298856

This is not a rule, it's a matter of respect quote who made the MOD "ported". ;)
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
OmkePom
Registered User
Posts: 205
Joined: Tue Jul 15, 2014 8:38 am
Name: IJsbrand Nijboer

Re: [ALPHA] Who Visited This Topic

Post by OmkePom »

Works well!

But what about the "Permissions" wil they come back?

I don't want that every user see it!
You got Brains like a Peanut, OMG i insulted a Peanut!
Locked

Return to “Abandoned Extensions”