I love this theme. I bet there are some way kewl implementations of it out there.

There are a few things that would be useful here so perhaps elsewhere as well.

1. Adding plug-in to the main bar. (I've done this and created an icon if you want the icon.)

2. From the Dev module the 'Theme info' block/switch. I want to put that next to my login name. I wouldn't mind some help with changing the theme for that. It's a bit obscure to me how you do that.

I think you could bring those changes into the theme in a way that responded to an if statement about those modules being loaded. It would be a nice touch

CommentFileSizeAuthor
#2 admin.pdf211.87 KBakayani

Comments

sign’s picture

1. I don't really understand what do you mean here with "Adding plug-in"? Can you explain more?

2. I'll have a look into this

akayani’s picture

StatusFileSize
new211.87 KB

Attached a PDF with annotations so you can see where I'm going with this. Added in hot links to the modules I want to intergrate with the theme.

See what you think. I've you haven't been using these 3 modules you will soon become a convert.

akayani’s picture

There are prehaps better ways that don't hack the devel module but to put the check box up there try...

devel_themer.css override

#themer-toggle {
  position: relative; 
  top: -25px;
  right: 100px;
  padding: 3px 5px;
  cursor: pointer;
  z-index: 1000;
  font-size: 13px;
  color: #FFF;
}

And change this line in devel_themer.js

    $('<div id="themer-toggle"><input type="checkbox" />'+ strs.themer_info +'</div>')
      .appendTo($('#admin-links')) //change body to #admin-links on line 48
      .click(themerToggle);
sign’s picture

Status: Active » Fixed

btw I have just committed some changes to rootcandy, where you can change the links through preprocess, so you can alter it via sub-theme perhaps?

Status: Fixed » Closed (fixed)

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