Re: [Radiant] admin taskbar

2011-05-08 Thread Sam Whited
I don't know if this has been brought up in the past before or not, but I'm normally against such things. As convenient as they are for quickly editing pages and what not, I prefer to see the page exactly as the user sees it (without having to hit a preview button, or close the toolbar, etc.) Just

[Radiant] admin taskbar

2011-05-08 Thread Dave Akins
I'm really new to using Radiant, so apologize in advance if this has been asked. I searched, but didn't find anything... Has anyone looked at having a task bar appear at the top of your pages when logged in as admin? I'm thinking along the lines of the one Concrete5 uses. It has buttons for edit

[Radiant] Re: if/unless. Proposal for a new conditional tag

2011-05-08 Thread eiked
Hi Shanison, hi Andrew, There are two roads here towards the condition expressions. Either we make it specific to radiant and limited. or we go full throttle and open it up to all of ruby. I'd suggest that we make this a domain specific language first. Giving only very limited access to the conte

[Radiant] my css for the bucket

2011-05-08 Thread eiked
While we are at it, I added some css to the assets module to make it work for me. public/stylesheets/admin/overrides.css #show-bucket { float:right; } #show-bucket a { display: block; text-decoration: none; margin: 0px; padding: 2px 5px; border: 1px solid rgb(0, 92, 157)

[Radiant] Improving the editing experience in Radiant

2011-05-08 Thread eiked
Working in a web form is tedious, because every time you save and thereby reload the page, you loose focus. Maybe some JS trickery could help. Actually there a two ways around this. Either restoring the exact scroll and cursor position after reload or maybe easier, saving the text without reloadi

[Radiant] fix the save button to the window

2011-05-08 Thread eiked
I'd like to suggest an change, which I believe does ease editing in radiant CMS a lot. I preffer to have the "Save" and "Save and Continue" (or Cancel) Buttons always at hands (without needing to scroll) So I fix them to the lower right of the window: public/stylesheets/admin/overrides.css: p

Re: [Radiant] if/unless. Proposal for a new conditional tag

2011-05-08 Thread Andrew Neil
That's a good idea, and I agree that it would be an improvement. John Long made a similar proposal on his blog a while back: http://wiseheartdesign.com/articles/2010/03/11/proposal-generic-conditionals-for-radiant-cms/ I don't know whether the proposal has been implemented, but perhaps someo