page template for specific page (without using node) in D7

I know there are instructions out there somewhere, but I'm a little pressed for time.. 

I'm trying to figure out how to create a custom page template that gets used for a specific page - not a node template, I need the entire template to be different for, example, this page: mywebsite.com/custompagename

(it's a basic page content type, but I don't want to affect other basic pages)

I'm trying to do something with a page--custompagename.tpl.php file in the main theme folder, but that doesn't seem to have worked.

What are unregistered libraries in the libraries report?

I have a few libraries in the unregistered section of the report. Like colorpicker, ckeditor, etc.

What does this mean exactly and is it something that needs to be worried about? If so, how is it resolved?

Cannot update Drupal core through Drush

I have just installed a new Drupal 7 site using Acquia Dev Desktop. I have made myself the local administrator through Computer Management. I am tryin to update Drupal Core from version 7.61 to 7.64. I run the following commands:

drush vset --exact maintenance_mode 1

[success] maintenance_mode was set to 1.

drush cache-clear all

[success] 'all' cache was cleared

drush pm-update drupal

(updating from Drupal 7.61 to 7.64) SECURITY UPDATE available

3rd level menu is not displayed

I have set "Show as expanded" in the whole menus that I want to display the submenus, but doesn't displayed.

The structure of the menu is:

- A

-- AA

--- AA1

--- AA2

- B

And display only the 

- A

-- AA

- B

doesn't display the:

--- AA1

--- AA2

How can I fix it?

Lost the Rich Text Editor in CKEditor with Drupal Core 7.60 upgrade

Since upgrading to Drupal Core 7.60, I've lost the Rich Text Editor in CKEditor. When I check the CKEditor profile, Full HTML, editor appearance, the 'show the disable/enable rich text editor toggle' is selected. Also, in Configuration, Content Authoring, Text Formats, Full HTML roles are Authenticated User, Administrator. I am an admin.

What am I missing? Thanks.

How do I check if URL contains certain words

I want to show a custom content if current URL contain certain words. So far, I'm able to achieve this with the code below (works perfectly), if the path contain the word 'cart'. I want to be able to check for other words like 'blog', 'event' and 'news'. How do I go about this.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x