Pre-built Drupal twig component - how to attain - drupal

I'm a Marketing/Web Designer working in the Drupal 9 CMS. I have experience with HTML/CSS/JavaScript, but we have limited developer support.
Whats the quickest way to attain prebuilt twig components that we can add/incorporate into our CMS? Specifically looking for standard (paragraph types) Hero banner, Carousel etc..
I am aware of Drupal Marketplace, but that seems to only offer working through existing companies. We're able to pay for services, but not sure if companies within the Drupal Marketplace are able to do one-offs?

Related

how can i add a functionality ( with the framework .net ) in shopify?

I has created eshop in shopify and I want to add a functionality ( with the framework .net ) in shopify but I don't know how....
I searched on the internet but I didn't find anything just I found this link from the ShopifySharp github but I didn't understand how to use it.
Who can help me?
https://github.com/nozzlegear/ShopifySharp
There are several possible ways to add functionalities to a Shopify shop depending on what you want to do.
They range from editing your shop's theme (mostly for simple needs) using html and/or js and/or and/or css and/or the liquid templating language (be careful though that any theme update may override your edits), to developing and hosting a custom app that would interact with your shop via a set of APIs (for more complex needs). Both techniques require a certain level of expertise (especially the later). See this very complete blog article for more info about how to build a Shopify app.
Basically you can build an app using any language and framework. The repo you found on Github looks like a C# SDK implementation of Shopify API. You are free to structure your app as you want provided you authenticate and communicate with Shopify using the possibilities offered by the API.

Orchard CMS Virto e-commerce module

I developed previous web-applications with Orchard CMS and I enjoyed working with it. Now I started to create an E-commerce application and found out that Orchard has some modules for this so installed the Virto-commerce module but I'm starting to notice the lack of functionalities.
For example I can not figure out (lack of documentation) how to place attribute filters on de products page. Is it even possible?
Can the module be used to create a fully functional webshop like http://demo.virtocommerce.com/electronics/camcorders or is it very limited with just basic functionally?
The module for CMS Orchard is really simple and was developed only for demo-purposes - just to show that it is possible to use VirtoCommerce API with Orchard. So, for now this module has very limited functionality - only placing widgets on corresponding pages - and can not be used for creating a real-world e-commerce web site.
Actually we are open for your suggestions about integration VirtoCommerce and CMS Orchard.

wordpress-mu or drupal?

I am in education and I want a framework that allows me to manage the toolbox Teachers (Blog with features) and student blogs.
I want to choose between wordpress-mu and drupal, but I do not know which to choose:
here are my needs:
multiblogging-user (one blog for each user for the site)
gradebook (to grade Assignments for students)
post-it (or to do list for teacher)
I want to access the platform through a remote client (in php) using the protocol by exmple xml rpc
I just searched in google, wordpress and drupal. I realized that drupal for me because it offers such services module, gradebook module, and blogs module (which provides the default multiblogging)
I also saw that wordpress is earlier oriented blogging.
Drupal is he really the right choice?
someone else would be other compelling arguments that corroborate this choice
While Wordpress has a larger userbase, Drupal is far more conservative about what gets into core. The qa process is slightly better. The end result is that writing custom modules and using the GUI as much as possible to make your system meet your requirement is a much nicer experience.
With wordpress is code horrors such as: a two similarly named functions but one with an underscore prefixed. The prefixed function includes an echo statement while the other returns the entity. Bad duplication of code!
Wordpress 3rd party plugins tend to be nightmare to maintain as even with incremental releases of Wordpress plugin support may be broken.
Upgrading Drupal modules is usually alot safer!
I've heard good things about moodle too which is an open source project aimed at education institutions.
One of the main gripes about Drupal is that the admin is hard to use. Whereas Wordpress is much easier. With the arrival of Drupal 7 last year, the Ux has improved significantly.
Wordpress has a great wsysiwyg bundled editor. With Drupal there is none bundled. I would suggest you avoid giving your users full blown HTML, and opt for a limited subset of HTML tags. Ckeditor, imce, imce bridge and wysiwyg module will help you there.
Sometimes with Drupal 7 very popular modules are still only avilable to Drupal 6.
The only time I ever use Wordpress is when I need a blog and thats it. Anything more then I go Drupal. Anything more involved than that usually zend framework or similar.
Good luck!

Best blogging platform for use on AFS space

I need to create a blog for my student organization at my university, and we have access to a folder on the school's AFS system. We would like to install a CMS such as WordPress or Drupal and then interface with that via a blogging client to streamline updating the website. We can My only experience with any CMS is developing an Android app that connects to a Drupal powered blog, so I'm familiar with some of its features.
Any thoughts on the best way to go about creating this blog?
Drupal has 2 core modules that can help you with this, Blog and Blog API. Using both of these modules, you will be able to update blogs on your Drupal site through a blogging client.
Another Drupal user has created a video about blogging with Drupal's Blog and Blog API which you can see HERE.
"Best" is always super subjective.
If what you want is a standard, robust blog functionality quickly with minimal learning curve, you want Word Press. If what you want is a flexible, robust blog functionality with room to scale out and add more functionality over time you might want to make the larger and slower investment of going with Drupal.
Speaking as a Drupal Developer myself, I would reach for Drupal because I favor building with future flexibility in mind, but then I've already defeated the learning curve.

Can Drupal be used to make any kind of website?

I have worked on websites before and always hand coded in each. But as the size of the website grew, it really became difficult to manage them. Our is a college fest website which has a number of online games (like online trading, woodstock , forex and several online quizzes ) . This year we are thinking of migrating to Drupal for this website. Would it be a good choice ?
Drupal will do a fine job of managing users and associated information about users. It will create a framework that you can leverage to integrate your games into the system.
However, the games themselves will likely need to be translated into using the Drupal API, which isn't trivial. Drupal's learning curve can be steep, particularly if you have your own style of doing things.
Having said that, Drupal is extremely flexible and is more aptly called a Web Framework than a Content Management System.
I suggest you create a test version of your site on a local install and see how it feels to try and integrate one of your existing games into the Drupal framework. You'll know quickly if you like it or not.
Drupal is flexible enough to be used for any kind of website, but it's primary focus is around content-centric social networking or community sites. It works great for content pages, blog posts, products, etc. If you are building more of an "application" (ie, a web email client, web-based games, etc),you will have more work to do, to work to customize it.

Resources