diff --git a/TIPS:-Custom-Code.md b/TIPS:-Custom-Code.md index 160979e..50e6541 100644 --- a/TIPS:-Custom-Code.md +++ b/TIPS:-Custom-Code.md @@ -2,16 +2,61 @@ Here are some 'tips' when using custom code. # The custom script placeholders -| | | | | | -|---|---|---|---|---| -| USAGE | PHP START | PHP END | HTML START | HTML END | -| New Insert Code | `/***[INSERT<>$$$$]***/` | `/***[/INSERT<>$$$$]***/` | `` | `` | -| New Replace Code | `/***[REPLACE<>$$$$]***/` | `/***[/REPLACE<>$$$$]***/` | `` | `` | -| when JCB adds it back | -| JCB Add Inserted Code | `/***[INSERTED$$$$]***///23` | `/***[/INSERTED$$$$]***/` | -| JCB Add Replaced Code | `/***[REPLACED<>$$$$]***///25` | `/***[/REPLACED<>$$$$]***/` | -| changeing existing custom code | -| Update Inserted Code | `/***[INSERTED<>$$$$]***///23` | `/***[/INSERTED<>$$$$]***/` | -| Update Replaced Code | `/***[REPLACED<>$$$$]***///25` | `/***[/REPLACED<>$$$$]***/` | +
USAGE | +PHP START | +PHP END | +HTML START | +HTML END | +
New Insert Code | +`/***[INSERT<>$$$$]***/` | +`/***[/INSERT<>$$$$]***/` | +`` | +`` | +
New Replace Code | +`/***[REPLACE<>$$$$]***/` | +`/***[/REPLACE<>$$$$]***/` | +`` | +`` | +
when JCB adds it back | +||||
JCB Add Inserted Code | +`/***[INSERTED$$$$]***///23` | +`/***[/INSERTED$$$$]***/` | +`` | +`` | +
JCB Add Replaced Code | +`/***[REPLACED<>$$$$]***///25` | +`/***[/REPLACED<>$$$$]***/` | +`` | +`` | +
changeing existing custom code | +||||
Update Inserted Code | +`/***[INSERTED<>$$$$]***///23` | +`/***[/INSERTED<>$$$$]***/` | +`` | +`` | +
Update Replaced Code | +`/***[REPLACED<>$$$$]***///25` | +`/***[/REPLACED<>$$$$]***/` | +`` | +`` | +