So I'm not sure how to get this accomplished. What I'm trying to do is in the next_news() loop, I need to access the URL for the active news article. I've tried using printNewsURL and getNewsURL both and they trigger the following error:
Quote:[warn] mod_fcgid: stderr: PHP Fatal error: Call to undefined method ZenpageNews::getNewsBaseURL() in /home/micheall/domains/inthemdl.net/public_html/zp-core/zp-extensions/zenpage/zenpage-class-news.php on line 268
I'm assuming that it's because I'm not using it on the news object, however the printNewsTitleLink() etc function just fine. Am I missing somethign blindingly simple?
Edit:
Working with 12/6 nightly btw.