Basically, they are offering a shared-level hosting package for £20 a year which provides 1Gb space & 25Gb bandwidth powered by Lightspeed Webserver 3, PHP 5 & MySQL 5. They also support SVN and Zend Framwork.
I've used their VPS service for 12 months now and just renewed at what worked out at less than £15 a month for a VPS with root access, 512Mb RAM (burtstable to 1Gb), 15b HD Space & 200Gb Bandwidth.
They also provide a budget VPS service called CheapVPS. This service basically provides the same level as A2B2 but on a more budget level.
I have been thinking and looking around for registration/enrollment module. I started off looking at the survey module. It had a lot of what I needed but did not allow users to edit their answers. Then I looked at the forms module (required by survey). I could build on it to make new forms, then I ran into WebForm. This one kind of looks like forms+survey, and allows a bit more (like limiting the number of replies), but still not editing an answer (patch on the work). Then there is the signup module, that is a sort of enrollment module. It allows forms to be added to it by other modules.
Apparently CVS access will not be granted for creating a similar module (but Form+Survey is very similar to WebForm). I suddenly was looking at two very similar modules, none of which had all the functionality I wanted and thinking that maybe some of the redundancy could be eliminated by having a core “form building module”. Both modules have the same idea, allow user to create forms for the Form API via web. Both have some sort of validation. Both modules store data on tables, and the generate reports.
Hi, I am using Custom filters module and I need to place my own code after first end of paragraph. How can I do this using Custom Filters?
I have </p> in pattern and in replacement text i have this:
$result = '</p>';
$result .= '<!-- info -->';
return $result;
However that doesn't seem to work. It replace every occurrence of paragraph end. The bigger problem is that it seems to be placed into another < and >. :-(
They have been informative (and I don't know if its the way things are presented, insufficient information, or because I'm not a PHP developer) but I'm not entirely convinced of the claim that theming is better in D6 :(
For example:
- What is optional/mandatory in [themename].info
- What is theme function registering about? And why is it needed?
- Is there a key to http://drupal.org/files/theme_flow_5_1.pdf and http://drupal.org/files/theme_flow_6_1.pdf? What are the red/grey/solid/dashed/dotted lines representing? Are there any examples to accompany the PDFs.
Hi all. I've got to grips with some of Drupal, but I'm not sure of the best way to do the following. Any advice would be fantastic.
I'll describe a simplified version of what I want to do in Drupal 5 or 6. In this case, the site is already running on Drupal and I know how I would do the following using a separate database with PHP, but I'd like to keep it all in Drupal if possible.
I Can not get the instalation to work. I get the error message on the installation page Multibyte string input conversion in PHP is active and must be disabled. I am using a hostecellence as my hosting. I read thru some of the post and tried some of the fixes that were listed but nothing seems to work. I am a new to this so any help would be a great help.