Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Whenever you go to add topic page you get a listing of additional types in topic miscellaneous.
Is it supposed to work this way?
There is no option for attributes for new topic.
Comments
Comment #1
dheeraj.dagliya commentedWhenever you go to add topic page you get a listing of additional types in topic miscellaneous.
Is it supposed to work this way?
There is no option for attributes for new topic.
Comment #2
mlncn commentedSame problem, clicking on "add topic" takes one to the miscellaneous topic instead.
Comment #3
bradleyg commentedditto... is this default behavior?
Comment #4
bradleyg commentedok, to solve this problem, make a change on line 1353 of epublish.module from:
if ($edit) {
to
if (isset($edit->sid)) {
Comment #5
techrobo commentedyes .. this works.. verified .. now closed.