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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -