fixed the layout and update the placholders
@@ -7,21 +7,25 @@ Here are some 'tips' when using custom code.
|
|||||||
|New Insert Code|`/***[INSERT<>$$$$]***/`|`/***[/INSERT<>$$$$]***/`|
|
|New Insert Code|`/***[INSERT<>$$$$]***/`|`/***[/INSERT<>$$$$]***/`|
|
||||||
|New Replace Code|`/***[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$$$$]***/`|
|
|JCB Add Inserted Code|`/***[INSERTED$$$$]***///*23*/`|`/***[/INSERTED$$$$]***/`|
|
||||||
|JCB Add Replaced Code|`/***[REPLACED<>$$$$]***///25`|`/***[/REPLACED<>$$$$]***/`|
|
|JCB Add Replaced Code|`/***[REPLACED$$$$]***///*25*/`|`/***[/REPLACED$$$$]***/`|
|
||||||
||CHANGING EXISTING CUSTOM CODE|
|
||CHANGING EXISTING CUSTOM CODE|
|
||||||
|Update Inserted Code|`/***[INSERTED<>$$$$]***///23`|`/***[/INSERTED<>$$$$]***/`|
|
|Update Inserted Code|`/***[INSERTED<>$$$$]***///*23*/`|`/***[/INSERTED<>$$$$]***/`|
|
||||||
|Update Replaced Code|`/***[REPLACED<>$$$$]***///25`|`/***[/REPLACED<>$$$$]***/`|
|
|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
|
|USAGE|HTML START|HTML END
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
|New Insert Code|`<!--[INSERT<>$$$$]-->`|`<--[/INSERT<>$$$$]-->`|
|
|New Insert Code|`<!--[INSERT<>$$$$]-->`|`<--[/INSERT<>$$$$]-->`|
|
||||||
|New Replace Code|`<!--[REPLACE<>$$$$]-->`|`<--[/REPLACE<>$$$$]-->`|
|
|New Replace Code|`<!--[REPLACE<>$$$$]-->`|`<--[/REPLACE<>$$$$]-->`|
|
||||||
||WHEN JCB ADDS IT BACK AGAIN|
|
||WHEN JCB ADDS IT BACK AGAIN|
|
||||||
|JCB Add Inserted Code|`<!--[INSERTED$$$$]-->`|`<--[/INSERTED$$$$]-->`|
|
|JCB Add Inserted Code|`<!--[INSERTED$$$$]--><!--23-->`|`<--[/INSERTED$$$$]-->`|
|
||||||
|JCB Add Replaced Code|`<!--[REPLACED$$$$]-->`|`<--[/REPLACED$$$$]-->`|
|
|JCB Add Replaced Code|`<!--[REPLACED$$$$]--><!--25-->`|`<--[/REPLACED$$$$]-->`|
|
||||||
||CHANGING EXISTING CUSTOM CODE|
|
||CHANGING EXISTING CUSTOM CODE|
|
||||||
|Update Inserted Code|`<!--[INSERTED<>$$$$]-->`|`<--[/INSERTED<>$$$$]-->`|
|
|Update Inserted Code|`<!--[INSERTED<>$$$$]--><!--23-->`|`<--[/INSERTED<>$$$$]-->`|
|
||||||
|Update Replaced Code|`<!--[REPLACED<>$$$$]-->`|`<--[/REPLACED<>$$$$]-->`|
|
|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!!!!
|
> "`<!--23-->`" and "`<!--25-->`" (or similar id numbers) are the ID of the code in the system don't change it!!!!
|
Reference in New Issue
Block a user