First of all i want to say i used many CMS by now,and by some part i was always disappointed...but Drupal... i am loving it lol
anyway
I have a couple of questions and i am hoping you can answer them
First of all i want to make a tutorial site
and i imagined something like this
I would make the tutorials in books and i want to let users to comment on them but not using the comment module
I imagine something like vbulletin,that they can "reply" to the page i hope you understand what i am trying to say
The other thing is i am wondering...how can i mod registration,because i want to let the users specify the password they want and add other fields...
Another things is i would like to develop a custom template for drupal so i am wondering how could i make something like the ubuntu site,i read somewhere that it is based on drupal and i want to know if its just a template or if they modded it from core up...would be really amazing if i could make something like that
I want to excuse myself for my bad English in advance...
King Regards
Antonio
Comments
_
As for 'replying' to a node without using comments, you'll have to provide more detail. Off the top of my head, I think of 2 ways: the http://drupal.org/project/nodecomment module or by using a nodereference field and the nodereference_url module.
You can modify registration with either the core profile module or the contributed content_profile module (which makes profiles full fledged drupal nodes).
Regarding the unbuntu site, a quick look at the source for the site show that it seems to be based on the http://drupal.org/project/ninesixty theme.
Check this module
Hi xxtoni,
You can use http://drupal.org/project/talk
This will let them reply to the page while the comments won't show up in the page.
Regarding theme, I think best way is to develope your own theme which does not look like any other theme. For this you can start with this excellently commented theme at http://drupal.org/project/framework
first of all i want to thank
first of all i want to thank you for the fast reply-s i didnt expect this :)
You dont seem to understand what i mean
i want to have have someting like "comment in forum"
So it opens a new topic with the name of that page and then people can discuss the page :)
Once again thanks for your time
_
You could use the http://drupal.org/project/rules module to create a forum topic every time a node is created (you might be able to do this with core triggers/actions as well).
Thank you... I am trying to
Thank you...
I am trying to make a nice tutorial site
Can you give me some tips...