Submitted by melinda on Fri, 02/24/2017 - 14:57
Had the issue that I enabled Node Access but it was still allowing unauthenticated user to view content that should should have no access to. There are a couple of ways to go about fixing this.
1.Run the Status Report and look half way down the page to the Node Access Permissions section. There is a 'Rebuild Permissions' link there. This function can take a long time if you have a lot of content. This worked for some but not all users.
Submitted by melinda on Mon, 11/14/2016 - 11:43
This drove me crazy. Anytime I tried to drag one of my windows to my other monitor the would get stuck. Totally thought it was a Windows 10 thing but alas it was really a Dell Premier Color issues.
If you are having this issue search for the Dell Premier Color App on your computer and turn off "Display Splitter" in the advance settings to get rid of this annoying feature before you hurt someone. :)
Submitted by melinda on Sat, 11/05/2016 - 14:17
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.
Submitted by melinda on Mon, 10/31/2016 - 13:26
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.
Submitted by melinda on Mon, 08/22/2016 - 10:25
Submitted by melinda on Wed, 08/10/2016 - 17:02
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" "
Submitted by melinda on Tue, 05/24/2016 - 16:07
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"
Submitted by melinda on Wed, 05/04/2016 - 16:06
The below instructions will show you how to put all newly created user accounts in a probationary period for 30 days using Drupal 7 Rules and Rule Scheduler Modules. During this 30 days when a new user creates any content, it will be unpublished until a admin publishes it. Administrators will receive an email letting them know that a probationary user has created content and it needs attention. This email will provide the administrators with a link to the newly created content so they can publish it.
Submitted by melinda on Wed, 03/02/2016 - 16:19
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...
Submitted by melinda on Thu, 01/07/2016 - 09:27
.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);
}
Pages