Hm, I need a tool to prepare site content - possibility to edit messages with the same way as on the forum, to format messages and to publish containers (div class="Message") on site. And edit them further.
Or through loading the bootstap.php. Then use model, get the message, format it, etc.
However what you are trying to doesn't seem to be worth the effort. It is a botch job at best. Why not start with something fit for purpose in he first place?
If it is truly hidden (can't think why) then you will also need a plugin to override this.
hidden because it's an admin tool to prepare content. I just go to Generic forum and format and edit generic messages with comfortable way. Then with just one php string I may place an article to my site in any page where I want;
Comments
There was an error rendering this rich post.
There was an error rendering this rich post.
And want to publish admin messages (prepared in hidden generic topic ) inside of site not the forum.
something like this
<?php //code on site echo Get_Div_From('GenericForum','message_1'); ?>
There was an error rendering this rich post.
Or through loading the bootstap.php. Then use model, get the message, format it, etc.
However what you are trying to doesn't seem to be worth the effort. It is a botch job at best. Why not start with something fit for purpose in he first place?
grep is your friend.
grep is your friend.
and I don't need no Wordpress by now at least.
grep is your friend.
@x00 hmm i've done terrible idea for some days. now i have Vanilla based cms. it's terribly
you're right.
Core function is very simple. styling and formatting - more boring to implement.