WebsiteBaker Community Forum

WebsiteBaker Support (2.10.x) => General Help & Support => Topic started by: noname8 on December 21, 2017, 04:04:05 PM

Title: How to modify buffer?
Post by: noname8 on December 21, 2017, 04:04:05 PM
I have custom php content loaded into website content area with page type "code" and there is include my php files.
They work fine.

But in that php file, i want to rewrite one custom tag in the <head> area of the page that comes from the template.
Normally i've done this with ob_start()...$var=ob_get_contents() and replace and echo back, but now when i get the ob_get_contents it only contains the page-area content and not the template stuff.
Where is the template stuff ?
Title: Re: How to modify buffer?
Post by: DarkViper on December 21, 2017, 04:59:39 PM
Where is the template stuff ?
…still in the OutputBuffer ;)
Remember...  OutputBuffer is a normal Stack (FILO) !