Hello all,

I have a strange but perplexing problem. I inherited a website at my new job that was originally created with Drupal. Well at some point it was just copied over to GoDaddy without setting up Drupal and importing it correctly. I have to add some links to a page but I've searched through all of the pages and can't find any pieces of that page in order to add the links. I'm not sure if Notepad ++ is skipping some file types and I need someone who might know more about Drupal to guide me if they can. The admin panel does still work but under content just one page shows up and it has that default for the page I need to edit, but I need to find the actual code.

Thanks

Comments

VM’s picture

you don't edit files to edit or add content.

If you want links on a specific page then you can add them to that node or put them in a block and set the block to only show on that node. Else you would need to generate a custom tpl.php file for that specific node and hard code the links. I don't suggest doing it this way though as the more hack in this way the more complex the site becomes to work with.

cusickwl’s picture

The problem is that the admin page only sees one page, but I think that is the page I need to work from. Are nodes something I should be able to view from the admin page?

VM’s picture

yoursite.com/admin/content by default lists content. if your site does not then you will need to sort out that issue. you can also edit a node by going to the node directly which assumes you know the node you need to change.