Jump to content

Download: (SOS31) Banned Users

Featured Replies

Posted

File Name: (SOS31) Banned Users
File Submitter: Patolino
File Submitted: 16 Jun 2010
File Updated: 17 Jun 2010
File Category: Hooks and Plugins

Description
Shows the amount of banned users on top of the forum.

:thumbsup:

Click here to download this file

Nice hook! Thanks!

Additional query for each board reload? It isn't worth.. :P

Edit:
and session in link hook.xml:


:o

But the query is generated only when admin views a board index, isn't it?

Admin or anyone from 'staff' - they often visit their board, right? :P

  • Author

Still do not understand much about hooks, but taking one more query to not overload any forum...


Just fixed, thanks for the info ;)

I made a similar script to this. Eh. :P

Additional query for each board reload? It isn't worth..


Did you forget this http://www.codersref...-dp30-my-files/ ?

	public function getOutput()

	{


		/* Downloads app is installed and member logged? */


		if( IPSLib::appIsInstalled( 'downloads' ) && $this->memberData['member_id'] )

		{

			$memberFiles = $this->DB->buildAndFetch( array( 'select' => 'COUNT(file_submitter) as has_files', 'from' => 'downloads_files', 'where' => 'file_submitter = ' . $this->memberData['member_id'] ));

		}


		/* Return data */


		return ( $memberFiles['has_files'] ) ? $this->registry->output->getTemplate( 'global' )->hookdp30MyFiles() : '';

	}


It seems the same for me: additional query in every page.

Everyone has a start!

:)

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.