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.
Which plugin combination would you suggest for a site, where the following is important:
1. easy contribution without the knowledge of HTML (FCKEditor, TinyMCE, or something else?), including easy image upload/manipulation
2. extensive taxonomy
3. images for stories in overview mode
4. inline images in stories/posts
5. image gallery using many layers of taxonomy ( i mean categorization based on different aspects )
6. User submitted advertising - text based.
I've posted on this previously but don't know if I was clear.
I need to use .htaccess to restrict access to a particular node only to those already logged in to the intranet at my university. But technically, these nodes don't exist as folders. How can I do this??
I have the following two vocabularies right at the top of my administer>>categories page and in the exact order given below. Could someone tell me if there is a case for merging the 2nd vocabulary into the first? I have a feeling that 'Requests', 'Opportunities' and 'Resources' are also types/forms of content.
Requests ( parent term)
-- Contacts Needed
-- Educational Assistance
-- Emergency Relief
-- Event Sponsorship
-- Information Needed
-- Jobs Needed
-- Materials Needed
-- Medical Assistance
-- Project Funding
-- Services
-- Volunteers Needed
-- Other
Opportunities (parent term)
-- Award Nominations
-- Call for Proposals
-- Competitions
-- Donations
-- NGO Vacancies
-- Offers
-- Project Funding
-- Training
-- Volunteering
-- Other
Resources (parent term)
-- Articles
-- Audio
-- Documents
-- Equipment
-- Handbooks
-- Help Lines
-- IEC Materials
-- Infrastructure
-- Links
-- Publications
-- Reports
-- Services
-- Trainers
-- Video
There are a few other vocabs as well.
I came up with the current vocab structure for a particular reason- pathauto (due to the way taxonomy module behaves in 4.6) always takes the first term it is tagged with for creating the alias- that is the primary url for the node (well, if one forgets ./node/nid).
if i use the following code in my sites default config, as instructed in the help then i can have paths look like display\1 instead of node\1. The code works fine, however it does not work in gallery(image) and user modules, i dont know if it breaks anything else. All the links in gallery and user module will be the root of the site.
Now to overcome this problem i want this code to execute on all modules besides the user and image modules since their urls look logical enought.