Awa2el - Collaborative Education Community

Awa2el Home Page Screenshots

We were approached by Awa2el to revamp their website and migrate it to Drupal 8 from Drupal 7.

The main objectives were to create an engaging digital experience that encourages collaborative academic learning for students in the Arab World.

Vardot transformed the website from a media library of content into a community-powered and collaborative education platform personalized to the needs and preferences of Awa2el's target users: students and instructors from the Arab World.

Sectors: 
Education

Link to translated content in view (only french work)

Hello,
Does anyone have the solution to get the url of my translated content. I only have links in French with the field "Link to content" since my sight. I have been looking for a few days but no solution.

Thank you for you help

Anthony

Twig: How to list out taxonomy with multiple values + custom fields

I have this which works for the title only.    How can I get the value of field_nmls?   It's blank for me.

    {% for item in content.field_team_members %}
      {% if item['#title'] %}
        <div class="field-item">{{ item['#title']  }}</div>
        <div class="field-item-2">

          {% if item.hasField('field_nmls') == true %}
           {{ item.field_nmls.value }}
          {% endif %}
        
        </div>
      {% endif %}
    {% endfor %}

Register a User with Postman

Hi, i have configured the REST UI module as you can see here:

Granularity = Resource

Methods = POST

Accepted request formats = JSON

Authentication providers = basic_auth

also i have activated the permissions for the anonymous users.

Now when i use Postman and i do an POST call, appears the message = "message": "The used authentication method is not allowed on this route."

The url that i have inserted in Postman is = localhost/drupal/user/register?_format=json

Why?

Error InvalidArgumentException</em>: Placeholders must have a trailing [] if they are to be expanded with an array of values

I have been submitting an error when sending my Drupal form, the code is designed to insert the values of a select type field in my database. I do not know what I'm failing but I've been trying to find an answer for over a week and I could not.

/*METODO CONSTRUCTOR DEL FORMULARIO -  buildForm*/

Public function buildForm(array $form, FormStateInterface $form_state) {

  $form['WishForm'] = [
    '#type' => 'fieldset',
    '#title' => $this->t('Favorites'),
  ];

BYU Calendar Module for use with other events

Hello, my client was interested in using the BYU Calendar module for their new Drupal 8 site.

https://www.drupal.org/project/byu_calendar

My question is, is it possible to use this module with other events that aren't pulled from the BYU API?

I'd like to use the module with custom Event content types that are entered directly into Drupal, but are displayed in the way the BYU Calendar is displayed.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x