Can you help with how to migrate content in site studio components from csv
@MetaPhysStore077011 ай бұрын
Hell yes!! More videos plz❤
@gregboggs422011 ай бұрын
Such an improvement over the old interface!
@Johnyindo38711 ай бұрын
Irc 😊
@ITisandiamIT Жыл бұрын
Bravo! Thanks. Old video, and still great. Thanks.
@farnoud Жыл бұрын
Can I use this for a sales pipeline as well?
@TheAntarcticaProject Жыл бұрын
☑☑☑☑
@Yolo_Swagins Жыл бұрын
Thank you
@mugaruracavin7675 Жыл бұрын
wasted my time
@joelyoungberg11542 жыл бұрын
Anyone still stuck on the path part, simply run these commands: echo 'export PATH="$PATH:$HOME/.composer/vendor/bin"' >> ~/.bashrc then this: source ~/.bashrc then you should be able to see the change in/with echo $PATH
@meowWeee2 жыл бұрын
hello , is it possible to create a seperate content for some users to upload files/inputs inside the content box not in the editor mode but for some anonomous or other users
@wolvincraft99322 жыл бұрын
Finally, someone was able to define CSS Preprocessor in a way that I can understand! Thanks!
@sidhanmoosa15492 жыл бұрын
@obiomotayo7902 жыл бұрын
Please, I've completed all the settings. How do I make the website go live?
@DrupalizeMe2 жыл бұрын
Hi there! This is a pretty old video. I would suggest heading over to the Pantheon Support Quickstart Guide (pantheon.io/docs/guides/quickstart/) for more up-to-date help on launching your Pantheon site.
@leftoverture19762 жыл бұрын
This is a great video. Still relevant. Ty! :)
@aymenedafri75062 жыл бұрын
Really good explenation, thanks
@GurmeetSingh-fr8uo2 жыл бұрын
Where did you open the Command Line?
@williamsbobadilla46042 жыл бұрын
so clear, thank you!
@mydreamsblogs62322 жыл бұрын
How install ubuntu 20.4 lampp drush how install i try composer require drush/drush but show error how fixed
@kaifahmad41312 жыл бұрын
Make your website content free. please
@raghulravichandran55602 жыл бұрын
I am trying the same on Drupal 9 local instance. I have done the necessary updates basic auth, tried hal_json in parameter and in request URL, still I get a 404 error. Any solutions?
@eojthebrave2 жыл бұрын
Are you seeing anything in your error logs that might be related to this? Just to make sure, going to something like node/42 works, but going to node/42?_format=hal_json is returning a 404 for the same user?
@anandkamath18002 жыл бұрын
very well explained! thank you!!
@mrmotiondesignberlin2 жыл бұрын
Very insightful. thank you!
@khoroshoigra83883 жыл бұрын
I would like to ask if the changes are about updating the UI with fixes. Is it under the minor ???
@DrupalizeMe3 жыл бұрын
UI changes sound like a perfect example of something that could warrant a new minor release. It probably depends a bit on the module, and how drastic the changes are, but I think a new minor version sounds like the right decision for this situation.
@sergey_gabrielyan10013 жыл бұрын
Hello, maybe my question isn’t so much related to the video. The statistics module 'count content views' works when the user is logged in, but when the anonymus user is on the site, the count doesn’t update, as I understand it’s a cache problem in drupal, how can I solve this problem?
@SamA-mi6yb3 жыл бұрын
Hello, this question has nothing to do with video. when I turn on ‘count content views’ in the statistics module, it appears in the ‘links' field. I have a 'views' field and I want to use count content views in that field, how can I do that?
@DrupalizeMe3 жыл бұрын
Hi Sam - take a look at the rewrite field options. You can use that, combined with tokens from other fields to get the kind of thing it sounds like you are after.
@yasserel-sayed38833 жыл бұрын
I like your banter as you're coding
@domidipd3 жыл бұрын
Welcome back
@deni5industriez9543 жыл бұрын
Thanks
@princeabbas1083 жыл бұрын
Please how to access Cpanel on pantheon
@bluepresley93153 жыл бұрын
In your diagram of an Entity at 6:10, if "properties" are, by definition, applicable to every bundle of the entity type, shouldn't the properties you have listed fall under Node and not under Article? Leaving only the fields to exist under Article? Thinking about this from a programing perspective, if I were to define an entity type in code, I would have to define the properties that would be a mandatory part of every every bundle that is subsequently created, almost as if we're enforcing an Interface contract.
@eojthebrave3 жыл бұрын
That's a good suggestion. Thanks. More like a standard UML class model. Which, would make even more sense for Drupal 8+ where entities are typed, e.g.) `Node` extends `Entity` and `User` extends `Entity`.
@saniyakhan99893 жыл бұрын
wonderful tutorial, thanks a lot.
@muzguz72763 жыл бұрын
Thanks...certainly helped me.
@juliocardenas44853 жыл бұрын
Very useful, thank you
@toddgilbey39793 жыл бұрын
Well explained. Thank you :)
@darren46353 жыл бұрын
what a useless and uninformative tut
@amarcanth3 жыл бұрын
If a module needs to be upgraded to a new version, do I need to indicate the version number if it's the most recent?
@eojthebrave3 жыл бұрын
Assuming you're talking about using Composer. Then it depends on what your version constraints are in your composer.json file. If the version you want to upgrade to falls within those constraints you should be able to use a command like `composer upgrade drupal/{MODULE}` and it'll grab the latest version and update your composer.lock file. If the version you want isn't covered by your composer.json constraints, for example you're on ^8.x-1.0 and want to move to ^2.0 you'll need to use a command like `composer require drupal/{MODULE}:^2.0` to move to the new major version.
@waihanlim66993 жыл бұрын
How to change the default font to Arial, Roboto or something else?
@DrupalizeMe3 жыл бұрын
Hi Yohan! You could do that using CSS. Here's an article that walks through the details: www.thoughtco.com/change-fonts-using-css-3464229
@waihanlim66993 жыл бұрын
@@DrupalizeMe Do you have any tutorial? I don't know the location of CSS script for the default theme
@DrupalizeMe3 жыл бұрын
@@waihanlim6699 Hi Yoham, we have a whole theming series on Drupalize.me. Have you gone through them yet? There's a ton of helpful information there.
@pendreschkednes983 жыл бұрын
Can someone explain to me the following please: If I am not working local and only online, how can I install Git and Composer in cPanel or on the server? I don't have unix, linux or command prompt experience, but have been using Drupal since version 5. Now I am stuck with Composer, Drush and Git since they completely changed the way that we used to use Drupal, making it much unacceptably harder, which will push a lot of non-geeky developers like myself to other platforms. There should be an easier, step-by-step directions for installing and using Composer using cPanel methods. To start with, how and where can I open the command window ~/S/d/user_guide_videos that it mentions in this video???
@eojthebrave3 жыл бұрын
First, yes I totally agree with you that it's unfortunate that installing a module isn't easier. And the current standard of using Composer + Drush creates a significant barrier to entry. This is something the community is aware of, and actively working to fix. But I also don't anticipate that happening for a while as it's a difficult problem. There's a bit more info here kzbin.info/www/bejne/h5vSZp-bmb13f8k, and here www.drupal.org/project/ideas/issues/2940733 I'm not familiar enough with cPanel specifically to provide help with it. But my recommendation at the moment as to the best path forward is to use Composer on your local machine, and deploy the artifacts of that work to your server. You can learn about manually downloading the .zip file for Drupal core and using that here www.drupal.org/docs/user_guide/en/install-manual.html. And, in a lot of cases this will work fine. The problem comes when you want to install a contributed module that requires that it gets installed via Composer. Many (most?) don't, but there are plenty that do because they rely on 3rd party libraries being installed too. Not ideal, I know, but that's probably the path of least resistance right now. If you're interested in learning more about Composer Drupalize.Me has a whole series here drupalize.me/series/introduction-composer-drupal-users, and there are lots of other tutorials out there.
@mariem50293 жыл бұрын
I like your video very much it is very good :)
@juanjosevallejo13263 жыл бұрын
Thank you! I've been looking for hours but you had just what I needed
@rajeshramvani20113 жыл бұрын
Speech is very fast
@virtualizeeverything3 жыл бұрын
I just learned about this last now I am trying to learn more.
@shinehapiness27963 жыл бұрын
Very helpful! I wanted to use the mysql cmd and I did not know where to start, thank you so much. ^^
@aviontics3 жыл бұрын
this video is useful but there is another way to install it, click on the download link, open it when finished loading, and then extract the link into the themes folder that you should create in default, then extract it inside the themes folder then follow the tutorial after the installation process.btw i am a rookie in drupal and figured this out myself.hope this helped
@aviontics3 жыл бұрын
bruh, no comments
@fktestchannel20113 жыл бұрын
Drupalize.me, can you please update this great video, it's one of a handful on how to install Drush with Composer. it's so useful but it is so outdated - 2015, that most of the commands don't work.