Topic: how can I make a shortcut;
hi
how can I make a shortcut;
example
and the call {button}
Pages 1
hi
how can I make a shortcut;
example
and the call {button}
I make a video See this
I saw this post http://forum.monstra.org/topic/501/add- … -markdown/
I did do of what was wrong bad
Morfy::factory()->addFilter('content', function($content) { $some_code = ''; return str_replace('{button}', $some_code, $content); });
like
Morfy::factory()->addFilter('content', function($content) { $html = ''; return str_replace('{button}', $html, $content); });
thanks bro
// call this with {discus} Morfy::factory()->addFilter('content',function($content){ // Nickname of discus $name = 'Write nickname here'; $html = ' comments powered by Disqus '; return str_replace('{discus}',$html,$content); });
Good
Pages 1