Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Exporting a message content from the admin-viewable forum to DIV on site
How to ?
0
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.