Jump to content

Recommended Posts

  • Administrators
Posted

Yes go to System Settings > IPS Apps > Invision Community Pages.

 

Scroll down to Index Settings: Last 5, Random 5, and Stats and change it there.

  • Administrators
Posted

Apparently that setting doesn't control the recent image hook. I could have sworn it did.

 

Looks like you have to edit the hook file php to change it.

Posted

Brent, you need to edit this file - /hooks/boardIndexGalleryImages_really long string of numbers.php

 

Find this bit -

 

$img_list->getListingData( array(
'st' => 0,
'show' => 6,
'approve' => 1,
'sort_key' => 'i.idate',
'album' => 0,
'category' => 0,
'allow_cats' => $allow_cats,
'allow_albums' => $allow_albums,
) );

Edit

 

'show' => 6,

to display the number of images you want.

 

I hope this helps!

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...