Instead of this tag, consider using the "nodes" tag, if the question is specifically about nodes.
-3
votes
0answers
27 views
Making my website compatible in IE10 from IE8 [closed]
Due to recent upgrade from IE9 to IE10 , this tag that I included in php file doesn't work anymore
<meta http-equiv="X-UA-Compatible" content="IE=8" />
Here is the website, basically the ...
0
votes
0answers
23 views
Keep Drupal Content HTML in uglified/indented state [closed]
When I am adjusting content, I click on the source I want the html to be in an uglified state, so it is easier to navigate, without having to copy and paste the html into HTMLLint, then into Sublime ...
1
vote
1answer
28 views
Best way to organise content
I am making a site which will deal with various micro-topics about a subject.
Each subject will have the following:
i) A backgrounder (one-time)
ii) A news blog (obviously recurring)
iii) FAQs ...
0
votes
3answers
30 views
Is there a central document store in Drupal 6 or a module that does?
I have a content type in Drupal 6 that consists of 3 main fields, each allows for the upload of unlimited files, which I have restricted to being PDF or DOC based formats. Lets say there will 100 ...
2
votes
2answers
31 views
How to change all hyperlinks in the content
Hi i am new to the drupal and i got problem in my site in the hyperlinks.
I have book copy module by which i have created one copy of the book.
After creating the book i set aliases to content/newbook ...
0
votes
1answer
22 views
Place output of a custom module in a specific region
I am using the following code in a custom module to get the title of the node form in the node creation form, i.e, if i add a new content of type BLOG then on top of that node_add_blog form i get a ...
0
votes
0answers
12 views
Login to comment not visible
I created a content type. An anonymous user cannot comment, but he can view comments. I'd like there to be a "login to comment" block for him. Isn't that a default behaviour for comments module? If ...
0
votes
1answer
35 views
Heading at top of node/add or node/edit
In my node/custom_content/edit and/or node/add/custom_content page i want to place a heading at the top of the page as Create New My-Content. Seems simple enough but i am unable to do so...How can ...
1
vote
0answers
30 views
Is there any module which list all hyperlinks from content page
Hi i want the list of all hyperlinks present in the page.
As i needed to change the path of the all pages to content/mypage/pagetitle.
In my case there are around 5o pages and having more than 100 ...
0
votes
1answer
38 views
Content not unpublished
I am trying to unpublish some content by going to admin/content and then checking the chechbox for those content and then in update options i do a Unpublish selected content but then i get an error: ...
1
vote
2answers
29 views
Don't show latest content on frontpage
How do I make it so Drupal doesn't automatically show latest content on frontpage?
0
votes
0answers
19 views
Pages don't update, clearing cache doesn't help
I have a site on Drupal 6. A week ago I've update some content and the changes are visible when I'm logged in, but when opening the site as an anonymous user, I still get the old content. I've tried ...
1
vote
2answers
23 views
adding multiple content to homepage
I am very new to Drupal. I want to add multiple content to my homepage,very simple,like this structure,I need to add two contents ,Main Content 1 and Main Content 2. I am able to add Main content 1 ...
0
votes
0answers
16 views
How do i render user profile fields in the page template before the main content?
Need to theme the user profile page. Name, pic, city and sex in the top of the page, TABS like view, edit and others should be rendered after them.
am using the page--user.tpl to render the content ...
1
vote
1answer
45 views
How do I create content programatically?
In WordPress I can use wp_insert_post() to create content programatically.
Is there any similar function available for Drupal 7, that will allow me to insert posts (and pages) into the database ...