Started 2 weeks, 4 days ago (2009-11-18 10:53:00)
by jenson
Hi All,
I have "Mysite" module for
drupal 5.3. But I want that module to be worked in drupal 6.14. I have tried altering the core code but it doesn't work for me. Could anyone please give me proper solution for this? thanks in advance.
Regards,
Jenson
Started 3 weeks, 3 days ago (2009-11-12 06:08:00)
by Cayenne
Use the views module to
make a list fo the content entries created using CCK.
Later, you can group by taxonomy term. It will be real cool. You will look at it and feel proud of yourself. You will call your mum and make her look at the site.
All thanks to views and CCK.
Started 3 weeks, 3 days ago (2009-11-12 14:18:00)
by nirbhasa
The OG front page is a View (called og_ron if
memory serves me correctly) and so can be modified using views.
You should give more informative titles, which will allow others with the same problem to find a solution.
Started 2 years, 3 months ago (2007-09-03 03:43:00)
by jaykali
Started 2 years, 6 months ago (2007-05-20 19:51:00)
by arindamghatak794
( Isn't there a module already called the Content Recommendation Engine which recommends to a user different kinds of contents according to the user's interests, including other users.
,
Username: *
Password: *
Create new account
Request new password
Contributor links
Queues...
Started 2 years, 7 months ago (2007-04-16 14:27:00)
by hunthunthunt
We ( www.wilsonfletcher.com ) just launched this site for the UK charity www.leukaemia.org built with Drupal 4.7.6.
Some key modules utilised include:
-
CCK
- Views
- Contemplate
- Webform
- Simplenews
- Related links
By modifying and extending existing components we were able to achieve WAI level 3 (AAA) compliance.
Started 1 month, 2 weeks ago (2009-10-23 07:27:00)
by zejkee
Have the same problem - need the filter for votes... Does anybody know?
Started 3 years, 1 month ago (2006-10-12 17:34:00)
by duggoff@drupal.org
You'd have to make different nodes for the private and public info, and use some kind of security system, such as
Taxonomy Access Lite. Assuming you want to use the Events module, you'd create the event, give it the public security, and then in the body of the event, embed a link to the node containing the private info, which you've already created and assigned private security to.
That's the...