Here's how to reproduce this problem:

1) Install module.
2) Create a new template with basic settings.
3) Enable the "Lists" block.

And that's it. Normally the "Create a new list" link would show up on the block by now for the content type the module is set up for with an older version of the module. But not with the new version if you install it clean on a fresh version of Drupal. Am I the only one having this issue?

Comments

wwwjaylee created an issue. See original summary.

jay.lee.bio’s picture

Actually this is a bit weirder than I thought. Here's how to take care of this problem for now (I believe for all versions of the module):

1) Install module.
2) Create a new template with basic settings.
3) Enable the "Lists" block.
4) Check "Include flag module flags" in the "Lists" block. -> At this point, the "Create a new list" link will actually show up.
5) Uncheck "Include flag module flags" in the "Lists" block. -> The "Create a new list" link remains and does not disappear.

But the real problem is that the "Show link to add new list" option is checked by default and is what's supposed to make the link show up in the first place. Why is the "Include flag module flags" option doing the job of waking the "Create a new list" link up and keeping it up for good once it's up?

sl27257’s picture

I need to recreate your steps above to understand what is happening...

Two questions before though:

  1. Is patch #1777412: is that possible to build list as entity, so that the lists can have more properties included?
  2. What does the table "flag_lists_types" look like after step 2) ?

TiA

BR

/Thomas

jay.lee.bio’s picture

1. No, this is just using the pure 7.x-3.1 version itself.

2. Thanks for this question. It's what helped me come up with an answer for a different issue (#8), which should also answer your question here.

It's also interesting to note that #2 still applies verbatim even if I make sure that a flag list stays a flag list, meaning even after I went through both steps 1 & 2 as well as 1 through 4 separately. I actually thought that it was either steps I through IV or A through F that was causing #2, but I was wrong. #2 definitely needs to be fixed.

sl27257’s picture

Status: Active » Closed (outdated)