I need to know and how, if I can put my custom joomla-plugin v2.5 in multiple languages.
Actually, when I upload my Plugin on the Extension Manager, I can't install and joomla say: Unable to write file.
Help please :)
It could be due to folder permissioin.
Why can't you install any extensions?
JFolder::create: Could not create directory - Joomla
Related
I am very new to using this recruiter module on drupal and hence i decided to ask some few questions here.
I have recently downloaded this drupal Recruiter module, setting it up is where i have few challenges as i have never done this before, hence i have to ask here.
How do i go about setting it up. Like inside my Control Panel do i have to extract it and set it up from there using the database configuration details or? Please I do need some form of clarification here.
There are few different ways for installing drupal modules:
You can download module's archive, unpack it and upload module dir to (most common place) sites/all/modules. Then go to modules admin page and enable the module.
If you have drush installed you can use it to download, install and activate the module
If you have FTP access for your site you can install new module from Drupal's back-end. You just have to provide path to module archive. For example: http://ftp.drupal.org/files/projects/name.tar.gz
Is their a way to integrate Drupal-8 and React js.
I mean frontend be React js and backed be of Drupal-8.
I have gone through:
http://www.anexusit.com/blog/how-to-add-reactjs-drupal-8-composer
I have followed all the steps and done but dont know how can I use it.
Can any one please suggest some clear steps to me ..
also followed:
https://www.reddit.com/r/reactjs/comments/564gdy/react_frontend_for_your_drupal_8_backend/
In need of some clear suggestions.
Thanks in advance.
Found this article, but didn't get time to try it as I am a bit busy on another thing. Hope this will help you.
https://medium.com/#Userium/headless-drupal-build-a-drupal-8-api-with-a-reactjs-front-end-e43bf0fb94db#.2qn0u2im4
I'm currently building a module for Drupal 8 using ReactJS. I recommend you to see this: https://github.com/blackwood/drupal-react_blocks that's for Drupal 7 and then to Drupal 8 try to understand this portuguese steps: http://www.drupalbrasil.com.br/drupal-8-e-reactjs
Before starting just install libraries module to Drupal 8 and then install rest web services so after that you can copy and paste code from above to start learning how the integration works.
Using drush to install libraries and rest web services module:
drush dl libraries
drush en -y libraries
drush dl rest
drush en -y rest
I recommend you to use PHP 7 because I'm currently having troubles installing rest module for PHP 5.6.
I highly recommend you try this module (found in this repository: https://github.com/dtraft/react_quickstart ). Its built with react and can run in Drupal 8.
Add this folder in sites/all/modules/ or you can also create a subdirectory for modules you make in sites/all/modules/custom/ .
And then follow the instructions found below the repository's link or the read.md file.
Clear your site's cache in your site's Admin/Configuration/Performance/ then click Clear all cache. Save the configuration.
Then go to, Extend menu of your site search for "Decoupled Drupal with React Quickstart". Install it.
Lastly, go to Structure/Block Layout menu and add a block any part of you site and then you can choose from all existing blocks. Choose Clock Face Block.
Refresh your sites home page and there you have it!
If you want to integrate react and use inside, you can simply create a react app anywhere and when you finished just do a
npm run build
once you finished just copy the js and css file generated inside build/static folder :(js/main.something.js and css/main.something.css) to your drupal module or theme and then just reference theme in module_or_theme.libraries.yml
I'm very new to Joomla! and I'm building a custom module. I've looked at the documentation and although there is a tutorial for creating custom modules:
https://docs.joomla.org/J3.x:Creating_a_simple_module/Developing_a_Basic_Module
...there's no instruction for how to actually use these files, or where to put them, or how to properly install them! I've created all 4 files (3 .php, 1 .xml) and I tried putting them in the same folder structure and location as the other "stock" modules (administrator / modules / mod_helloworld etc.) but the module doesn't show up as an option when creating a new module in the back end. I also tried zipping the group of files and installing through extension manager and that didn't work either.
Perhaps I'm coming at this all wrong? This just seems to be something that is assumed knowledge in the Joomla documentation tutorial. Are there other files that need to be created? Or edits need to be made to existing files?
I'm using Joomla! 3.4.1 and am working on it from a server. I apologize in advance for what seems like a very stupid question.
Once you have created your test module files you can put them in a folder that will have the same name as the one you used for your module in the XML file.
The Joomla naming convention is to start with mod_ for modules.
Let's say the module name is mod_myfirst_module in the XML file
<name>mod_myfirst_module</name>
The install folder must use the same name.
To install it you have two options:
For testing you can upload the files directly to the modules folder of your Joomla site (frontend modules go into modules folder, backend modules go into administrator/modules folder) and use the Discover functionality in the Extension Manager of Joomla administation backend. Menu Extensions->Extension Manager-> Discover on the left column.
Click on the button Discover and your module will show in the list if you have properly set the files.
You can create an installer package. Zip the folder you previously created with the module files, go to Joomla administation backend. Menu Extensions->Extension Manager->Install on the left column Click on Upload Package file tab and select the Zip archive you created. If the archive contains all the files needed, the module will be installed.
Delete mod_helloworld from administrator/modules and then
.zip this and instal using Extensions>Instalator in Joomla admin panel.
If it will not work, paste the error here.
When installing custom component on a Joomla 2.5 everything works well. If I just copy and paste the content of the component in the appropriate folder /components/com_mycomponent without installing it the directory structure becomes the same but the component doesn't get found when requested.
I assume that installation is needed for a component to work. My question is how can I simulate this installation without actually installing the component. So how can I tell Joomla that there is a component copied in the components directory.
I need that to be able to create test components and develop them without actually installing them on the platform until they are ready.
Thanks in advance.
Select Extensions → Extension Manager from the drop-down menu of the Joomla! Administrator Panel. Then select the Discover menu item in the Extension manager screen that appears.
As it says in the Joomla docs manual: Discover searches the Joomla! installation directories for uninstalled extensions. Any uninstalled extensions found will be displayed in the extension listing. Caches the search results so they continue to be displayed on subsequent visits to this screen."
Here is the link to the actual manual page.
Hope this helps.
Stoyan
I have tried this for my projects
First, login to your Admin panel
Go to Extend Tab, then click on Extension Manager
You will find Discover tab and the component you have copied in the list. just click on Install button at the top and it will work as you have install any component.
I need a php installation script for a Joomla (or whatever) site, like fantastico or softaculous.
The problem is, I don't need a standard installation. I want to add some extensions and add some settings to the installation.
Where can I find a good base for this?
Thanks
I think softaculous itself has custom scripts support :
http://demo.softaculous.com/index.php?act=customscripts
http://www.softaculous.com/docs/api
Softaculous also supports custom scripts support, you can try that.
Otherwise, just create a simple PHP script which just copies your Joomla script into a directory with preconfigured configuration files (Like wordpress has wp-config.php). and write a script to import database which joomla provides. This is what every Script installer does.
Let me know if you need further info.