Share » Forums » General » Oldddddd Ez 2.2.6

Oldddddd Ez 2.2.6

Oldddddd Ez 2.2.6

Thursday 14 December 2006 9:52:12 am - 3 replies

Modified on Friday 15 December 2006 1:08:37 am by John Michael

Author Message

John Michael

Friday 15 December 2006 1:06:45 am

sorry to put this in here but forum for 2.2 does not seem to work... :(

kracker (the)

The Doctor

Friday 15 December 2006 8:05:20 am

I feel for you.

I would not be surprised if it was gone for good after so many years of languishing.
Sadly, eZ publish v2.x has long since been unsupported by most ...

You could always try, http://ezcommunity.net/ for eZ publish v2.x, yet even that medium has fallen by the wayside.

I would recommend being more clear about the specifics.
- What is the need
- What is the problem
- What might solve the problem
- What is the interdependent breakdown that binds you from solving it?

eZ publish v2 is much simpler application in many respects, to modify or customize to meet your needs, mostly via PHP code.

//kracker
<i>tv: robot chicken</i>

Member since: 2001.07.13 || http://ezpedia.se7enx.com/

John Michael

Friday 15 December 2006 9:49:24 am

in filemanager i have 10 folders that have files inside, that works ok.
Problem is that i also have files outside the folders. i have a limit of 10, so that when i have that number of files it puts a "Next" link so i can navigate to the next page with item/files outside the folders.

But that does not heapon, when i click next it goes to the next page of the last folder that is in the home dir...

i think the problem is in the filelist.php, some where else here:

$fileNumber = $folder->countFiles();

if ( $Offset > 0 )
{
$t->set_var( "prev_offset", ( $Offset - $Limit ) > 0 ? $Offset - $Limit : 0 );
$t->parse( "prev", "prev_tpl" );
}
else
{
$t->set_var( "prev", "" );
}

if ( $fileNumber > $Offset + $Limit )
{
$t->set_var( "next_offset", $Offset + $Limit );
$t->parse( "next", "next_tpl" );
}
else
{
$t->set_var( "next", "" );
}

if ( count( $fileList ) > 0 )
{
$t->parse( "file_list", "file_list_tpl" );
}
else
{
$t->set_var( "file_list", "" );
}

the prob i have so that i solved it my self is that i am a php almost noob. :(

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu