Closed (fixed)
Project:
CivicSpace Theme
Version:
4.6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Jul 2005 at 07:31 UTC
Updated:
1 Nov 2005 at 18:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
biohabit commentedHere is the safari screen shot.
Comment #2
drummThere are two problems with the logic which decides which blocks show on the admin page:
1. It is only applied to the left side when the interesting blocks might be on the right side too. I think the CSS for the "admin theme" will put blocks that are on the left and right sides on the left side as intended. The same logic should be applied to both sides.
2. The test for which blocks to show is something along the lines of
if (module == 'user'). With the menu module enabled the modules might instead be 'menu.' So the test should simply show all menu blocks (since the logic to find the block with the administration menu might be scary).if (module == 'user' || module == 'menu')Comment #3
bomarmonk commentedI would also like to add that the new tarball (and latest CVS) of civicspace seemed to undo many fixes that had been made to the cvs version. I think whoever "cleaned up" factory joe's commit of this theme accidently reverted to an older, buggy version of the groundswell theme....
Comment #4
drummI think the cleanup you referred to was:
1. Chris handed us a new tarball because his new computer didn't have a CVS client.
2. Ankur put it in HEAD.
3. I put it in the 4-6 branch.
Comment #5
factoryjoe commentedThere seems to be a bug in PHPTemplate in PHP5. There's a fix here:
http://drupal.org/node/25891#comment-34072
There's also a problem with upgrading CivicSpace (rather than doing a clean install (from what I hear)) that messes with the block visibility settings.
There may also be a problem with having multiple sites on the same drupal install, but I'm not sure how to test that. (Boris reported this)
Comment #6
ankur commentedComment #7
ankur commentedThe above patch was put together by Drumm and I. It takes care of the admin menu disappearing and so forth.
-Ankur
Comment #8
ankur commentedCommitted to DRUPAL-4-6. Thanks Ankur!
-Ankur
Comment #9
(not verified) commentedComment #10
(not verified) commentedComment #11
(not verified) commentedComment #12
nautis commentedthe admin is still broken in the current release. the navigation block must be set to "left" for this theme to work. however, my site's navigation is set to the right.
Comment #13
(not verified) commentedComment #14
stevryn commentedI have found this as well, still happening...thanks
Comment #15
stevryn commentedApparently the issue is with custom blocks/menus. I have my navigation menu disabled, because I created custom menus and moved the administration items to a new menu. When I put it back in Navigation and enable, its there. It appears this themes doesnt account for custom menus with regard to the administration page?
I love the theme, it really works well for a charity site I have.
Still having some small issues with it on IE & Firefox, but am working through those!
http://www.animalhouseusa.org
(No not the movie!)
Comment #16
stevryn commentedNot sure if you have the same scenario. I had created custom menus and moved all the admin items from the navigation menu to the new menu. When going to admininster, there was no menu.
So, what I did was put the administer BACK into Navigation Menu
But I still dont want the navigation menu showing up on all my pages so I went to block configuration, and said ONLY show me the navigation block on admin & admin/*
Works for me.
Comment #17
stevryn commentedSorry, changed the title!
Comment #18
ankur commentedComment #19
traemccombs commentedComment #20
traemccombs commentedI have checked this on IE6/WinXP and FF/Linux and there is no problem when clean urls aren't enabled.
Please grab the latest version of the CS theme:
http://demo.civicspacelabs.org/home/files/cstheme-NOV012005-1017am.tar.gz AND make sure you are using Drupal 4.6.3 (ONLY - CVS isn't supported at this time)
This should fix all issues regarding this bug.
Trae