How can I archive Post and make categories?
wdejesus - March 23, 2009 - 04:15
I wanted to know how I could archive my posts and put categories in them. If anybody knows it would greatly help me.
I wanted to know how I could archive my posts and put categories in them. If anybody knows it would greatly help me.
=-=
investigate the archive.module or the views.module which comes with an archive view.
Categories is done in drupal through taxonomy in adminsiter -> taxonomy
Thanks
Thank you very much, I appreciate the help. Can I ask you how would you add more than one picture to a single post?
=-=
Depends on the module you are using to add images. I don't believe the image.module allows for this, however the the image_attach.module (part of image.module) does. The imagefield.module also does. I've not played with every one of the image modules. Only the two mentioned.
That can be done easily using
That can be done easily using some text editor like FCKEDITOR with a little configuration that lets you insert images within your content.
Abdullah
Abdullah
Information Planet
Oil Cups
Do you need some kind of
Do you need some kind of categorized directory similar to http://www.dashplanet.com/directory/articles
This is done using vocabulary index module at http://drupal.org/project/vocabindex.
Get back if you need more details/guidance on how to do that.
Abdullah
Abdullah
Information Planet
Oil Cups
How can I archive Post and make categories?
This works great and I did the taxonomy on the pages and got it to work. I will add this module ASAP. What I would like it is for on my page I have a catergory button as a primary link and it be a dropdown with the categories listed. That's one of the things I look for in doing. If you could help I would greatly appreciate it.
http://www.wilsondejesus.com/blog
=-=
investigate taxonomy_menu.module though for dropdowns if your theme doesn't already have them built in you will have to investigate the nicemenus.module