Closed (fixed)
Project:
SpreadFirefox
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Nov 2006 at 15:59 UTC
Updated:
1 Feb 2007 at 18:15 UTC
The attached patch updates SpreadFirefox to be compatible with Drupal 5 beta 1.
The list of changes are
More work needs to be done on the administration pages to remove superfluous borders -- nothing serious.
Paddy.
| Comment | File | Size | Author |
|---|---|---|---|
| sfx_drupal5.patch | 3.93 KB | paddy_deburca |
Comments
Comment #1
paddy_deburca commentedI am not too happy with the new theme('links') method of returning the primary and secondary menus. The 'active' class is only added to the hyperlink and not the list item. This means that we can only customise the hyperlink when that part of the web site is being viewed.
The solution is to use preg_replace to replace all occurances of 'menu-1-2-3-active' with 'menu-1-2-3 active'.
The new code in template.php could be
The new css could be
This highlights the active menu item for all those compliant browsers.
Any thoughts?
Paddy.
Comment #2
Mad Maks commentedis not exactly right: it has to be
then the layout will stay the same
Comment #3
Mad Maks commentedthe cvs is updated to 5.0. as far as i can see there are no changes in the layout. please test and comment.
Comment #4
Mad Maks commentedComment #5
(not verified) commented