Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I need to organize the content on my web portal into categories, and further sub categories of the same, for easy accessibility by the group.
For example,
I have different groups for each project created, say proj1, proj2 ... projn. (Each project is a distinct page created in dupal).
Withing each project, I want to create subgroups : say roadmap, release1, release2.
Within each of the subgroup releases, I want to have subfolder documents, downloads. I want to place the specific project related documents and stuff here.
I am looking for more i18n variables. the handbook page says I can look them up in the variable table, but I don't find them there, (if I am looking in the correct place). I already have the following:
What's the proper way to compose properly functioning a href tags inside the html of book pages so that the links take users to login and other similar areas?
Installed LM Paypal and got it fully configured and working, no problem, using Paid Adverts.
Now, the site has a load of exisiting advertising which the client wants to now start using LM Paypal so clients can just log in to renew their ads rather than being invoiced etc.
In IE all the titles for these 'unpaid, unpublished' (they are published but not yet according to LM Paypal) article titles are truncated (not so in Firefox), so instead of seeing 'nice long article title' in IE all you get is 'nice lon...'
How can I specify which CCK node type to create when using Import HTML? For example, I created a CCK node type called "Import Corp" with name "content_import_corp". I created a single field called import1 so it's named field_import1. Do I need to modify the XSLT or module so that the import creates a "content_import_corp" node instead of just a page node? I have a <div id="import1">...</div> section in the HTML page that I want to import into Drupal.
I tried changing <node type="story"> in the XSLT to be <node type="content_import_corp"> but the import HTML module still created page nodes with a title and body field instead of a content_import_corp node with a title and field_import1.
I also tried modifying the import_html.module array variable $import_html_file_classes but that only caused the import to create a static HTML file in my files/imported directory.
Any guidance would be greatly appreciated. Or maybe I don't fully understand how this feature of Import HTML works? Thanks!