Closed (fixed)
Project:
Simple Meta
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2013 at 15:18 UTC
Updated:
12 Jun 2014 at 00:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jwilson3Comment #2
jwilson3Comment #3
jwilson3Comment #4
Anthony Goode commentedHi,
In my case the simplemeta tab does not appear on admin/content/ although you can see on the code that the menu items are set on hook_menu() implementation. I have done a simple fixing:
In the simplemeta.module file (module version 7.x-1.1):
I have added it as a tab on the content administration page:
It works for me, I hope some one else finds it useful.
Cheers!
Comment #5
jwilson3Um, @Anthony Goode, that is a completely separate problem and fix from what this issue is about, mind creating a separate issue?
This issue is about the flyout tab that sits on the left side of the screen on all front-end pages, that sometimes ends up appearing on some admin pages.
This issue is NOT about the simplemeta admin page and its tab at /admin/content/simplemeta
Comment #7
jwilson3^ Cool. Thanks for the commit.