I have a View displaying all content by title. I want every new content title to display as bold, and then after one hour I want the font-weight to return normal. Any suggestions?
This is for anonymous users, so I cannot use "has new content." At least that's my experience.
I have a content type for which I have "Multistep Nodeform " installed . I have made a view for that content type with exposed filters so logged in users can change stuff , such as an uploaded photo , address etc .
When I log in as a user multistep generates buttons with text " Skip next step " and " next " . I made a module that looks for the form name ( if($form_id=='mycontentype_node_form') {...etc }) that should overwrite the text on the buttons .The module is ok since it also searches for other form id's to overwrite stuff and that works .
I am using Apache Solr attachments module on Drupal 7.
I have following settings
- Attachments as part of parent entity at admin/config/search/apachesolr/attachments/entity_bundle
- Unchecked File at admin/config/search/apachesolr
Some nodes have multiple attachments. When I search for keyword, search result page does show contextual content from file with keyword highlighted but it doesn't show from which file it found the keyword.
I would like to display link directly to the files which have keyword.
Hey folks, I did some searching around but didn't find anything useful.
What I'm trying to do is create a customized "add content" page for users of our Drupal 7 site. I want to create a simpler user experience by creating a different layout for the form users are presented with.
I want to show only certain content types from the initial "Add content" screen, which I imagine I can change through user permissions, but as for the node/add/* pages, how do I go about modifying those? Through a plug-in or by writing a custom PHP/HTML file?