By Sunny on Monday, 29 May 2017
Posted in General
Replies 1
Likes 0
Views 196
Votes 0
Hi,

How can i echo some value in custom html
<?php echo $permalink;?> in custom html field of pages?

Secondly how can i make custom fields clickable in Pages. ( Checkboxes, Multilist)
In profile type the checkboxes and multilists are clickable.

regards
Sunny
Since most of the custom fields for pages are inheriting from the user's custom fields, you can modify the custom field theme file for the user fields.

For instance, if you are trying to add contents on the theme file for textbox field on a page, you could copy the file from /media/com_easysocial/apps/fields/user/textbox/themes/default/display_content.php into /media/com_easysocial/apps/fields/page/textbox/themes/default/ and make your changes accordingly.

It is currently not possible to have links on the custom fields from pages as the search area doesn't support that now.
·
Monday, 29 May 2017 23:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post