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

I have an error message if I disable htaccess files on Drupal 8

I have an LAMP server for my Drupal 8 site.

I want to disable htaccess files to have a better server.

I followed the following tutorial :

https://www.vincentliefooghe.net/content/virtualhost-apache-pour-drupal

But now when I load a page of my site, I have a blank page with the following message :

    handle($request); $response->send(); $kernel->terminate($request, $response);

Products Review Module

I am looking for a free Module to add Products Review section on the website. Suggest some of the free Modules?

my about sublink page is not clickable

Hi 

I have a website that when you create any page under the about page it is not clickable but when you create it else where in other tabs it's clickable. We already try recreating the page and it continues to do the same problem as before. Need help on this

newsletter for drupal release maintenance

Hi, drupal 7.64 is out, i wish i had received an e-mail alert but i didn't. I subscribed security newsletter and received emails for security release upgrades, but i whish to receive emails alerts for all new drupal releases, security and maintenance.

I searched in "my newsletters" and found security newsletter only, there's a place/way to have this kind of alert?

Best regards

Add member to group using code

$node = node_load($nid);
$ogId = $node->og_group_ref['und'][0]['target_id'];
og_group('node', $ogId, array('entity' => $user->uid));

Hide/Remove a column in a table view

function YOURMODULENAME_views_pre_render(&$view) {
  global $user;
  if ($view->name == 'YOURVIEWNAME') {
    
    unset($view->field['nothing']);
    
  } 
}

Use above mentioned code to hide/remove a column in a table view

Thanks

Pages

Subscribe with RSS Subscribe to RSS - General discussion