Hi, I'm somewhat new to FCKeditor but so far i've enjoyed using it very much.
i'm doing a new site for my pastor and decided to use it to construct each page within my basic layout. there is one block of code however which I'd like to appear on each page, but not always in the same location, yet to have it be editable so that when i use FCK to edit that block it will be updated on every page its called from.
the only way i can think of to accomplish this would be to have the ability to call a php function within the code i place into FCKeditor ... the php function could grab the html that i want on each page and return it ...
is something like this possible with FCKeditor ?
i'm doing a new site for my pastor and decided to use it to construct each page within my basic layout. there is one block of code however which I'd like to appear on each page, but not always in the same location, yet to have it be editable so that when i use FCK to edit that block it will be updated on every page its called from.
the only way i can think of to accomplish this would be to have the ability to call a php function within the code i place into FCKeditor ... the php function could grab the html that i want on each page and return it ...
is something like this possible with FCKeditor ?
Re: embedding code
I wrote a back end to FCKeditor which allows me to create as many editable blocks as i want, each one named by page name and id number
should i want to create one to be embedded in several other locations i just embed it by typing [[EMBED:nameorid]] in the code blocks i want to place it, my back end them replaced the [[EMBED:...]] with the code from the other saved block..
in the end i like this better because that way my clients arn't messing with php inside the editors... and its not to complex for them to figure out how to use (i hope)
Logikos