From 78350aaba4bba76400fd8965c4ae06cd9d05a9ca Mon Sep 17 00:00:00 2001 From: Chris Paschen Date: Tue, 13 Feb 2018 11:07:47 -0600 Subject: [PATCH] Updated TIPS: Custom Code (markdown) --- TIPS:-Custom-Code.md | 70 +++++++------------------------------------- 1 file changed, 11 insertions(+), 59 deletions(-) diff --git a/TIPS:-Custom-Code.md b/TIPS:-Custom-Code.md index bf781ef..144de92 100644 --- a/TIPS:-Custom-Code.md +++ b/TIPS:-Custom-Code.md @@ -1,62 +1,14 @@ -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<>$$$$]***/` | -"//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 +_"//23" and "//25" (above example) are the ID of the code in the system don't change it!!!!_ \ No newline at end of file
USAGEPHP STARTPHP ENDHTML STARTHTML 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<>$$$$]***/`````