Random image of gallery

Discuss the development of future releases of phpBB (phpBB 3.x minor releases) and MODing/Coding related questions.
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
User avatar
Kamahl
Member
Member
Posts: 135
Joined: 02 Jan 2008, 13:08
Real name: Martin
Location: Slovakia
Contact:

Random image of gallery

Postby Kamahl » 30 Jan 2008, 18:36

||




User avatar
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Random image of gallery

Postby igorw » 30 Jan 2008, 21:45

Moved to 3.0 mod writers (from programming discussion).

Hi,

the first thing you need to look at is the [url=http://www.phpbb.com/mods/documentation/phpbb-documentation/dbal/index.php]dbal[/url]. Your current code is only mysql compatible. You need to use the $db->mysql_query_limit() function/method.

Secondly, have a look at the [url=http://www.phpbb.com/mods/documentation/phpbb-documentation/template/index.php]templates system[/url]. You have to use $template->assign_block_vars instead of the <!-- PHP -->.

Thirdly, use $phpbb_root_path, i don't think this is very good for use on many differen't servers: http://www.hardheavy.sk/gallery/thumbnail.php?pic_id=$id ;)

Another thing is, you should use table constants. Look in includes/constants.php, and scroll down, then you'll know what i mean.

- we're poor!


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Return to “phpBB Development discussion”

Who is online

Users browsing this forum: No registered users and 31 guests