Closed (fixed)
Project:
Framework
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2009 at 16:39 UTC
Updated:
11 Feb 2011 at 00:13 UTC
I'm using Ubercart 2 with a theme I've written based on Framework 6.x-2.6.
When editing a Product, I should see a bar of extra links below the "View | Edit" links. Using plain Framework, these links are visible. When I switch to my theme, they fail to appear. The links aren't even in the Document Source.
I've used the Diffuse visual diff tool to compare my versions of key theme files with those in plain Framework, and I can't find what might be causing the links not to appear.
I don't remember changing any .tpl.php files, only style.css, but this can't be a CSS issue.
If you would like access to the dev site, I can message the URL to you and create an account.
| Comment | File | Size | Author |
|---|---|---|---|
| psooc.tar_.gz | 69.77 KB | Emyr42 |
Comments
Comment #1
andregriffin commentedHm, perhaps one of the functions in your template.php is not working. If you changed your theme name from framework, you also need to change the name of the .info file, as well as the "framework_" prefix for all the php functions in template.php and in any .tpl files.
Comment #2
kevinquillen commentedYou will also need to check template.block-editing.inc.
Comment #3
andregriffin commented