Now that you know how to post. It would be nice that you will be able to post images in your posts. What you have to do is to allow <img> tag in your posts and activate Upload module so that you can update the images.
Configure Input formats to allow <img> in your post
- Go to Administer » Site configuration » Input formats.
- Click on the Configure link of Filtered HTML.
- Click on Configure tab.
- In Allowed HTML tags field, add <img>.
- Click on the Save Configuration button.
Activate Upload module to upload files
- Go to Administer » Site building » Modules.
- Check the Upload module.
- Click on the Save Configuration button.
Try to post images
- When you are creating a post, you will see that there is new section called File attachments located near the bottom. Click on it to expand.
- Browse to the image in your computer.
- Click on the Attach button to upload the image.
- Copy the link underneath your image's filename(e.g. http://localhost/drupal-6.16/sites/default/files/monkey_face.png). That is the link that you should paste in your post's Body.
- In the Body textarea, add the <img> tag as follows:
<img src="http://drupaldn.net/sites/default/files/monkey_face.png" />
- Click on the Save button.
- Here are the results:

- By dn_admin at 05/19/2010 - 19:45
By default, Drupal comes with 2 content types: Page and Story.
- Page
- By dn_admin at 05/17/2010 - 20:22
Install Apache, PHP and MySQL
Implemented the following workflows:
uArticle->pArticle
uQuestion->pQuestion
sArticle->qArticle->pArticle workflow is on hold. It will be implemented later as it is a nice to have feature and it doesn't forbid the basic functionality of the website.
- By dn_admin at 09/13/2009 - 17:17
Content types creation
For maintainability, all options selections fields will use taxonomy terms as their options.
Add Taxonomy vocabulary "Version": Terms: 4.x, 5.x, 6.x, 7.x
Add Taxonomy vocabulary "Component": Enable Tags and Multiple select
Add Taxonomy vocabulary "Level": Terms: Beginner, Intermediate, Advanced
Fields for Article
- Title*: Title of the node.
- Level*: field_a_level, Content Taxonomy Fields, Select List, Save values additionally to the core taxonomy system, Level vocabulary.
- Version*: field_a_version, Content Taxonomy Fields, Checkboxes/Radios, Unlimited Number of values, Save values additionally to the core taxonomy system, Version vocabulary.
- Body*: Minimum number of words = 25 (If people are abusing this, then the number will be increased.)
- On hold:+Should allow to upload images.
Fields for Question
- Title*: The title of the node.
- Components*: Modules, Themes, put Core if general
- Version*: field_q_version, Content Taxonomy Fields, Checkboxes/Radios, Required, Unlimited Number of values, Save values additionally to the core taxonomy system, Version vocabulary.
- Body*: Minimum number of words = 1 (If people are abusing this, then the number will be increased.)
- On hold:+Should allow to upload images.
Permissions settings
Set permissions for Article and Question content types.
Only Authenticated users can create Article and Question.
Permissions will be set according to the following workflow:
Workflow:
==========
sArticle->qArticle->pArticle
uArticle-> pArticle
sQuestion->qQuestion->pQuestion (? Remove this flow)
uQuestion-> pQuestion
- s:staff
- Contents created and put in queue to be published later on. Content creator can edit or delete their content.
- u:user
- Contents created by Authenticated users. Content creator can edit or delete their content.
- q:queue
- No users are allow to modify content in queue to be published
- p:published
- Contents that are published. Content creator can edit but NOT delete their content. For each change, a new revision is created.
- By dn_admin at 09/10/2009 - 12:05
Enable temporarily the full content of the node to be shown on the frontpage
- Administer->Post settings->Length of trimmed posts = unlimited.
- Re-save all nodes so that it regenerates bigger teaser.
Enable the following modules:
- Search
- Statistics: In Administer->Access log settings, enable access log, Count content views, Discard access logs older than 16 weeks.
Install the following modules:
- Google Analytics
- Token
- Pathauto
- CCK
- Content Taxonomy
- Views
- Node Export
- Fivestar
- Userpoints
- Userpoints Node Action
- External Links
- Rules
- Token
- Flag
- XML sitemap
- By dn_admin at 09/09/2009 - 15:39
This website is under construction.
The idea of creating a network of Drupal developers has formed as of today, 2009-09-09.
Give me some time to implement my thoughts.
The idea is to create a place where Drupal developers can hang out, get a solution to their problems and at the same time, get an exposure of themselves as Drupal developers.
- By dn_admin at 09/09/2009 - 09:59
There will be 2 main content types: Article and Question.
Article is used to write articles.
Question is used to ask questions.
Fields for Article
- Title: The title of the article.
- Level: The level of difficulty(Beginner, Intermediate, Advanced). Beginner level would involve only configurations and settings. Intermediate level would involve a little bit of codes. Advanced level would involve a lot of complex codes.
- Version: The version of Drupal that prove to be working.(4.x, 5.x, 6.x, 7.x, etc)
- Body: The text of the article
- +Should allow to upload images.
Fields for Question
- Title: The title of the question
- Modules, Version(4.x, 5.x, 6.x, 7.x)
- Description: The question
- +Should allow to upload images.
Point systems
- Users get 30pts for each article written.
- Users get 2pts for each solution.
Win-win situation
- Users get solutions to their questions.
- Developers get their points. The more points that they have, the better they are.
- By dn_admin at 09/09/2009 - 08:10
|