how to install Drupal 8 Librabries API module - drupal

I have downloaded the Libraries API https://www.drupal.org/project/libraries from here.. put in the Libraries folder under on the root
so it looks like this /libraries/libraries but it does not show up on the extend page for installation. the same thing with nivo slider put it under /modules/nivo_slider and still can see it so that i can install... Please help.
Im running drupal 8.1.8.

Libraries API is a module, so you should put it in the /modules directory in order to see it on the Extend page

Related

what is the necessary steps of plugin customization

I want to customize my plugin but I am beginner, so please tell me what is the necessary steps for plugin customization either plugin is completed or simple.
If you already have that particular plugin(which you'd like to customize) installed on your wordpress, you may find the source code files under the following path:
[your_wordpress_dir]/wp-content/plugins/
If you want to customize a plugin that is available for download, you may follow the below steps
download it from wp_download_manager
unzip the package and find the source files where you can customize it.
put the customized plugin package in the above mentioned path in your wordpress directory(if you'd like to have this plugin installed in your wordpress project).
If you want your plugin to be available for public, you may add it to wp directory
first you have to download the .zip file and unzip it. Then customize it like you need and make it to a .zip again. Then upload it on your Wordpress site.

How to use drupal modules Properly

Recently my website redesigned and after redesigning it is on Drupal before it was on WordPress and have i good command over the wordpress but now i am facing the problem with Drupal Modules .so can anybody tell me how to use Drupal Modules Properly.
In case you are using a custom installation profile you should place all modules under /prodofile/your_profile/moduels.
If you don't using a custom installation profile, the most common place to put the modules in is /sites/all/modules
How to use them:
Download the module from drupal.org
Put it in the module folder (see above)
Go to /admin/modules and enable the module.

Joomla 3.2 not working with template

I have a joomla 3.2 site. Templates like eclipse,business,smartone are not working with my joomla site. Only 'home' shown, other menus are not shown in my page but default template works nice but i need to work with good template. Please help me!!
Templates are managed by Joomla! in the same way as any other extension. But sometimes you may occasionally run into a situation where you cannot install a template in your Joomla 2.5 site with Upload Package File in the Extension Manager. And again and again you see this same message that the system could not find xml setup file (“JInstaller: :Install: Cannot find XML setup file“). You have to use alternative template installation methods, for example, installation via FTP.
you can use use the following link to install it again manually:
https://www.gavick.com/documentation/general-questions/how-to-install-joomla-template-manually/

Drupal - Update manager Cannot create directory

This is my first attempt at using drupal and I am trying to add a module to my drupal page. I keep on getting this error when i try and install anything...
Does anyone have any ideas? Any help would be much appreciated, thanks!
For those that stumble upon this in the future...
#Hardy was right with his first comment:
Check your installation folder rights.. modules are in folder sites/all/modules and that should be writable (at least if you are just testing it locally). To add module you can just download that module as zip from drupal.org and extract it to sites/all/modules then go to "modules" page in drupal admin panel and activate that module.
and
Actually i have always installed modules "by hand" and that has been ok for me. But maby this helps you to get right permissions: drupal.org/node/244924
I ended up just doing what he suggested (doing it manually) and it really was no big deal...
Also, here is the link that he provided: https://drupal.org/node/244924

Magento CSS not Loading in New Template

I have posted on the template creator's site, as well as Magento support, but no one has responded.
The CSS is not loading at all on the custom theme I have installed, which is supposedly compatible with the current version of Magento.
You can view the page here: shop.dearearth.net
This is a fresh installation of Magento and the theme, with a fresh database.
I have a feeling it should be a relatively quick fix.
Thanks for looking.
All the links in your page referring to the
http://www.shop.dearearth.net/skin/frontend/base/
directory on your site returns 404. Make sure your css files are in fact in there. Also make sure your links aren't being broken by a .htaccess file.
Make sure your CSS is 777 rights by admin.
OR
Please copy the whole code from latest css and take it as a backup and create a new css file as same name and past the code.
Check in admin back-end, System > Configuration > General/Design if your theme is right specified. Also check if after you installed the new theme, the files have the proper rights (normally, they must be accessible by the web server with Write permissions)
For more info please also take a look at Magento Designers Guide for understanding of how Magento read and split template information. Maybe you have put the CSS and images in a wrong directory :)
Solved.. sort of. The version of the template turned out to be quite outdated, and the incompatible with the current version of Magento, which handles things differently in terms of calling styles in the page.xml file.
Thanks for your inputs.

Resources