ckeditor text color button doesn't work or appear in toolbar, Drupal 7

Make sure you have the full package installed on your Drupal 7 site. ( http://ckeditor.com/download )

Once you place CKeditor is the libraries folder of your site, disable CKeditor Module and re-enable it and that should make your tool buttons appear in the content editor.

OneDrive for business- Log in box keeps coming up asking for credentials

The issue: 

Office 365 asks for log in creditials over and over again. (Even if you check the remember me log in box).

I have ran into this lots of times with different elements and different systems causing the issue so I am going to give you all the things that have worked for me.

 

Solution 1

Make sure your version of Office is up to date with all updates from Microsoft.

WebForm Builder- when edit does not work.

If you have installed and enabled JQuery Update Module - https://www.drupal.org/project/jquery_update

Goto configuration> JQuery update

Change default jQuery Version to 1.8

Save configuration.

 

How to bulk Unshare or Share your entire OneDrive at one time - not just one folder or file at a time.

How to Share or Un-Share your entire OneDrive using Office 365
(not one at a file or folder at a time)

 

1. Log into your OneDrive via Office365.

2. In your OneDrive click the sprocket in the top right of the page.

 

 
3. From the menu click "Site settings"

 

 
 
4. In the "Site Administration" section, click "Site libraries and lists".
 
 
 
5. Click on "Customize "Documents" "

 

Transfer Iphone purchases to Itunes on Windows 7 (On a PC not a Mac)

This drove me crazy for a few minutes... haha... so I'd thought I'd share.

 

  • CTRL+B to turn on the menu bar.
  • File> Devices> Transfer Purchases from "Your Device"

 

Modify (add or remove user roles) the user roles of lots of users using Bulk Operations and Views. In Drupal 7

Scenario- A request came in that I develop a newsletter for users that choose a certain profession in their user account profile. IE: All Physicians would be added to a role created named "Physicians" and only users with the permission role "Physicians" would be allow to view certain content on the site and receive the "Physicians Only" newsletter. We had about 1000 or so existing users in the database that currently held the job profession as "Physician". Sooooooo I needed to assign all those existing users the role "Physician". Here are the steps...

 

Hover effect on Div with transition CSS

.div-class-name{
width: 80%;
padding: 0 0 0 0;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
-webkit-box-shadow: 0px 0px 15px 5px rgba(136,136,136,1);
-moz-box-shadow: 0px 0px 15px 5px rgba(136,136,136,1);
box-shadow: 0px 0px 15px 5px rgba(136,136,136,1);
}

.div-class-name:hover{

-webkit-box-shadow: 0px 0px 5px 11px rgba(77,74,77,1);
-moz-box-shadow: 0px 0px 5px 11px rgba(77,74,77,1);
box-shadow: 0px 0px 5px 11px rgba(77,74,77,1);
}

Drupal 7 Views images paths broken after migration to new server

First check your file system paths in the configuration page.

Then make sure you have the .htaccess from old site migrated to new sevrer as well.

The broken images happened to me when I decided to install a new instance of Drupal core on the server before migrating existing site from another server.
The .htaccess file was not migrated over and that caused the image paths to breaks.

When Drupal 7 view rewrite field as link does not work

If using rewrite as link as node/ [nid] you need to be sure that Node: Nid is added as a field. Set it to 'exclude' from display. Make sure that Node: Nid comes first in the fields section.

Bootstrap CSS for radio buttons on Drupal 7 registration page

For all who had issues getting the Drupal 7 Bootstrap theme radio buttons on the registration form to behave.

Code:
<div class="form-type-radio form-item-field-whatever">
<input type="radio" id="edit-field-whatever-field" name="field_whatever" value="no" class="form-radio" /> <label for="edit-field-whatever-field">No </label>
</div>

CSS:
#edit-field-whatever-field {
margin-left: 0;
}

CSS selector is the radio button's ID

Pages

Subscribe to Melinda Cozza - Power Platform and CMS Developer RSS