Who posted?

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29220
Joined: Sat Aug 16, 2003 7:36 am

Who posted?

Post by Extensions Robot »

Modification name: Who posted?
Author: phpbbmodders.net
Modification description: This MOD will allow users to view who posted in a topic. It was inspired by a vBulletin feature.

The mod changes the "Replies" count in viewforum.php to a link which when clicked on will display all users that posted in that topic.
Modification version: 1.1.0
Tested on phpBB version: 3.0.8

Download file: who_posted_1_1_0.zip
File size: 39.12 KiB

Modification overview page: View

The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.

-->Modification support<--
Last edited by Extensions Robot on Mon Sep 19, 2022 7:33 pm, edited 21 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Who posted?

Post by Paul »

Modification validated/released

Notes:
User avatar
igorw
Former Team Member
Posts: 8024
Joined: Fri Dec 16, 2005 12:23 pm
Location: {postrow.POSTER_FROM}
Name: Igor Wiedler

Who posted?

Post by igorw »

To view this "who psoted" page, click on the "reply count" of the topic in viewforum. :)
Igor Wiedler | area51 | GitHub | trashbin | Formerly known as evil less than three
User avatar
ChriZathens
Registered User
Posts: 1477
Joined: Tue Apr 18, 2006 9:11 pm
Location: Athens, Greece
Name: Chris

Re: Who posted?

Post by ChriZathens »

Just tested it..
Works fine.. :D
(Well I chose a topic with about 16000 replies and gave it a bit of a hard time, but I did this trying to test. And I got pleasantly surprised that even in that topic it only took about 7 seconds to run the query... :D )
Nice job, evil!
My mods in MODDB:
Add Homepage link in header - Change user activity post limit - Post number in viewtopic
If you need support click on the support tab there and post your question.
Do not PM me - chances of viewing my PMs are way thinner than viewing the support question in the customization DB...
ham1299
Registered User
Posts: 613
Joined: Mon Sep 11, 2006 2:12 am
Location: USA
Contact:

Re: Who posted?

Post by ham1299 »

Can I see a screen shot, please?
Heather
User avatar
BizimPencere
Registered User
Posts: 396
Joined: Sat Aug 25, 2007 8:31 pm

Re: Who posted?

Post by BizimPencere »

Nice mod thanks evil :)

@ham1299

HERE ist screenshots

:mrgreen:
www.phpbbturkiye.net | Turkish phpBB3 support and development
Balero
Registered User
Posts: 145
Joined: Tue Dec 18, 2007 10:57 am

Re: Who posted?

Post by Balero »

I translate this mod to Portuguese Brazil, following below:

who_posted.php

Code: Select all

<?php
/**
*
* Who posted [ Portuguese Brazil ]
*
* @package who_posted
* @version $Id$
* @copyright (c) 2007, 2008 evil3
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @translated by Micael (Balero)
*
*/

/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
	exit;
}

/**
* DO NOT CHANGE
*/
if (empty($lang) || !is_array($lang))
{
	$lang = array();
}

$lang = array_merge($lang, array(
	'WHOPOSTED_TITLE'	=> 'Quem postou?',
	'WHOPOSTED_EXP'		=> 'Esta é a lista de todos os membros que postaram nesse tópico.',
	'WHOPOSTED_SHOW'	=> 'Ver tópico',
	'WHOPOSTED_OR'		=> 'ou',
));

?>
Very good mod!

Bye ;)
Matoking
Registered User
Posts: 3
Joined: Sat Jun 02, 2007 11:01 am

Re: Who posted?

Post by Matoking »

Very good mod indeed! Only problem around here is when you click username on Who Posted? list, it opens profile into that same small window. You could make it to open in new window?
ham1299
Registered User
Posts: 613
Joined: Mon Sep 11, 2006 2:12 am
Location: USA
Contact:

Re: Who posted?

Post by ham1299 »

BizimPencere wrote:Nice mod thanks evil :)

@ham1299

HERE ist screenshots

:mrgreen:
Awesome! Thanks so much. Great MOD! :D I'm adding it to my list of ones to install! :D
Heather
dzedward
Registered User
Posts: 61
Joined: Thu Dec 06, 2007 8:02 pm
Contact:

Re: Who posted?

Post by dzedward »

I can't get this to show up on any template. I've done all the correct edits to non template files, then did the template edits to both prosilver, and a custom template. purged cache, refreshed both styles, and nothing, for both.
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: Who posted?

Post by stokerpiller »

Very nice and works Perfect :)

Now I like to se the "Who Viewed" mod :mrgreen:
I am done with phpBB
User avatar
igorw
Former Team Member
Posts: 8024
Joined: Fri Dec 16, 2005 12:23 pm
Location: {postrow.POSTER_FROM}
Name: Igor Wiedler

Re: Who posted?

Post by igorw »

Paul, ChriZathens, BizimPencere, Balero... thanks! :)
Matoking wrote:Very good mod indeed! Only problem around here is when you click username on Who Posted? list, it opens profile into that same small window. You could make it to open in new window?
phpBB3 does not do this by principle, to not force people into a new window. If they want a new window, they should use their browser to do so ;).
dzedward wrote:I can't get this to show up on any template. I've done all the correct edits to non template files, then did the template edits to both prosilver, and a custom template. purged cache, refreshed both styles, and nothing, for both.
What does "can't get this to show up" mean? What do you get excactly? A link or a screenshot please.


Whee! Finally released :D
Igor Wiedler | area51 | GitHub | trashbin | Formerly known as evil less than three
dzedward
Registered User
Posts: 61
Joined: Thu Dec 06, 2007 8:02 pm
Contact:

Re: Who posted?

Post by dzedward »

What I mean is, its not there. Nothing shows up. Take a look at the forum.

http://www.flashgods.org/forums

Keep in mind I've done all the edits for the mod. Uploaded, purged cache, and refreshed template, and theme.
User avatar
igorw
Former Team Member
Posts: 8024
Joined: Fri Dec 16, 2005 12:23 pm
Location: {postrow.POSTER_FROM}
Name: Igor Wiedler

Re: Who posted?

Post by igorw »

Igor Wiedler | area51 | GitHub | trashbin | Formerly known as evil less than three
dzedward
Registered User
Posts: 61
Joined: Thu Dec 06, 2007 8:02 pm
Contact:

Re: Who posted?

Post by dzedward »

whaaa? how'd you get to that?
Locked

Return to “[3.0.x] MOD Database Releases”