What kind of adverse effects will happen if use Thunder Distribution instead of Drupal 8

Thunder is a Drupal 8 distribution. In Thunder website( http://thunder.org ), it mentioned there are around 200 websites using it.

Our team decided to build new website using React + Drupal 8. We want to make sure that this platform is very stable and secure, and it also has good scalability.  Some think Thunder may be a better option than Drupal 8. I don't know much about Thunder.I would be very grateful if anyone can give some advice.

How to view a user's status (online, away, offline) ?

I have a site with Drupal 8.6

I want to display the status of the user on the page of his account.

How to view a user's status (online, absent, offline) ?

Here is what I added in the user.html.twig file :

<div class="bs-field-status">
<i class="user-online fa fa-circle fa-lg"></i> Online
<i class="user-absent fa fa-circle fa-lg"></i> Absent
<i class="user-offline fa fa-circle fa-lg"></i> Offline
</div>

When would drupal 8 change the output of a twig template? This seems to be happening and I'm not sure why or from where.

I have a module that's generating me feeds. The module has a twig template for each feed that handles the feed's formating.

For example:

How to link an image in views to something other than "content" or "file"

I have a view set up with three fields: Image, External URL, and body. I would like to have the image link to the "External URL" field instead of "content" or "file". I'm not a coder, so if this can be done within the view, that would be great. Thanks.

Website not working after php version downgrade

Hello, last week i have made a downgrade of php version from 7.2 to 7.1 and my entire website crashed here is the error message:

Complex conversion during migrate

I've not done a lot with migrations, the last major site rebuild was a D5->D7 and the migration was all done in SQL as there was no viable migrate process at the time, however, this was mostly 1 to 1 mappings so not a massively complex process.

Current scenario

Source is D6, target will be D8 (either 8.6 or 8.7 depending on project timescales)

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x