simpltekonline20120 Approved

Member since: 2016-11-11

Recent posts by simpltekonline20120
Post When

I have a page with the URL "/ministries", and I have another page with the URL "/ministries/adult". ...

Posted in Page code not rendering the correct URL in HTML

Nvm, I figured it out

Posted in data-request-update for partials not working

From what I read in the docs, to update a partial after a form submission via AJAX, you use the data...

Posted in data-request-update for partials not working

I added an empty:

function onRefreshTime() {

}

And that seemed to do it, but now I don't get how th...

Posted in "AJAX handler 'onRefreshTime' was not found"

Define the handler?? From the documentation, I just assumed that was some built-in method or functio...

Posted in "AJAX handler 'onRefreshTime' was not found"

P.S. I got this from the http://octobercms.com/docs/ajax/update-partials document page

Posted in "AJAX handler 'onRefreshTime' was not found"

I'm using AJAX to update a partial on a page every few seconds with a setInterval function, but for ...

Posted in "AJAX handler 'onRefreshTime' was not found"

All it produces is this:

==
***Mising image icon***
$fname
"; } $this['gallery'] = $galleryHtml; } ?...

Posted in Using regular ole PHP script in page

I've seen many other posts regarding using PHP code in pages, but they either involve simple, 3-line...

Posted in Using regular ole PHP script in page