I am using Silverstripe 3.0. I have added custom tabs/sub tabs for pages...if you are on a sub tab and you publish the page, the control returns to the main tab....I need the tabs preserved...
I noticed that this has been fixed in SS 3.0.5
Can someone please point out all the related files that have been modified to fix this in SS 3.0.5
Thanks in advance
seems to be related to the 3.0.1 release(http://doc.silverstripe.org/framework/en/3.1/changelogs/3.0.1) specifically this commit? (https://github.com/silverstripe/silverstripe-framework/commit/155758f) but there might be more...
But you should definitely upgrade to 3.1 (http://doc.silverstripe.org/framework/en/3.1/installation/upgrading)
Is there a reason why you dont simply upgrade?
It should be easy by just replace the cms & framework folders.
If you would like to see the changes, i recommend to checkout or download the current version of Silverstripe 3.0 in a seperate folder, make a directory diff with your project and view the diff with a diffviewer tool like:
Meld on Linux
WinMerge on Windows
FileMerge on Mac
A full list you can find here.
Related
I have purchased Jupiter theme and i have been using it for a number of website. But recently i am not able to work on the theme because the theme default plugin Visual composer is not working properly. When i go to edit page to edit the elements it shows blank and stays idle. I also tried to reduce the version of WordPress to 4.4 but still no use. Can somebody please support to solve this issue. The theme support has expire so no hope on that. And i am not so techie to sort what the exact problem is. If someone can guide me to solve it, it would be much appreciated. Many many thanks in advance.
The following image show the what i have explained
I think it is the compatibility issue of visual composer with the wordpress. If the visual composer installed it not latest there are the chances of conflict with latest versions of wordpress. So you may please confirm that the plugin you are using is compatible with the wordpress version you are using on your site.
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 want to upgrade my joomla 1.5.22 website to latest version of joomla(3.3.6). Please suggest best way's to do this(suggest any free extensions).
Thanks in advance.
Firstly, you should alsy migrate from the latest version of your built, so step 1 is updating to Joomla 1.5.26. You can download the update package from here. Once downloaded, upload the package to the root of your Joomla installation via FTP and extract.
Step 2 is migrating for Joomla 2.5. For this, you can use an extension called JUpgrade. Simply download, install it on your Joomla site and run the migration. Everything will be done automatically for you.
Step 3 is now extremely easy. From now on, you can upgrade to a newer Joomla version using the 1 click update feature built into the Joomla backend. Simply go to:
Components (top menu) >> Joomla! Update.
You may need to click on the Options button and select "Short Term Support" to upgrade from Joomla 2.5.x to Joomla 3.x.
Now that you are running Joomla 3.x, please ensure that you are always up to date. If you see an update notification in the backend, do not update it straight away. Give it 1 or 2 days before updating as the Joomla PLT have been known to make mistake in some updates which break certain features.
Hope this helps
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 read over the guide here: http://book.cakephp.org/2.0/en/appendices/2-0-migration-guide.html which describes the changes to Cake for version 2.0, but it doesn't explicitly say how to make the upgrade.
I also saw this: http://book.cakephp.org/2.0/en/console-and-shells/upgrade-shell.html#upgrade-shell which I figured would give a little more instruction.
So far this is what I've done to the existing version (1.3) on my server.
Went and grabbed the zipped copy of 2.0 from the repo here: https://github.com/cakephp/cakephp/tree/2.0
Added the new index.php file into my webroot
Noticed that the new cake core folder exists one level within the parent directory lib so it's (webroot)/lib/Cake instead of (webroot)/cake. So now in my webroot I have my old '/cakecore, and now a folder called/libwhich contains the new core (2.0) and my old '/app folder as well as the old '/vendors` folder.
I ran from inside /lib/Cake/Console this command: ./Console/cake upgrade all which scrolled a bunch of stuff like:
Done updating
/home/bob_cobb/public_html/mydomain.com/lib/Cake/TestSuite/CakeTestSuite.php
This didn't change anything in my original /app folder as all controllers are still underscored and lowercase.
What am I missing here? I renamed my old /cake core folder and the site stopped working, so it's obviously still relying on that. Should I just scrap everything and start over (delete 1.3 completely while saving all my old files and just re-create them with a fresh version of 2.0)?
Any advice on how to get this migration process going would help greatly. I expect a few things to not work anymore, but I just need a push in the right direction. Thanks.
If you use the core one you might need to do more than just run the upgrade shell to make that happen.
I use an enhanced version which should convert everything with a single click.
See "Upgrade using the upgrade shell" #
http://www.dereuromark.de/2011/10/31/freshly-baked-cake2-0-tips/
But most importantly you should always run your scripts from the app dir
app2.0dir>..\lib\Cake\Console\cake Upgrade ...
This way it will find the correct paths