From 77ec367db17e541b3e2c4d2a5d6a5682b847b45e Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 24 Mar 2018 22:31:53 +0200 Subject: [PATCH] Updated TIPS: Custom Code (markdown) --- TIPS:-Custom-Code.md | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/TIPS:-Custom-Code.md b/TIPS:-Custom-Code.md index a49d44b..4faeabe 100644 --- a/TIPS:-Custom-Code.md +++ b/TIPS:-Custom-Code.md @@ -1,16 +1,27 @@ 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 -|---|---|---|---|---| -|New Insert Code|/***[INSERT<>$$$$]***/|/***[/INSERT<>$$$$]***/|``|`<--[/INSERT<>$$$$]-->`| -|New Replace Code|/***[REPLACE<>$$$$]***/|/***[/REPLACE<>$$$$]***/|``|`<--[/REPLACE<>$$$$]-->`| +|USAGE|PHP START|PHP END +|---|---|---| +|New Insert Code|`/***[INSERT<>$$$$]***/`|`/***[/INSERT<>$$$$]***/`| +|New Replace Code|`/***[REPLACE<>$$$$]***/`|`/***[/REPLACE<>$$$$]***/`| ||WHEN JCB ADDS IT BACK AGAIN| -|JCB Add Inserted Code|/***[INSERTED$$$$]***///23|/***[/INSERTED$$$$]***/|``|`<--[/INSERTED$$$$]-->`| -|JCB Add Replaced Code|/***[REPLACED<>$$$$]***///25|/***[/REPLACED<>$$$$]***/|``|`<--[/REPLACED$$$$]-->`| +|JCB Add Inserted Code|`/***[INSERTED$$$$]***///23`|`/***[/INSERTED$$$$]***/`| +|JCB Add Replaced Code|`/***[REPLACED<>$$$$]***///25`|`/***[/REPLACED<>$$$$]***/`| ||CHANGING EXISTING CUSTOM CODE| -|Update Inserted Code|/***[INSERTED<>$$$$]***///23|/***[/INSERTED<>$$$$]***/|``|`<--[/INSERTED<>$$$$]-->`| -|Update Replaced Code|/***[REPLACED<>$$$$]***///25|/***[/REPLACED<>$$$$]***/|``|`<--[/REPLACED<>$$$$]-->`| +|Update Inserted Code|`/***[INSERTED<>$$$$]***///23`|`/***[/INSERTED<>$$$$]***/`| +|Update Replaced Code|`/***[REPLACED<>$$$$]***///25`|`/***[/REPLACED<>$$$$]***/`| + +|USAGE|HTML START|HTML END +|---|---|---| +|New Insert Code|``|`<--[/INSERT<>$$$$]-->`| +|New Replace Code|``|`<--[/REPLACE<>$$$$]-->`| +||WHEN JCB ADDS IT BACK AGAIN| +|JCB Add Inserted Code|``|`<--[/INSERTED$$$$]-->`| +|JCB Add Replaced Code|``|`<--[/REPLACED$$$$]-->`| +||CHANGING EXISTING CUSTOM CODE| +|Update Inserted Code|``|`<--[/INSERTED<>$$$$]-->`| +|Update Replaced Code|``|`<--[/REPLACED<>$$$$]-->`| "//23" and "//25" (or similar id numbers) are the ID of the code in the system don't change it!!!! \ No newline at end of file