




gamzeroser_ftbl
#gamzeroser_ftbl #TheSupremeTeam Artist Name: gamzeroser_ftbl Who are you? gud Where are you from? yh How can we follow you? @gamzeroser_ftbl on tiktok Song Title: f Listen to gamzeroser_ftbl:... read more
Martian254
#Martian254 #TheSupremeTeam Artist Name: Martian254 Who are you? Precisely, I am all about cool Africanacity. My soulful vocals and simple but technical songwriting ability is greatly inspired by the AfroBeat greats of our generation, Wizkid, Tems, Nikita Kering,... read more


Tha Misfit/JBDrippin BEATS
#Tha Misfit/JBDrippin BEATS #TheSupremeTeam Artist Name: Tha Misfit/JBDrippin BEATS Who are you? Dark and horrific Where are you from? LITTY MCTITTY How can we follow you? https://soundcloud.app.goo.gl/K4tHxj1JdHeozHtw5 Song Title: Latley feat. The Misfit & Lil... read more
Josiah Davis
#Josiah Davis #TheSupremeTeam Artist Name: Josiah Davis Who are you? I am a very versatile artist. I don’t decide to stick to one genre, as expanding throughout other genres will not only allow me to expand my fan base, but also allow me to grow my musical ability. I... read more
Dozerxjohnson
#Dozerxjohnson #TheSupremeTeam Artist Name: Dozerxjohnson Who are you? Super versatile and creative Where are you from? Artist from South Africa,Johannesburg started doing music when I was 13 years old… How can we follow you?... read more

How to extend views_handler_filter_string for a custom Views field?
I have declared this custom field in hook_views_data(): // The status field $data[‘invite’][‘invite_status’] = array( ‘title’ => t(‘Invite status’), ‘help’ => t(‘Provide a status field.’),... read more
How to delete webform submission without confirmation
I would like to delete webform submission by direct link, maybe in modal or something like this…without redirection to confirmation page. I use theme switching module to refirect to default theme while editing submission, that’s why I need this. read more
TWIG errors after upgrade to PHP 8
We have a D9 site running on Acquia. It uses a Bootstrap based subtheme. When we upgraded PHP from 7.4 to 8 we get this error: TypeError: Unsupported operand types: string – null in... read more
How to use custom PHP_CodeSniffer ruleset within reusable github actions workflow?
We have each of our custom modules in separate GitHub repositories that are managed via composer and would like to use PHP_CodeSniffer on the files within. We have also created a separate GitHub repository for reusable workflows that the module workflows will call.... read more
How to fix error on file_post_update_add_txt_if_allows_insecure_extensions.module.?
I’m upgrading some Drupal 8.9 modules and it gave me this error. Does anyone know how to fix it please? The only thing I found was to replace line 32 of file.post_update.php, but it still gives me an error. Thanks read more
Upgrade entire site while migrating
I’ve agreed to help migrate a Drupal 7 site to a new domain/host, and the owner wants it updated. Since Drupal 9 is current, I figured I’d do that. I have no previous experience with Drupal. I have access to the old site’s files in two folders:... read more
How to filter or hide/show the tabs/fields on content page
My Question is, can we hide/show the fields on the content page for a particular content type in drupal 9 admin panel ? Or can we load content type based on the dropdown select option with different content type. Select LP type(Gated Content), I want to show only tabs... read more
Migrate update media / node + skip_on_empty plugin
I use a custom migration to update medias from an external JSON source. Inside this migration I use a custom plugin to search in database if the media name exist. If I get a ‘mid’ I want to update the media. But if no media was found I want to skip the... read more