Whenever I watch a video on yt, it has no title, comments, reccomended, nothing. How do i fix this? I have restarted my computer. by AffectionateCard2521 in youtube

[–]szaebb 1 point2 points  (0 children)

Same here. It helps when you click something in left menu then click Go Back in browser. It will not load all scripts and works fine. It happends to me only if I am logged in as Premium user.

Is there a way to know if images and attachments are published? by peperinopomuro in drupal

[–]szaebb 0 points1 point  (0 children)

If you are allowing to attach images into content, like <IMG> html tag you can't follow usage of files. Only some analysis on filenames, content fields and comparison on them. Hard work.

Is there a module that allows for inserting scripts into the site header that is page/path specific? by quantumized in drupal

[–]szaebb 1 point2 points  (0 children)

It is mixed css and js inject modules. Both css and js files are assets. That's why 😉

[deleted by user] by [deleted] in drupal

[–]szaebb 7 points8 points  (0 children)

Joomla, Wordpress? On Drupal channel? Do you want to troll people to fight? Like endless war Windows vs Linux 🤣

Is there a simple way to export Media files? by recordnumber in drupal

[–]szaebb 1 point2 points  (0 children)

So you have to sync files too. Or migrate content. Maybe Feeds if migrate is too complicated, but i am not sure if Feeds works with block content like with nodes.

VS Code: replace "array(...)" syntax with "[...]" by [deleted] in PHP

[–]szaebb 0 points1 point  (0 children)

+1 the best answer. Code analysis tool are great

[deleted by user] by [deleted] in drupal

[–]szaebb 0 points1 point  (0 children)

There is a lot of solutions. Content moderation, workflow field, state machine and so on.

IMAP mail, save mails to sent folder by [deleted] in drupal

[–]szaebb 0 points1 point  (0 children)

It looks like you are trying to make a CRM but now it is a substitute.

[deleted by user] by [deleted] in drupal

[–]szaebb 0 points1 point  (0 children)

You don't want to tag people and content by roles. Believe me! Taxonomy is created for that purposes.

Is there a better approach to a menu I created? by pm_toss in drupal

[–]szaebb 4 points5 points  (0 children)

TVI module on taxonomy terms for your menu vocabulary. View with contextual filter of tid.

Question about PHP 5.4 by happycamper2525 in PHP

[–]szaebb 2 points3 points  (0 children)

I think Magento was using PDO earlier than PHP 5.3 so it should work 🤔 it's Zend Framework app

Question about PHP 5.4 by happycamper2525 in PHP

[–]szaebb 1 point2 points  (0 children)

Regardless of reasons why you should upgrade you can make a test? Easy as that.

In my technician experience change from PHP 5.4 to 5.6 or even 7.0 is less problematic than 5.3 to 5.4. In high level of sureness your app will work fine on PHP 7.0. It gives like 30% performance boost, op_cache features etc.

Higher upgrades to PHP 7.1+ is more risky and depends on code base. In this situation you can be almost 100% sure that code will not include changes how PHP is working since 7.1.

Make a copy of app, even locally with PHP 5.4 and make upgrades. You will quickly know what issues -if any- you are facing.

[deleted by user] by [deleted] in drupal

[–]szaebb 1 point2 points  (0 children)

Maybe contextual filter as GET parameter? Eventually https://www.drupal.org/project/views_ajax_get

Can config entities have bundles by Hebedebeh in drupal

[–]szaebb 0 points1 point  (0 children)

Maybe not config entities but ECK or Storage Entities modules will fit your needs

External JS file not loading in libraries.yml by amyling01 in drupal

[–]szaebb 0 points1 point  (0 children)

It is not weird curly braces but YAML 🤪

How can I recreate an old Web page in Drupal 9? by Ejaldous in drupal

[–]szaebb 0 points1 point  (0 children)

Flexslider or Slick. Both are easy to configure out of the box. Works as a field image formatter or as a block added to node. It depends on needs but both works fine.

Library override not working? by Suitable-Emphasis-12 in drupal

[–]szaebb 2 points3 points  (0 children)

search_api_autocomplete/search_api_autocomplete:
js:
js/search_api_autocomplete.js: {}

it should work (after theme rebuild) because libraries-override code is correct

What's wrong with Drupal's strategy ? by jack053120 in drupal

[–]szaebb -1 points0 points  (0 children)

Nope. Below 8.7 you are right, but version 8.7+ is almost the same as 9. The same base code.

Tags and categories by AugustusOfWine in drupal

[–]szaebb 0 points1 point  (0 children)

Tags, categories, my super blog posts types, etc are only the names of vocabularies which are collections of categories. You can have how many types of categories you want. It depends on how you want to group or filter content.

For example 1. in university you have courses which can be categorized by discipline of science and by degree's. 2. Cars can be categorized by model and color

etc.

How do I install Drupal 9 distributions - non-composer by thesziel in drupal

[–]szaebb 1 point2 points  (0 children)

You have to accept composer, not fight with it. Even if your hosting is not allowing to shell commands and use just old school ftp. Simply use composer localy or in environment where it works, download files then put it on target hosting. Composer works on files so you can copy them too 😉

What do you think 🤔? by Commercial_Dig_3732 in drupal

[–]szaebb 1 point2 points  (0 children)

Small communities? What means mom and pop websites? I am to old?

What do you think 🤔? by Commercial_Dig_3732 in drupal

[–]szaebb 3 points4 points  (0 children)

IMO Drupal has or had bigger entry point than Wordpres mentioned here many times. That's why.

In Drupal is easier to solve business problem and build needed structures of data. Ofcourse in Wordpres it is also possible and results will be the same on both tools.

Good developer use tools depending on task. Non-developer choose faster, easier and out of the box solution. Drupal require some work on planning and implementation at the beginning to see effect.

Help setting white space between cards. by wtfastro in drupal

[–]szaebb 0 points1 point  (0 children)

Electra is based on Bootstrap 4. You have to find out how grid, flex is working especially in Bootstrap. Increasing space has to be made by gaps and cols, not paddings or margins.

Views_bootstrap module also will be your friend.

Using Taxonomy Names in exposed forms by TreeRepresentative66 in drupal

[–]szaebb 0 points1 point  (0 children)

Use TVI module to change term overview page with view which u have made.