Can't republish an unpublished page on drupal site -


i'm administrator on drupal site...

i accidentally unpublished home page, cannot find means republish it.

from content menu, can select piece of content, options make sticky / unsticky , delete or unpublish... though it's unpublished.

help, please

there many ways set node published state if know nid, node id. here couple:

  • you can browse http://www.example.com/node/[nid]/edit , tick published checkbox under publishing options fieldset.
  • you can change via database query: update node set node.status = 1 nid = [nid];

Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -