The European Training Foundation (ETF) is the EU agency supporting countries surrounding the European Union to reform their education, training and labour market systems. EWORX partnered with the ETF in 2016 in order to develop a website, completely overhauling the existing website. This new website would enhance the way in which visitors interact with the site, its content and increase the outreach of the ETF’s communication and dissemination efforts.
EASA is the centerpiece of the European Union's strategy for aviation safety. It is responsible for setting the rules, guidelines and standards for all safety and environmental aspects of civil aviation.
The EASA Drupal 7 website was developed by EWORX in 2014 and was a complete overhaul in terms of design, structure and technologies of the static HTML site that it replaced. It was revamped again by EWORX over the course of the next four years, and migration to Drupal 8 commenced in late 2018.
I have a two content type (one is news and other is media type) in news media type is used as entity field reference. Now i have a view which list down the news items but as reference field it only shows the reference field array. What i want is i want to Format display some thing like
News title, News fields etc and Media reference field instead i want to bring all Media fields for that. I using json from this views. so
I wish to restrict access to the local task /user/<uid>/activity. (Created by tracker module)
By default, if I give 'View user information' permission to whatever roles, then users with that roles can access all those local tasks. If I deny 'View user information' then all local task are unavailable.
I want all users to read user's basic information; however I want only one of these roles to have permission to look at listing of user activities.
How do I achieve this?
I think I will need to implement this a hook. (correct me if wrong)
I'm trying to set up a checkout for an offline payment (COD where money is sent separately from the site logic) in order to set up an offline payment gateway. What I need: When the user selects an offline payment manually, completes it, the order should be updated to the "pending" status, but I get the "completed" status.
Perhaps I need to intercept the payment event for the first order with the "manual" method.
I couldn't find any manuals or documentation on how to create my own offline payment module.