Giving users own websites inside one drupal installation

Hi,

I'm planning on building a site where users can sign up and manage their own little homepages. It's for a certain group of people, so it's pretty much a template where they can change colors, add news, events and so on. You would then go to their site by www.mysite.com/theirsitename

You guys know a good strategy in Drupal for this? I just read up on multi sites and it doesn't seem like the correct way forwards since I could end up with a couple of thousands of those mini sites.

RSS/View problem on Drupal 7.x

Hi,
I 'm just trying Drupal 7.x and I don't know how use RSS through View. I remember that in Drupal6.x there was the module named "view_rss" but not on Drupal 7.x. I use View for my news but I would want to change it in a RSS. I need some help.

Best regards.

Drupal 7 additional jquery plugin

I want to add functionallity to my site with a jquery plugin that isn't in the drupal core. Should I build my own module for that or maybe I can put it somewhere and use a standart funcionality of drupal 7 for using it?

too many content type fields broke views

Hi I'm new on the Drupal community and I heard a lot of good about it.

I hope someone can help me.

I have a big problem and i really need your help.

To be short, when I create to many content type fields, the views module brokes.

Here are the errors :

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT s.lid, t.translation, s.version FROM {locales_source} s LEFT JOIN {locales_target} t ON s.lid = t.lid AND t.language = :language WHERE s.source = :source AND s.context = :context AND s.textgroup = 'default'; Array ( [:language] => fr [:source] => Attachments added to other displays to achieve multiple views in the same view. [:context] => ) in locale() (line 659 of C:\www\websites\abiec_cms\public\modules\locale\locale.module).

**********************************************************

Uncaught exception thrown in shutdown function.

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: DELETE FROM {semaphore} WHERE (value = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 7266837984d42844fc5b3c9.36301540 ) in lock_release_all() (line 247 of C:\www\websites\abiec_cms\public\includes\lock.inc).
Uncaught exception thrown in session handler.

Display nodes in block using views by content type

Hello,

is it possible to get all nodes by content type using views? can find that kind of filter!

Can't translate tinyMCE into my language

I am using D7 and wysiwyg module, i want to make tinyMCE work in my language. I had downloaded the tinyMCE language pack in my language and unzip it in the tynyMCE folder. I tried to modify the simple.html file in the tinymce\examples directory to add
tinyMCE.init({
language : "zh-cn", // change language here
mode : "textareas",
theme : "simple"
});
but it didn't work out. Any one know how to solve this problem?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x