From b979f7f3d4b71ce7470617f05f8e89988ffff7dc Mon Sep 17 00:00:00 2001 From: Chris Paschen Date: Tue, 13 Feb 2018 11:32:13 -0600 Subject: [PATCH] Sorry for all the edits ... github markup & html is not the most 'fun' to try to get to look 'pretty' :-( --- TIPS:-Custom-Code.md | 66 +++++++------------------------------------- 1 file changed, 10 insertions(+), 56 deletions(-) diff --git a/TIPS:-Custom-Code.md b/TIPS:-Custom-Code.md index f052ca8..15a2d1f 100644 --- a/TIPS:-Custom-Code.md +++ b/TIPS:-Custom-Code.md @@ -2,61 +2,15 @@ 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<>$$$$]***/|`<--[INSERT<>$$$$]-->`|`<--[/INSERT<>$$$$]-->`| +|New Replace Code|/***[REPLACE<>$$$$]***/|/***[/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$$$$]-->`| +||CHANGING EXISTING CUSTOM CODE| +|Update Inserted Code|/***[INSERTED<>$$$$]***///23|/***[/INSERTED<>$$$$]***/|`<--[INSERTED<>$$$$]-->`|`<--[/INSERTED<>$$$$]-->`| +|Update Replaced Code|/***[REPLACED<>$$$$]***///25|/***[/REPLACED<>$$$$]***/|`<--[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
USAGEPHP STARTPHP ENDHTML STARTHTML END
New Insert Code/***[INSERT<>$$$$]***//***[/INSERT<>$$$$]***/> <!--[/INSERT<>$$$$]-->
New Replace Code/***[REPLACE<>$$$$]***//***[/REPLACE<>$$$$]***/<!--[REPLACE<>$$$$]--><!--[/REPLACE<>$$$$]-->
when JCB adds it back
JCB Add Inserted Code/***[INSERTED$$$$]***///23/***[/INSERTED$$$$]***/<!--[INSERTED$$$$]--><!--[/INSERTED$$$$]-->
JCB Add Replaced Code/***[REPLACED<>$$$$]***///25/***[/REPLACED<>$$$$]***/<!--[REPLACED$$$$]--><!--[/REPLACED$$$$]-->
changeing existing custom code
Update Inserted Code/***[INSERTED<>$$$$]***///23/***[/INSERTED<>$$$$]***/<!--[INSERTED<>$$$$]--><!--[/INSERTED<>$$$$]-->
Update Replaced Code/***[REPLACED<>$$$$]***///25/***[/REPLACED<>$$$$]***/<!--[REPLACED<>$$$$]--><!--[/REPLACED<>$$$$]-->