You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.textile
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
h1. jcr_link_custom
2
2
3
-
Adds a single extra custom field of up to 255 characters to the "Admin › Links":http://docs.textpattern.io/administration/links-panel panel and provides a corresponding tag to output the custom field.
3
+
Adds a single extra custom field of up to 255 characters to the "Content › Links":http://docs.textpattern.io/administration/links-panel panel and provides a corresponding tag to output the custom field.
4
4
5
5
6
6
h2. Use cases
@@ -43,13 +43,13 @@ p. when the link custom field is used to store the Image ID# of the logo.
43
43
44
44
h2. Changing the label of the custom field
45
45
46
-
The name of custom field can be changed by specifying a new label using the _Install from Textpack_ field in the "Admin › Languages":http://docs.textpattern.io/administration/languages-panel.html panel. Enter your own information in the following pattern and click *Upload*:
46
+
The name of custom field can be changed by specifying a new label using the _Install from Textpack_ field in the "Admin › Languages":http://docs.textpattern.io/administration/languages-panel panel. Enter your own information in the following pattern and click *Upload*:
47
47
48
48
bc.. #@admin
49
49
#@language en-gb
50
-
jcr_link_custom => Image ID
50
+
jcr_link_custom => Your label
51
51
52
-
p. replacing @en-gb@ with your own language and @Image ID@ with your own desired label.
52
+
p. replacing @en-gb@ with your own language and @Your label@ with your own desired label.
Copy file name to clipboardExpand all lines: jcr_link_custom.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ public static function save($event, $step)
158
158
}
159
159
160
160
/**
161
-
* Public tag: show custom link field
161
+
* Public tag: Output custom link field
162
162
* @param string $atts[escape] Convert special characters to HTML entities.
163
163
* @return string custom field output
164
164
* <code>
@@ -192,7 +192,7 @@ function jcr_link_custom($atts)
192
192
# --- BEGIN PLUGIN HELP ---
193
193
h1. jcr_link_custom
194
194
195
-
Adds a single extra custom field of up to 255 characters to the "Admin › Links":http://docs.textpattern.io/administration/links-panel panel and provides a corresponding tag to output the custom field.
195
+
Adds a single extra custom field of up to 255 characters to the "Content › Links":http://docs.textpattern.io/administration/links-panel panel and provides a corresponding tag to output the custom field.
196
196
197
197
198
198
h2. Use cases
@@ -235,13 +235,13 @@ function jcr_link_custom($atts)
235
235
236
236
h2. Changing the label of the custom field
237
237
238
-
The name of custom field can be changed by specifying a new label using the _Install from Textpack_ field in the "Admin › Languages":http://docs.textpattern.io/administration/languages-panel.html panel. Enter your own information in the following pattern and click *Upload*:
238
+
The name of custom field can be changed by specifying a new label using the _Install from Textpack_ field in the "Admin › Languages":http://docs.textpattern.io/administration/languages-panel panel. Enter your own information in the following pattern and click *Upload*:
239
239
240
240
bc.. #@admin
241
241
#@language en-gb
242
-
jcr_link_custom => Image ID
242
+
jcr_link_custom => Your label
243
243
244
-
p. replacing @en-gb@ with your own language and @Image ID@ with your own desired label.
244
+
p. replacing @en-gb@ with your own language and @Your label@ with your own desired label.
0 commit comments