Upgrading all my stuff and I'm running into this issue. Would love to be able to have a direct replacement.
Currently using it like this...LOVE this feature.
`<?php printLatestNews ( 10,'with_latest_albums','',true,true,50,false ); ?>`
Please help,
Thanks,
Mike
Comments
This has technical reasons as it was hardly maintainable since gallery items and Zenpage items are technically separate.
If you need latest albums or images within your articles you sadly have to use the galleryArticles plugin. That will create articles for the albums or images.
For the RSS feed that had the same option you can use the mergedRSS feed plugin to create a (one only) combined RSS feed. You could technically mimic the old CombiNews feature by parsing and displaying this feed, too.
Works here (under news on right): (un-checking printLatestNews in the list of functions so error wouldn't display)
http://www.mikemartinelli.com/
But here - exact same code nothing displays (under news on left)...(haven't unchecked yet)
http://dev.davidsonscollisioncenter.com/
Any help is appreciated. Moved to a new server since I was having issues with my config files getting corrupted - clients were getting annoyed...I'm hoping new server helps with issue. I know all my sites are much faster so far.
Anyway thanks for any help, I'm hoping it's a simple configuration difference.
Mike
If you refer to the deprecated functions plugin list, yes, that will make the warning go aways (which is the purpose of the deprecated functions plugin).
But in any case you should update the function call as the warning tells because once it is remove it will be a real error.
I'm not wanting a new article when a gallery is created...just want to display a snippet of the latest gallery and or news...