diff --git a/TIPS:-Custom-Code.md b/TIPS:-Custom-Code.md index 15a2d1f..a49d44b 100644 --- a/TIPS:-Custom-Code.md +++ b/TIPS:-Custom-Code.md @@ -4,13 +4,13 @@ Here are some 'tips' when using custom code. |USAGE|PHP START|PHP END|HTML START|HTML END |---|---|---|---|---| -|New Insert Code|/***[INSERT<>$$$$]***/|/***[/INSERT<>$$$$]***/|`<--[INSERT<>$$$$]-->`|`<--[/INSERT<>$$$$]-->`| -|New Replace Code|/***[REPLACE<>$$$$]***/|/***[/REPLACE<>$$$$]***/|`<--[REPLACE<>$$$$]-->`|`<--[/REPLACE<>$$$$]-->`| +|New Insert Code|/***[INSERT<>$$$$]***/|/***[/INSERT<>$$$$]***/|``|`<--[/INSERT<>$$$$]-->`| +|New Replace Code|/***[REPLACE<>$$$$]***/|/***[/REPLACE<>$$$$]***/|``|`<--[/REPLACE<>$$$$]-->`| ||WHEN JCB ADDS IT BACK AGAIN| -|JCB Add Inserted Code|/***[INSERTED$$$$]***///23|/***[/INSERTED$$$$]***/|`<--[INSERTED$$$$]-->`|`<--[/INSERTED$$$$]-->`| -|JCB Add Replaced Code|/***[REPLACED<>$$$$]***///25|/***[/REPLACED<>$$$$]***/|`<--[REPLACED$$$$]-->`|`<--[/REPLACED$$$$]-->`| +|JCB Add Inserted Code|/***[INSERTED$$$$]***///23|/***[/INSERTED$$$$]***/|``|`<--[/INSERTED$$$$]-->`| +|JCB Add Replaced Code|/***[REPLACED<>$$$$]***///25|/***[/REPLACED<>$$$$]***/|``|`<--[/REPLACED$$$$]-->`| ||CHANGING EXISTING CUSTOM CODE| -|Update Inserted Code|/***[INSERTED<>$$$$]***///23|/***[/INSERTED<>$$$$]***/|`<--[INSERTED<>$$$$]-->`|`<--[/INSERTED<>$$$$]-->`| -|Update Replaced Code|/***[REPLACED<>$$$$]***///25|/***[/REPLACED<>$$$$]***/|`<--[REPLACED<>$$$$]-->`|`<--[/REPLACED<>$$$$]-->`| +|Update Inserted Code|/***[INSERTED<>$$$$]***///23|/***[/INSERTED<>$$$$]***/|``|`<--[/INSERTED<>$$$$]-->`| +|Update Replaced Code|/***[REPLACED<>$$$$]***///25|/***[/REPLACED<>$$$$]***/|``|`<--[/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