Questions tagged [drupal]

Drupal is a popular open source PHP-based CMS. There is a Drupal Stack Exchange at http://drupal.stackexchange.com/, so if your question is related to Drupal but not Pro Webmasters, then it should be asked over there.

Drupal is a free and open source written in .

Drupal has a very active community and thousands of contributed modules (plugins) and themes. Download them at [drupal.org][2].

Resources

Similar tags:

133 questions
16
votes
4 answers

Why should I use a Content Management System?

I've heard a lot about cms's like drupal, joomla, and wordpress. I've always hand-coded most of my PHP and HTML and done fine. What are the pros and cons of using a cms?
Gordon Gustafson
  • 716
  • 4
  • 13
8
votes
3 answers

Whats the best module or method for A/B testing with Drupal?

I'm looking into rolling our company's static websites into Drupal. I need to ensure that I won't ruin our chances for split testing our designs and layouts. I have found several modules out there, and was wondering if you folks had any advice as to…
dbonomo
  • 160
  • 1
  • 6
8
votes
2 answers

How to support tableless columns with WYSIWYG editor?

On the front page of a site I'm working on there's a small slideshow. It's not for pictures in particular, any content can go in, and I'm currently setting up the editing interface for the client. I'd like to be able to have one/two/more columns in…
Andy
  • 1,481
  • 2
  • 15
  • 22
8
votes
7 answers

Is Joomla or Drupal easier to manage?

Is Joomla or Drupal easier to manage? Better community than the other to receive help? One made for corporations vs for private? Seems like WordPress is very popular, too, but can it do the same things as the others? Also, how long (in approximate…
Tommy
  • 287
  • 1
  • 6
7
votes
4 answers

How do you get Drupal to go to a page other than the User Profile on login?

ISSUE: I've tried a few things to get Drupal to STOP going to the User Prolfile page on login. I even installed the LoginToboggan module, which has nice features, just doesn't stop Drupal from sending all users that login to their User Profile page.…
blunders
  • 2,080
  • 3
  • 17
  • 32
7
votes
6 answers

drupal site speed increase

I'm using a drupal site with a theme from rockettheme. The users are member users. The problem is for unknown reason the site is very slow. Takes around 20 seconds to open the page. I have tried switching the VPS, but no performance gain. I'm not…
Nikhil
  • 313
  • 1
  • 6
6
votes
1 answer

How to internally rewrite a page when requested from specific HTTP_HOST

I have a Drupal site, example.com, and our client has a campaign that they're promoting for which they've bought a new domain name, campaign.com. I'd like it so that a request for campaign.com internally rewrites to a particular page of the Drupal…
Andy
  • 1,481
  • 2
  • 15
  • 22
6
votes
1 answer

Can I POST to a new window that I want to open up?

Is this possible? A third party site is running my Drupal module An end user clicks on a link which will: Open up a new window www.mysite.com/redirect.php and POST certain data to this page www.mysite.com/redirect.php I've seen the user's browser…
siliconpi
  • 526
  • 1
  • 5
  • 12
6
votes
3 answers

Should a canonical URL be search engine friendly?

I'm using Drupal with search engine friendly URLs. The way Drupal works is that there's two ways to reference a node with SEF URLS switched on: The SEF way, eg. http://example.com/blog/the-answer-to-life Via the node ID, eg.…
Andy
  • 1,481
  • 2
  • 15
  • 22
6
votes
1 answer

Why does Google Analytics log a user logging in as an exit?

I have custom event tracking set up in Google Analytics that tracks when a visitor registers on the site. The tracking is working fine. However, GA is showing that 100% of users "exit" the site after registering. They aren't exiting however, they…
Justin
  • 567
  • 2
  • 7
  • 11
6
votes
5 answers

What are the best hosting services for Drupal?

When I upload a drupal website on the web, I usually have issues such as: imagecache module failing to create duplicates of my images FUpload (multiple image upload) creating issues and warnings post size limit when I upload videos (PHP memory and…
aneuryzm
  • 1,907
  • 1
  • 17
  • 20
6
votes
1 answer

What kind of spam is this?

I realize this is a pretty vague question, but I occasionally get spam messages through my contact form on a Drupal 6 site. The contact form does not have any anti-spam protection (i.e. math question). The messages I get are all very similar and…
SSilk
  • 307
  • 3
  • 6
5
votes
2 answers

Combining a content management system with ASP.NET

I am going to be creating a site that seems like it requires a blend of a content management system (CMS) and some custom web development (which is done in ASP.NET MVC). I have plenty of web development experience to understand the ASP.NET MVC side…
4
votes
2 answers

Can an XML sitemap have Drupal permalink URLs instead of alias URLs?

While the following question is totally general and theoretical, it is based on a more particular case regarding the current development state of the simple_sitmeap module developed for Drupal 8 and aimed to replace the xml_sitemap module for Drupal…
user58733
4
votes
1 answer

Too many redirects due to htaccess code

TL;DR: What does the following line of code do? Does it remove trailing slashes from a URL? RewriteRule ^(.*)/$ http://%{HTTP_HOST}/$1 [R=301,L] I inherited a Drupal site with little knowledge of how htaccess files work. We have a folder, let's…
SuperTony
  • 43
  • 1
  • 4
1
2 3
8 9