This forum is for less technical discussions about the Drupal project, not for support questions.

Find a specific Drupal theme

Hi everyone,

I am new here.

I am using wordpress but now I need to build a site with drupal.

I find a website that I know it is built on drupal. How can I check what is its theme exactly?

Thanks, Peter.

Data sanitation and XSS

Hi, we're undergoing a Penetration test and we've been flagged for having illegal file names being entered into certain fields which they say makes us vulnerable to cross-site scripting and susceptible to data security breaches. 

Comments not attached to posts

Hello Everyone. I'm noticing a glitch since drupal.org was redesigned recently. I'm getting responses to my forum posts on my mail box but when I visit the post there are no comments. Weird.

I hope someone can look into this. Thanks

How to Create Related Contents

Hi guys. I'm a beginner. I have a scenario but I have no idea how to implement it with drupal.

I have these content types: Artist, Album, Music

Each of these content types have their own fields but they are related together. A music belongs to an album and an album belongs to an artist. I have no idea how to create these relationships. 

I also want to create a page named "Artist". this page is like a user profile page. I want to display the information of the artist in one side and Albums in another side of that page.

outputting fields in a CSV

I am trying to loop through the fields in my database using the following code but nothing is being output

[php]

$fp = fopen(realpath('./') .'/'. file_directory_path() .'/auto-csv/'. $filename, 'w+');
      $data = db_result(db_query("SELECT * FROM {actionmedicalresearch_gdpr_optin}"));
      foreach ($data as $fields) {
        fputcsv($fp, $fields);
      }

[/php]

Please advise

Can I change the Author name from the username?

Im using drupal 8.

The blog posts include my username, which seems like a security risk. I would rather publicize an author name that is not a system username.  is there any way to not post the username as the author name?

Pages

Subscribe with RSS Subscribe to RSS - General discussion