I noticed that when I change the field settings of a content type, the format of a page already created with the original content type is not changed along with it. And in addition, I can't convert a page to a different content type like in earlier versions like Drupal 7. Instead, I have to create a new page.

Is there a way around this?

Thank you.

Comments

ahofer’s picture

Using two tablesorter in a site, the initial pagesize is not set using this code:

$("#pager2 .pagesize").val(12);
$("#bookings-table")
.tablesorter()
.tablesorterPager({ container: $("#pager2"), size: 12});

by removing the first table pager, the initial setting to pager2 is applied. How can be handled a multiple tablesorter. Is there any example.

regards

vm’s picture

per: https://www.drupal.org/node/643758 please edit the opening post and move it to the 'post installation' forum. Thank you.