Is there any affordable webhost that is perfect for Drupal?
Godaddy stinks, because I can't lock tables in MySQL..
And I could also wish that php.ini would be available
Fully featured PHPmyAdmin
Several MySQL databases
Zend Optimizer
4000+ storage
Fast and reliable host
Good and helpfull support
Well, that is only some of the features i would requaire.. So please just tell me what hosts you guys are using and post a link, so i could test your servers respondtime.
I was thinking - as I was reviewing my logs and finding there are a quite a few 404's coming through - that if it were possible to create a customised 404 page where:
If a surfer comes to an error page by a referrer looking for say information on pigs from a search engine - they'll be presented with search results from your website instead?
Hi. I am a beginer to drupal and php.
The databse is DrupalDB and I added a table called "images" which will store relative url pathes of images i want to display in a block I added to the right sidebar. All images are in the files directory like files/pic1.jpg.
I inserted the url of two images into the table like :
ID ImageURL
---------------
1 files/pic1.jpg
2 files/pic2.jpg
I've got what's called HTML Kit as an html editor and I can view source to see my template code. There is a button in the editor that will allow me to upload changes to the Template but I don't want to tinker around with that until I know what I'm doing.
So this brings me to the topic of this post. How do I get into my Drupal Template?
Hi all
I'm having, thanks to this forum, some excellent success in setting up a crude looking website (I know the logo sucks) I created what I think is a block in the sidebar labbled Science Fiction, which is what I want. Next I want to be able to add sub titles under that heading Science Fiction as hyperlinks taking the viewer to those pages.
If I try to put two form fields with titles inline, the title of the second item appears next to the edit field of the first item. What is the best solution to handle this? Most of the time I see examples of inline fields without titles, but I would like the titles to be aligned with the edit boxes below them.