Hi,
I'm working at a plugin called 'NewArticleWizard' which leeds useres through writing new articles. By this process I've stored some information in a session:
PHP Code: | | |$_SESSION['wizard'] |
In the final step this selections as selected catagories , a predefinied pattern should load in the editor at the bottm, so if the user begins to write his article he begins at the top of the textarea.
So how can I implement this???
regards Timo