I have been working on upgrading Path Redirect and tried installing both beta6 and RC2 - on both versions, /admin/build/path-redirect shows up fine, but the Operations links are missing for a new redirect. This is a completely fresh installation - I dropped the existing path_redirect table, uninstalled the module at admin/build/modules, and then installed RC2. See attached screenshot.

Thank you for your help.

CommentFileSizeAuthor
path-redirect.png13.67 KBpmlodzik

Comments

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

Check to see if the HTML in that cell is there in the source code and is getting hidden somehow.

pmlodzik’s picture

Hi Dave,

I thought of the same thing, that some CSS might be hiding the links, so I checked in Firebug at /admin/build/path-redirect on RC2 and all it shows me is an empty table data element,

<td></td>

Thanks for any help you can provide.

Best,
Peter

dave reid’s picture

This may be a problem with your theme since the code uses theme('links', $operations, array('class' => 'links inline nowrap')). Try switching to Garland temporarily as your admin theme to see if they show up then.

pmlodzik’s picture

Dave,

That fixed the problem, thank you! Any suggestions about ways I could modify the theme code to rectify this situation?

Thanks again,
Peter

dave reid’s picture

Is it a contrib theme? If it is, then you should transfer this issue to that theme's issue queue. Otherwise, looking at anything with theme_links() or link-related should be investigated in your theme's template.php.

pmlodzik’s picture

Thanks, will do.

pmlodzik’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.