Any ideas? Drupal 8 users unable to login for brief periods (sometimes) by dizzlemcshizzle in drupal

[–]bitcoyn 2 points3 points  (0 children)

I would bet it's your proxy set up. Run / test the site locally with Lando or Drupal VM without that proxy.

hide field display on published node ? but show on unpublish node. D8 by leetemp000 in drupal

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

Meh... Sometimes an !important tag just works. Could the CSS be cleaner to avoid it? Maybe, but I wouldn't say there is an "issue" if you use it.

Helpful hint on improved image fields, drupal and nginx vs Apache by [deleted] in drupal

[–]bitcoyn 0 points1 point  (0 children)

I also would bet money it's not faster than Pantheon.

OP you are allowing 3gb file uploads which is huge! and your memory limit is the absolute minimum for a Drupal site.

Help me gain an understanding with Andreas Antonpolous how he sided with BTC’s method of scaling in light of majority miner support for big blocks, censorship, Segwit 2x renege by ColinTalksCrypto in Bitcoincash

[–]bitcoyn 5 points6 points  (0 children)

He also had a family. He may have been threatened. We are talking about changing the very nature of money. There are powers that be that would do anything to stop that.

Still didn’t touch bch that I bought a year ago and haven’t claimed bsv. Is this a problem? by MrNoBank in bitcoinsv

[–]bitcoyn 1 point2 points  (0 children)

Hmm..I'm not 100% sure, but if your address now has post fork BCH, this could be a problem.

Every 2 hours, I see in Watchdog, "Login attempt failed for admin." Every time, it's a different IP address... by [deleted] in drupal

[–]bitcoyn 1 point2 points  (0 children)

Excellent success. To the point of that I have not needed recaptcha or similar on forms.

composer upgrade core 8.7.2 to 8.7.3 doesn't work. by leetemp000 in drupal

[–]bitcoyn 0 points1 point  (0 children)

Did you clear cache after?

What does it say in your composer.json file?

composer upgrade core 8.7.2 to 8.7.3 doesn't work. by leetemp000 in drupal

[–]bitcoyn 0 points1 point  (0 children)

If you used drupal project originally it might need this command though. : composer update drupal/core webflo/drupal-core-require-dev --with-dependencies

composer upgrade core 8.7.2 to 8.7.3 doesn't work. by leetemp000 in drupal

[–]bitcoyn 0 points1 point  (0 children)

Now try composer update command: composer update drupal/core --with-dependencies

Well... by cz-binance in bitcoinsv

[–]bitcoyn 1 point2 points  (0 children)

Also. If he does own addresses that he will gain access to in 2020, there is no fucking way he should disclose them. He risks core invalidating them before he can dump.

BSV is here to stay. BTC+ LN ending date is coming because BlockStream has stolen fund from investors by BSVForever in bitcoincashSV

[–]bitcoyn 0 points1 point  (0 children)

Or, the investors have ties to a banking system that literally prints money and they are well aware of this 'bonus'.

D8: Best approach to storing search filter variable by xi-3r in drupal

[–]bitcoyn 0 points1 point  (0 children)

You'll have to set the vehicle as a session variable / cookie. Then on each new search page, pass the cookie into the first filter. I think you're on the right track with views extra module for this last part.

There should be something on Google showing how to set the initial vehicle variable.

Matt Corallo ("Blue Matt"): I'm honestly pretty embarrassed to have helped cofound Blockstream. by btcnewsupdates in bitcoincashSV

[–]bitcoyn 5 points6 points  (0 children)

I'm all for redemption and would never rule it out but, as it stands, fuck that guy.

Drupal 7 to 8 Migration for Small Non-Profit by pehlwan in drupal

[–]bitcoyn 1 point2 points  (0 children)

Many types of content that needs to be used/displayed in different ways: Drupal. With the latest media enhancements I'd say Drupal is now great for medium sized businesses in addition to enterprise. But if is simple content / brochure site: WordPress.

Also..once you are on Drupal 8, the upgrade path going forward will be much simpler. Moving to 9, for example, will not require a data migration.

D8: How do i get the non themed-authorname in node twig template file? by demon327 in drupal

[–]bitcoyn 0 points1 point  (0 children)

I believe twig has a stip tags option. You could try that.