3

I am working with drupal 7.4, and have installed the Devel module; however, I am missing the "Enable theme developer" link in its menu.

Is there anything I have overlooked here?

apaderno
  • 28,547
  • 16
  • 75
  • 90
Peter
  • 47,963
  • 46
  • 132
  • 181
  • How did you installed it? I can't find no where the instruction on how to install the devel module. I have never installed a module. I am new to Drupal. – Guillaume Bois Nov 18 '14 at 14:16

2 Answers2

4

Are you looking for the Theme developer module, which is now a separate module from the Devel module?

apaderno
  • 28,547
  • 16
  • 75
  • 90
nmc
  • 8,724
  • 5
  • 36
  • 68
  • +1: since I probably am. In the tutorial I was doing it still was part of devel. I accept your answer as soon as I have time to test it out. – Peter Aug 26 '11 at 20:21
  • The two modules have been split some time ago, but once the Devel module contained it. – apaderno Aug 27 '11 at 14:10
1

its too late to answer. but it may help some newbies. if your are looking for Theme Developer module. It is now a separate module and it relies on Devel and simplehtmldom.

--cheers

Developer
  • 3,857
  • 4
  • 37
  • 47
  • 2
    I guess that's the same answer as the accepted one, I would mention the simplehtmldom in a comment on that answer – Peter Apr 19 '13 at 10:36