Hi, I'm not getting the clone tab, do you know what I may have missed? In Drupal 6 I got it just enabling the module, do I have to do anything else? I've checked the module options and there aren't excluded content types.

Comments

enkara’s picture

Status: Active » Closed (fixed)

Sorry, it was my template. For others who would have the same problem, now the clone link isn't a tab, is an action link

m.zerres’s picture

m.zerres’s picture

I've been looking for that in edit mode and found it in view mode

enkara’s picture

Category: support » feature
Status: Closed (fixed) » Active

Yes, I really don't like it to be an action link, it bothers me being in the page content. And the other thing is that you can only access to it in view mode! I would suggest to the mantainers of the module to put it as a tab, where it was in previous versions.
Thank you

EmilOberg’s picture

I'm not seeing it either. What do I need to include in my template to get a link?

Edit: Answer:
print render($action_links);

pwolanin’s picture

Status: Active » Closed (won't fix)

D7 UX guidelines suggest it shoudl be an action link, not a tab.

danepowell’s picture

Status: Closed (won't fix) » Active

Not to split hairs, but I'm not sure how 'edit' or 'view' are any less of an action than 'clone'.

Perhaps the location of the link should depend on the configuration- if you are prepopulating an edit form, then the clone link should appear as a tab, whereas if you are immediately creating a new item, it should appear as an action link.

When you look at it that way, there's no reason you couldn't enable both at once- essentially making the 'method to use when cloning' config checkboxes instead of radio buttons.

pwolanin’s picture

If you want to provide a patch to add it to the node contextual links, I'd certainly consider that option, though that handles a different use case of cloning from a listing.

Starminder’s picture

I sure could use some help getting a tab, an action link, anything to show up.

Edit: OK, I finally see the link, which appears below ALL of the comments posted to the content. Seriously? While I understand new standards, this one from a practical standpoint is downright stupid. If convert shows up in a tab, then so should clone. It needs to be obvious, and nested in with the other tabs that perform functions related to the content.

pwolanin’s picture

If it appears below the content, this suggests you have a broken or badly-upgraded custom theme.

Starminder’s picture

Perhaps, but all the other tabs are still where one would expect to find them except this one.

carlos.macao’s picture

Subscribe. This question made me wast a lot of time, trying to discover why I did not see the clone tab. At the end I discover the problem has to do with my template, which was not rendering the action links.

pwolanin’s picture

Status: Active » Closed (works as designed)

Should probably make it show as a contextual link too, but I rest upon:

merlinofchaos: In any case, 'clone' shouldn't be a tab.

lklimek’s picture

Status: Closed (works as designed) » Active

Hi,

I wonder if this couldn't be done by adding a configuration option and let users choose how do they want to display that link?

If you'll accept this solution, I can implement it and send a patch.

danepowell’s picture

I stand by my suggestion in #7, which is along those lines...

pwolanin’s picture

Status: Active » Closed (works as designed)
robloach’s picture

Status: Closed (works as designed) » Closed (duplicate)
thoughtcat’s picture

attheshow’s picture

Thanks thoughtcat!

Chim’s picture

Use Thoughtcats module to change action link to tab

Thanks thoughtcat