If "There are no meta tags currently defined." the number of columns is incorrect on admin/content/nodewords/global/other. The last column have the wrong color.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Voila_Capture_38.png | 56.14 KB | avpaderno |
| #4 | Voila_Capture_37.png | 38.23 KB | avpaderno |
| #3 | nodewords_table_column.png | 7.36 KB | hass |
Comments
Comment #1
avpadernoMay you attach a screenshot of the settings page?
Comment #2
avpadernoI have already fixed that problem in the development snapshot; if this is still a problem in the development snapshot, then feel free to re-open this report.
Comment #3
hass commentedStill broken in latest DEV. Screenshot attached.
Comment #4
avpadernoIt seems that depends from the theme used.
Comment #5
avpadernoAlso changing the theme from Bluemarine to Garland, the table is shown correctly.
I am not sure how the code should be fixed; to verify which theme is being used, and then changing a parameter passed to the table theme function doesn't seem the correct way to proceed.
Comment #6
avpadernoI tried increasing the value of the attribute colspan, and it seems to work.
I guess that I must count all the columns present in the table, including the ones that will be hidden.
Thanks for the report, and the help in confirming the issue.
Comment #7
hass commentedOnly for understanding… is there a reason i missed that operations must have a colspan=2 ? I haven't seen any and would better roll back the change and remove the colspan from operations column.
Comment #8
avpadernoI think that colspan is needed to put both the operations under the column Operations; differently, only the first link would appear under that column.
See the code used by a Drupal core function (2 operation links, and attribute colspan set to 2):
Comment #9
hass commentedAre we talking about the same module? Your function is named
contact_admin_categories()... this is not nodewordsComment #10
avpadernoWould make sense to report what Nodewords does, when you are suggesting that Nodewords is doing something not correct? Indeed, it would not make sense. That is the reason I reported what Drupal code does.