sascher's blog
Permissions security hole identified
anonymous users were allowed to access the page manager module
security, CSS and module updates completed on site
Davon and I completed the changes to the production environment.
I noticed that the site is running a little slower now then usual.
I recommend that we update the FCK editor with CK editor
Title appearance on News Stories fixed
Cerise requested of Nick and I yesterday to have two rotating stories in the news story slideshow.
We decided to make two slideshow views - one without a pager and one with that sits on the bottom
Here are the two views
news2 - which sits on top and has the header image
news -which sits on the bottom and has the pager
Job Feed updates fixed (hopefully)
There seems to have been some sort of problem with Drupal core update system (known as cron). To fix this issue, I installed the Poor Man's Cron (poormanscron) module to force Drupal to run hourly updates (thus updating the feed as well) The updates can be controlled by editing the setting on the site information page.
Following users have been granted admin access
* tblash
* kozlep
* Hinda Zlotinik
* Taylor Harden
* joslyn_kravitz
* akila
* JAClayton
* Owensrol
I have added a "user control" tab to the control panel region on the top of the site
You can control user access roles by
Cerise Elliott added to contact form recipient list
Alter the way the contact form acts by going here
Changed Color of Forum tables
I altered the CSS file here to change the color of the forum tables
\\moodle-lamp\worcn\sites\all\modules\advanced_forum_more_styles\styles\minimal\advanced_forum.css
Here is the weird thing... I changed this code
table.forum-topics th,
table.forum-table th {
background: #7FBDEF;
padding:3px 5px 3px 5px;
font-size: 0.93em;
to this code
table.forum-topics th,
table.forum-table th {
background: #006600;
padding:3px 5px 3px 5px;
font-size: 0.93em;
Footer Menu Built - Logos need updating to color
I updated the footer by editing the site information here I put in straight HTML for the menu and uploaded the image like normal with the FCK editor dialog
Note to NIH staff - Content needs to be added for the Privacy Notice, Disclaimer, Accessibility and FAQ links. When you log in as an Admin and go to those pages, you will see an edit link on the top of the page. You can then copy/paste or edit like any word processing document.
Security /Functionality updated - Jobs Feed now updates on it's own
I updated the fliefiled, imagefield loggintobbgin and views module today.
I think Mike updated Drupal Core
These updates got Cron running correctly, so the system can update it's incoming feeds on its own. Thanks Mike!
Groups page links added
I added a few custom blocks to the Groups node link page.
All these blocks can be access here
I put four block in the Left Sidebar region of for groups.
The first is a search block. It is a tool included with the Organic Groups module and by design it only shows up on Group Node Pages

