What's the future of Drupal community ?
Codex can build / fix modules, develop the core of Drupal today, almost no developer needed already, what will be the future for this type of software communty ?
[link] [comments]
Codex can build / fix modules, develop the core of Drupal today, almost no developer needed already, what will be the future for this type of software communty ?
I am using codex to write modules for drupal now, it works perfectly without problem, but I have to manually upload to Drupal and communicate with codex for what happen, its still fine but bit slow, I am working between the site online and codex, am looking for a way to let codex work directly for the site, anyone has experience for this ? Thank you.
I was using the gemini and gpt can upgrade drupal 7 to drupal 10 without problem, but it took lots conversations and times one command after one commands, if there is an agent that I can pass the login info for him to online automatically check and run the commands , that will save lots times without spending time on hundreds conversations and manually run the commands. anyone has experience on this ? I guess either there is way for this already or it won't be far by the tech today.
In drupal7 I only need a paypal email then I can setup the commerce paypal, in drupal10, I see the commerce paypal asking the paypal API Credentials , but in the developer.paypal.com, it's asking me to upgrade to paypal business account to switch from sandbox to live . so means my personal paypal account can't get the API Credentials now ? or am I missing something ?
If someone has experienced on auto post on social network ? I see there is a social_post module but its stop updating since 2024, I want to create node with image field in Drupal1o, then auto post the image with content on X, Facebook, Linkedin, and maybe Instagram, please suggest if you know about this , Thank you.
I a using chatgpt and gemini to help with upgrading some very complicated drupal7 to drupal10, and it works, but it takes lots conversations, am wondering anyone has experience by using ai agent to help with site/module upgrade automatically ? Thnks
I am upgrading my D7 to D10 through the D10 UI, In the "web/upgrade/review" page, the core statistics module in the "Modules that will not be upgraded" list, I am confusing now if the D7 statistics data can be migrate to D10 ? Thanks
Seems conditional fields doesn't work with profile module on the registration form , anyone has experienced on this and is any other module that i can use to replace the conditional fields module ? Thank you
in Drupal7 profile2, we can set different registration path for different profile , but in the 8.x version, I don't see such setting that I can set different registration path for different profile? please advise, I used to have a personal profile type and a business profile type in D7, individual and company can register through different path to login and automatically get different role, how can I set this up in D10 profile? Thank you
1: I am upgrading my Drupal7 to Drupal10 through the D10 UI ( web/upgrade ), when on the "What will be upgraded?β , its showing the modules like "Automatic Entity Labels, flag, pathauto, simplenews, " are all under the "Modules that will not be upgraded" list, I have enabled these modules in the D10 new site, so my question is why these modules that can not be upgraded or they don't need to be upgraded ? for example, my Drupal7 using flag module to flogged lots nodes, if it won't be upgraded, then all those flogged content will be lose οΌ and the auto-entity-labels , if it does't upgrade, then how the D7 node title will be transfer to D10 ? please advise
2: btw : Do I need to enabled the commerce module in D10 to upgrade the D7 commerce setting into D10 ? will all the D7 commerce setting like products will be upgraded to D10 through the default upgrade UI ?
Thank you.
Do I have to manually recreate all the content type with the same fields in the D10 first before the upgrade ? some people say yes, some say no, I am confusing with what to do with this step. but I see this
" Do not configure the Drupal destination site
Keep in mind that the upgrade process will overwrite configuration on the Drupal destination site, so do not do any configuration of the Drupal site until after the upgrade process is complete. This means you do not have to create all the content types and fields manually before running this upgrade." please tell your experience if you know about this .Thank you
I am wondering if the formal upgrade process will auto upgrade all the veiws to Drupal 10 or I have to upgrade all the views separately, because I see there is https://www.drupal.org/project/views_migration module. I have around 100 views in my D7 site, there will be lots works to deal with them. Thank you.
My D7 site using a image field https://www.drupal.org/project/user_picture_field , but there is no D10+ version for upgrade, I am thinking to duplicate the field to a standard Drupal image field in Drupal7, then I can upgrade to Drupal10 directly .my question is if there is any modules that I can use to duplicate the image field with the content. Thank you
I have a random views that showing on the site front page, I am wondering if I signup with cloudflare, how can I let the front page view keep rolling randomly or the cloudflare will just cache the views for a day ?
I use the default responsive grid for the view, but its not responsive on browser and mobile, am i possibly missing something ? Drupal 10.51 ,
I am using the bartik theme , it's not responsive on desktop and mobile both.
I change to Olivero theme, it's responsive on mobile but not on desktop
I tested on Chrome and Edge both on desktop.
If you have experience with this, please advise, Thank you.
I want to change the role of a user when he/her purchase a commerce product.. I did this in Drupal 7 via rules easily . but in Drupal 10 and latest rules, I can't find the part for this . am I missing something or is there other way to do this in Drupal 10 ? Thank you
I want to have different set of menu on the address of www.abc.com/subfolder. so user will see different menu on www.abc.com and www.abc.com/subflder , is there a module can do this ? Thank you.
How to make a field available for authentic user to enter content , but after node saved, the field content only visible to the author and admin ? Thank you