Random articles/produkts ?

Author Message

Mark Gerrits

Tuesday 15 April 2003 2:37:47 am

Hi all,

On the ezwiki site, there's a patch for RC2 for a sort of random template function. The file is not available anymore, so is this already in 3.0.1 ?

I want to display a random product on my frontpage. How can I accomplish this ? I already have a fetch function which pulls out one product, but it's always the same (read: the first). Can someone help me out here ?

Thanks,
Mark

Jan Borsodi

Tuesday 15 April 2003 4:23:06 am

There's no template operator for random numbers in eZ publish 3.0.
If anyone feel up to it they could make it and upload it to contributions, it shouldn't be too hard to make.

The key here is to use the rand function in php
http://www.php.net/manual/en/function.rand.php

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

Mads Buus Jensen

Thursday 14 August 2003 2:41:40 am

Just use PHP's shuffle function on your array.

Create a template operator, and call
shuffle($operatorValue);

now you can
{section loop=fetch(...)|shuffle}
...
{/section}
in your templates

Pierre Bastoul

Friday 05 September 2003 3:12:51 am

I have made a template rand operator that use PHP rand function as suggest Jan. You put {rand(0,5)} in your template and you get a random integer between 0 and 5. It's my first extension, and it works !
Should I upload in contributions ?

PaoloMellerio kk

Monday 03 November 2003 4:29:54 am

Yes, Upload it

Thanks

Paolo Mellerio
http://www.clikka.com

Tim Ross

Thursday 04 December 2003 7:06:59 am

I have created the shuffle operator and uploaded it to the contributions folder.

it can be found here:

http://ez.no/developer/ez_publish_3/contributions/random_sort_array_or_fetch_shuffle_operator

I don't know if you ever uploaded your version, but I couldn't find it, so I uploaded this one, to help other people out.

Tim

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 30 2025 22:23:47
Script start
Timing: Jan 30 2025 22:23:47
Module start 'layout'
Timing: Jan 30 2025 22:23:47
Module start 'content'
Timing: Jan 30 2025 22:23:47
Module end 'content'
Timing: Jan 30 2025 22:23:47
Script end

Main resources:

Total runtime0.0244 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0065 588.1328151.2109
Module start 'layout' 0.00650.0039 739.3438220.6875
Module start 'content' 0.01040.0128 960.03131,001.7891
Module end 'content' 0.02310.0012 1,961.820333.9922
Script end 0.0244  1,995.8125 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.003012.2512140.0002
Check MTime0.00124.8729140.0001
Mysql Total
Database connection0.00093.729710.0009
Mysqli_queries0.002911.774430.0010
Looping result0.00000.048910.0000
Template Total0.00093.710.0009
Template load0.00072.906010.0007
Template processing0.00020.737710.0002
Override
Cache load0.00052.106710.0005
General
dbfile0.00218.439480.0003
String conversion0.00000.036240.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs