Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
On a Drupal 7 website I have a node creation form with several fields: `field_accounts, field_status, field_priority, field_department, field_body`. All the fields are standard ones (of `List (text)` and `Long text` types) except `field_accounts`, which is of `Entity Reference` type. On the UI it looks like this:
at last I'm begining to get my head around Drupal and I have now sucessfuly ( thanks one and all) converted a multisite to a single site and uploaded it to the we.
It all works except picture links which I have sorted. However I have a few images which are clickable but the link leads to a non found page.
Once such is coded <a href="/wsmfhs/help-advice/map-parishes-north-somerset">
I'm assuming the path is under htdocs .....help-advice---maps-parishes-north-somerset?
We have a redirect in our .htaccess file for a project that pulls RSS feeds to another site, using a custom API that's been built for us, in a folder at the root folder.
The problem we're running into, is that the .htaccess file gets overwritten sometimes, usually on updates of Drupal version. It's one line of code, so we're looking for something other than a custom module ( unless somebody knows an extremely simple way to do this in a module. I'm not experienced there):
Basically, here's the rewrite: RewriteRule ^api/test/(.*)$ /api/api.test.php?a=$1 [L,QSA]
My add / edit content type is not displaying the options to create or edit the content type. The manage fields and display work fined but I can not edit. I've disabled all new modules with no avail. Has anyone come across this problem it's new to me.
I need some advice in terms of making my website perform faster.
Unfortunately, Boost does not work for me - it only caches the homepage.
The majority of my website consists of Books, Simple Pages and Views with Better Exposed Filters (although Better Exposed Filters is optional really - the user doesn't have to select a filter). I would expect an alternative caching solution to work for all of the above content type.
I create user-profile.tpl.php but in user profile page show header and fooder from page.tpl.php
on user page, I want to new header and footer in user profile page
how to remove it?
if I remove the code from page.tpl.php than it will remove from all pages but I want to remove only user profile page