The authenticated users are adding a new node to my website. The value for one of these fields must begin with either of the strings "ABC" or "DEF". How do I force the application to only accept values in this specific format?
I am building a site for a club (Drupal 7.67, PHP 5.6.29). Some pages should be accessible only to members. If an anonymous user accesses one of these pages - say <mysite>/members-area/agm - they should be presented with a login form. After successful login they should land on <mysite>/members-area/agm.
In View panel, adding fields not showing up "Configure: field" and the field is not added.
The event happened after my
SuSE linux server upgraded from 11 to 12
PHP version upgraded from 5.3.17 to 5.5.14
Apache upgraded from 2.2.12 to 2.4.23
No application nor server-level's error log shown. And disabled javascript to ensure not related js problem. Any ideas on how can I debug or trace the problem? Many thanks for yours help.
hi, I am trying to add the following player and download media players of our radio streaming. Unfortunately the code is not working in full html. The same code is working in a separate html file and else where like Word press.
As I try to paste the same code in plain text and then selected full html and clicked on save , Page not found comes.
I have a content type which has a select list field which has 3 values: Ratified, Sold, & Active.
I added three nodes.
I created a view.
I added the select list field under search criteria.
I exposed the view to visitors so they can search the view.
I like visitors to view all the nodes on a page and search. But the problem is that view displays only "Ratified" nodes by default. Instead, I like to display all the nodes by default.