From e14684c7a8ee02753db4ebffa00162aa05ced9d4 Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 24 Mar 2018 22:37:00 +0200 Subject: [PATCH] fixed the layout and update the placholders --- TIPS:-Custom-Code.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/TIPS:-Custom-Code.md b/TIPS:-Custom-Code.md index 4faeabe..e6852aa 100644 --- a/TIPS:-Custom-Code.md +++ b/TIPS:-Custom-Code.md @@ -7,21 +7,25 @@ Here are some 'tips' when using custom code. |New Insert Code|`/***[INSERT<>$$$$]***/`|`/***[/INSERT<>$$$$]***/`| |New Replace Code|`/***[REPLACE<>$$$$]***/`|`/***[/REPLACE<>$$$$]***/`| ||WHEN JCB ADDS IT BACK AGAIN| -|JCB Add Inserted Code|`/***[INSERTED$$$$]***///23`|`/***[/INSERTED$$$$]***/`| -|JCB Add Replaced Code|`/***[REPLACED<>$$$$]***///25`|`/***[/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<>$$$$]***/`| -|Update Replaced Code|`/***[REPLACED<>$$$$]***///25`|`/***[/REPLACED<>$$$$]***/`| +|Update Inserted Code|`/***[INSERTED<>$$$$]***///*23*/`|`/***[/INSERTED<>$$$$]***/`| +|Update Replaced Code|`/***[REPLACED<>$$$$]***///*25*/`|`/***[/REPLACED<>$$$$]***/`| + +> "`/*23*/`" and "`/*25*/`" (or similar id numbers) are the ID of the code in the system don't change it!!!! + +# The custom HTML script placeholders |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$$$$]-->`| +|JCB Add Inserted Code|``|`<--[/INSERTED$$$$]-->`| +|JCB Add Replaced Code|``|`<--[/REPLACED$$$$]-->`| ||CHANGING EXISTING CUSTOM CODE| -|Update Inserted Code|``|`<--[/INSERTED<>$$$$]-->`| -|Update Replaced Code|``|`<--[/REPLACED<>$$$$]-->`| +|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 +> "``" and "``" (or similar id numbers) are the ID of the code in the system don't change it!!!! \ No newline at end of file