GetSimple Support Forum
Error in add-ons this site - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: Error in add-ons this site (/showthread.php?tid=10462)



Error in add-ons this site - sergey-tregubov-48 - 2018-04-28

In the description of the plug-in you can not see the line, tell me how to insert it. I write %musicslistprinter_show:music%
When you go to the page, the plug-in displays: %musicslistprintershow:music%


RE: Error in add-ons this site - sergey-tregubov-48 - 2018-04-28

All. Understood.

PHP Code:
_ 



RE: Error in add-ons this site - Carlos - 2018-04-28

It uses Markdown syntax. You can use `...` for line code:
`%musicslistprinter_show:music%`
that would be rendered like:
%musicslistprinter_show:music%


RE: Error in add-ons this site - sergey-tregubov-48 - 2018-04-28

(2018-04-28, 02:03:29)Carlos Wrote: It uses Markdown syntax. You can use `...` for line code:
`%musicslistprinter_show:music%`
that would be rendered like:
%musicslistprinter_show:music%

It's ideal variant. Thanks!