Alternative URL module not working... A lot of 404 errors

When I edit a page I see the field is fullfilled correctly but it doesn´t work. It shows node/(number) instead.

Alternative url: processo-administrativo-licitacao

Would show: https://licitacao.online/processo-administrativo-licitacao

But it shows "http://licitacao.online/node/2" instead...

Please help.

Media module separate library

I have an established D7 site that uses IMCE in the ckeditor and that handles images. But customer wants to be able to be able to place videos, animated gifs, etc. I haven't found where I could do this with ckeditor, other than an iframe, so I enabled the Media module which happily does so.

entity reference

I  have a content type Garage and a content type Car. 

Car uses entity reference to add a Car to a Garage. 

When John adds a Car he should only see his Garages as entity reference and not all Garages. 

How can I limit the entity reference only to the user's content (while admin should get every user's content)? 

Thanks! 

The .htaccess needs to be rebuilt but I´m using NGINX!!!

HTTP requests to advagg for css files are not getting through. The .htaccess needs to be rebuilt.

As I am running Nginx, how can I solve this problem since .htaccess runs on Apache?

Drupal Search Flagged In Site Scan

A Drupal site I was working on was scanned using security tools and the search (built-in Drupal search) was flagged for possible threats for SQL injections based on the text the scan tool was able to submit via the search.  I was wondering if this had been flagged for anyone else and if the text submitted into the search is already being sanitized properly and this finding would be ruled a false-positive.  Just want to be sure if additional filtering is needed on search submissions.

Form Api Tableselect disable checkbox contrains

hi all, i have a tableselect element populated with data from database, and i want to enable the checkboxes on demand. i mean, if the user checked the cb1, enable the ch2, if the user checked the cb2, enable the cb3, an so on....

this is my simple code for my tableselect

$form ['tabla'] = array (
	'#type' => 'tableselect',
	'#header' => $tabla ['header'],
	'#options' => $tabla ['body']
	);

i am reading the #states property,i think that it needs to be done with that, but i cant figure it out how to do it.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x