Hi,
I have VPS account with 256MB RAM.
But when Im trying registering, it takes very long time, and no email sent
Is this because I have too small resource?
I'm interested to know the general community feeling about the safety of running Drupal alongside bespoke, business critial ASP.NET MVC apps on a production server.
Previously my employer's Drupal based 'visitor website' was hosted as a managed service with a 3rd party. While the LoB sites were hosted in-house. That 3rd party is no longer…
please someone help me....
(Sorry for my english)
Hi, I have a Pc with 2 Hd (1Tb each) on Raid0. I had a Windows 7 64bits working for several months.
When I installed the Windows I let a 100Gb partition empty to install Ubuntu someday.
I was using Linux on a Virtualbox, but this week I tried to install Ubuntu 12.04 in this 100Gb…
After upgrading to 13.04 from 12.10 Lubuntu lost audio playback after unplugging usb soundcard (Polycom) and plugging it back in.
Volume control was gray and leading to pulseaudio mixer (not installed) so I uninstalled the pulseaudio package. I also removed and reinstalled the alsa-base package.
After restart I have the alsamixer…
I'm trying to place my own theme settings into a drupal subtheme. i've used the forms API in theme-settings.php but they are not showing up in admin/build/themes/settings/$mytheme. my theme-settings.php is uploaded here in case you'd like to see it.
what it does is choose vocabularies for categories and tags, making it easier to…
I'm converting a Wordpress blog to Drupal and need to map the WP paths to the new Drupal ones.
What's the best practice for doing this? There are only around a hundred pages to map. I've been experimenting with the URL Alter module, which provides an alternative to messing with custom_url_rewrite functions settings.php but keep…
I'm new to Drupal 6.10 CMS and PHP too. I'm creating my website with drupal and I have found a module called Webform I like it, it's pretty easy to create forms with different types of fields and file uploading. The one thing that i can't figure out is how to add Rich Text before all fields. Something like introduction to the…
I'm terribly new to web development. I'm trying to make a pretty simple site with a friend. My friend has taken the time to design the layout for our site, and we have things looking how we want in a static HTML page.
What I'd like to do now is move over to a Content Management System like Drupal but keep the same design…
AFter migrating a joomla 1.5 site to Drupal 6 by using Joomla to Drupal module. While importing I ticked full HTML. Now some of the pages have are annoying codes as shown below:
Normal
0
21
false
false
false
TR
X-NONE
X-NONE
MicrosoftInternetExplorer4
<![endif]--><!--[if gte mso 9]>
…
I'm new to Drupal. I want to create a contact page, so I copied page.tpl.php and renamed it to page-contact.tpl.php. I created some new elements in the page, so I can see that if I click on the "contact" link, I'll know that I went to the correct page.
Right now I don't see any change. Was there…
Hi, I need to write a module that gives me a page will all possible paths in a drupal install, including orphaned pages. (site map won't work for that).
I can query the url_alias table for aliases, and I can query the menu_router table for all paths, even ones set in page/feed displays in views.…
We're building a multi-language Drupal stack and one of the concerns we have is that our payment processor is going to have to send back some information to us. We've been able to narrow this down so that the strings they're sending back look like
<country code>-<number of months>
…
Hiya,
I've moved a site to Drupal, but am now getting a lot of 404 errors due to the search engines taking their time to update the indexes.
The 404 paths all look similar to this:
recipedata/ccp1300006/633_L.jpg
recipedata/ccp1500005/risotto.jpg
recipedata/ccp1500006/haddock.jpg
So I'd…
Hi. I need to run a php code snippet in a Drupal template and not have it cached.
The php snippet sniffs for a cookie and if found returns one of messages according to the cookie value.
ie:
if(isset($_GET['key'])) { $cookievalue = $_GET['key']; }
if(isset($_COOKIE['cookname'])) {…
Hi,
My Drupal site sends email to a GMail account, but the emails sent all go into the Spam folder, and GMail puts up a bar with the message "This message was likely forged and did not originate from your account."
Although I can create a filter to prevent them going to Spam, I…
Hey.
I've got this client who's a dietician and wants a site with some functionality I'm not sure how to implement:
custom forms that calculate some stuff (like ideal body weight, based on a bazillion factors),
the user is supposed to be able to pay for the consultation with a…
I'm new to drupal. Its a very dumb question I guess.
I have enabled PHP filter module so that I can create a new page with my own PHP code in it. This particular page I want to be accessible to only authenticated users, not visible to anonymous users. How can I achieve this? Can…
I just installed Acquia Drupal using the web platform installer. The entire process went smoothly but when i try to browse the website it say "HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
…
I'm running into problems trying to pass absolute URIs as parameters with clean URLs enabled.
I've got hook_menu() set up like this:
function mymodule_menu() {
return array(
'page/%' = array(
'title' = 'DBpedia Display Test',
'page callback' =…
Hi,
I am using Drupal 6.16
In the user registration module, I want to hook in AFTER all validations have been made and the row is about to be inserted. Here, I want to run my business logic. If my business logic fails, the drupal registration should be stopped.…
Hi,
First thing I would say is that I am a Drupal newbie. So, I would appreciate your answer in a detailed step by step process.
I am using Drupal 6 and location module. There are two main content types - user profile (using content profile module) and event…
Hi,
Basically, I'm looking for an easy way (module) to add a private/public option to any kind of content I may published in Drupal (blog entry, image, etc.). So that when I'm logged in, I can see everything. But when an anonymous user visit the site, he will…
Hello,
I have a view set up in drupal and I am using some jquery code within the view which hides some data based upon a text box value.
Everything is working fine for me when I am logged in. When I log out and access the block anonymously, it doesn't work…