Updated TIPS: Custom Code (markdown)

dev
2018-03-24 22:31:53 +02:00
parent 5afe75adc6
commit 77ec367db1

@@ -1,16 +1,27 @@
Here are some 'tips' when using custom code. Here are some 'tips' when using custom code.
# The custom script placeholders # The custom PHP script placeholders
|USAGE|PHP START|PHP END|HTML START|HTML END |USAGE|PHP START|PHP END
|---|---|---|---|---| |---|---|---|
|New Insert Code|/***[INSERT<>$$$$]***/|/***[/INSERT<>$$$$]***/|`<!--[INSERT<>$$$$]-->`|`<--[/INSERT<>$$$$]-->`| |New Insert Code|`/***[INSERT<>$$$$]***/`|`/***[/INSERT<>$$$$]***/`|
|New Replace Code|/***[REPLACE<>$$$$]***/|/***[/REPLACE<>$$$$]***/|`<!--[REPLACE<>$$$$]-->`|`<--[/REPLACE<>$$$$]-->`| |New Replace Code|`/***[REPLACE<>$$$$]***/`|`/***[/REPLACE<>$$$$]***/`|
||WHEN JCB ADDS IT BACK AGAIN| ||WHEN JCB ADDS IT BACK AGAIN|
|JCB Add Inserted Code|/***[INSERTED$$$$]***///23|/***[/INSERTED$$$$]***/|`<!--[INSERTED$$$$]-->`|`<--[/INSERTED$$$$]-->`| |JCB Add Inserted Code|`/***[INSERTED$$$$]***///23`|`/***[/INSERTED$$$$]***/`|
|JCB Add Replaced Code|/***[REPLACED<>$$$$]***///25|/***[/REPLACED<>$$$$]***/|`<!--[REPLACED$$$$]-->`|`<--[/REPLACED$$$$]-->`| |JCB Add Replaced Code|`/***[REPLACED<>$$$$]***///25`|`/***[/REPLACED<>$$$$]***/`|
||CHANGING EXISTING CUSTOM CODE| ||CHANGING EXISTING CUSTOM CODE|
|Update Inserted Code|/***[INSERTED<>$$$$]***///23|/***[/INSERTED<>$$$$]***/|`<!--[INSERTED<>$$$$]-->`|`<--[/INSERTED<>$$$$]-->`| |Update Inserted Code|`/***[INSERTED<>$$$$]***///23`|`/***[/INSERTED<>$$$$]***/`|
|Update Replaced Code|/***[REPLACED<>$$$$]***///25|/***[/REPLACED<>$$$$]***/|`<!--[REPLACED<>$$$$]-->`|`<--[/REPLACED<>$$$$]-->`| |Update Replaced Code|`/***[REPLACED<>$$$$]***///25`|`/***[/REPLACED<>$$$$]***/`|
|USAGE|HTML START|HTML END
|---|---|---|
|New Insert Code|`<!--[INSERT<>$$$$]-->`|`<--[/INSERT<>$$$$]-->`|
|New Replace Code|`<!--[REPLACE<>$$$$]-->`|`<--[/REPLACE<>$$$$]-->`|
||WHEN JCB ADDS IT BACK AGAIN|
|JCB Add Inserted Code|`<!--[INSERTED$$$$]-->`|`<--[/INSERTED$$$$]-->`|
|JCB Add Replaced Code|`<!--[REPLACED$$$$]-->`|`<--[/REPLACED$$$$]-->`|
||CHANGING EXISTING CUSTOM CODE|
|Update Inserted Code|`<!--[INSERTED<>$$$$]-->`|`<--[/INSERTED<>$$$$]-->`|
|Update Replaced Code|`<!--[REPLACED<>$$$$]-->`|`<--[/REPLACED<>$$$$]-->`|
"//23" and "//25" (or similar id numbers) are the ID of the code in the system don't change it!!!! "//23" and "//25" (or similar id numbers) are the ID of the code in the system don't change it!!!!