We can make your Elgg site shine

Sdweb

Hi everyone!

Im trying to change the number of blogs/bookmarks/whatelse to display on my index. So Im going to /vazco_mainpage/views/default/vazco_mainpage/widgets/narrow/ and then I edit the files

$blogs = list_entities('object','blog',0,2,false, false, false)

 

to turn the number os items into 2. But nothing happens. It still has the same number of items: the default 4.

Does anyone know how I can solve it?

Is there a difference between the item displayed login or logout?

 

Thank you so much! :)


Delete Edit

Please check if you edit right widget. There are two, one for wide columns and one for narrow ones.

Delete Edit

Ive checked two files:

/vazco_mainpage/views/default/vazco_mainpage/widgets/blog.php

/vazco_mainpage/views/default/vazco_mainpage/widgets/narrow/blog.php

 

The same for bookmarks, i.e.

Is the wide columns widget the first one?? (I mean, /vazco_mainpage/views/default/vazco_mainpage/widgets/blog.php)

 

Thank you for your answer :)

 

Best regards,

Ignacio.

 

Delete Edit


Delete Edit

gnacio, yes, the first widget is for wide column

Delete Edit