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.
in general, so far i've been surprised at how easy it is to modify the xtemplate theme to make it fit my needs design wise. thank you.
my problem is this: i have a logo with a color background in one cell of a table with a solid background color in the next cell. what happens is that there is a tiny white line under the logo cell with no tiny white line under the colored background cell.
I am trying to configure (and understand) taxonomy for a forum.
I configured 2 vocabularies, then some sub terms and then realised I needed to put the 2 vocabs into a holding top level vocab.
When I try to create (submit) the vocab (with all options ticked or not) I get the following:
warning: sprintf(): Too few arguments in .../htdocs/portal1/includes/database.mysql.inc on line 44.
user error: Query was empty
query: in .../htdocs/portal1/includes/database.mysql.inc on line 97.
Hi, I've just installed Drupal and set up a new alias in apache to my drupal site home directory. However, none of the php pages get parsed when I navigate to the site. Instead I just see the list of files in the site folder. If I manually load a page, all the links just take me bak to the folder view. Help please.
I have been working with a copy of Drupal (4.4.0) on my desktop system. Now it's time to move it onto the web server. How is one supposed to do this?
I did a dump of the Drupal database (PostgreSQL, BTW) and copied that over to the web server. Created the database, restored from the dump, and checked all the table permissions, etc. and all looked normal (i.e., the same as it did on the original copy of Drupal).
The problem is when you access the relocated Drupal from its new home: I'm prompted for a new administrator account. And things go downhill from there.
I have a server in a LAN, and have drupal on it. And I also have a portmapping to internet ip on it. So, if i set $base_url = "internet ip/drupal", the LAN users must access it from the internet ip; if i set it to "LAN ip/drupal", the internet users can not access it. How to resolve? Thanks.
There are quite a few references to custom blocks in the forums and docs - most involving taxonomy. But, I'm interested in an ultra-simple block to show the last "n" nodes published.