Created TIPS: Custom Code (markdown)

Chris Paschen
2018-02-13 10:52:02 -06:00
parent 3c377d3fcd
commit 86d475b4c9

17
TIPS:-Custom-Code.md Normal file

@@ -0,0 +1,17 @@
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 |
| 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!!!!