Warning: array_merge() [function.array-merge]: Argument #1 is not an array in _form_set_class() (line 4021 of /home/hostlcom/public_html/includes/form.inc).
Warning: implode() [function.implode]: Invalid arguments passed in theme_radios() (line 2746 of /home/hostlcom/public_html/includes/form.inc)
I have a view for all my taxonomy terms, that i would like to change to at panel view.
But my problem is that i have to have to enable "Taxonomy term template" in the panels and also have enabled the "Taxonomy term" view , so that i can add it as content in the panel.
But that doesent seem to work, it says:
"Page manager module is unable to enable taxonomy/term/%taxonomy_term because some other module already has overridden with views_page."
I'm learning Drupal during the last two weeks and hit 2 road blocks on menu trail and themed custom blocks base on user selection.
Menu Trail
My current CMS stores content in tree structure like the file system. In each of the folder it can specify a page as the landing page. The site navigation is base on the folders structure. Let's use this site for example http://www.hrsa.gov/gethealthcare/resources/index.html. The main menu ("Get Health Care") and secondary menu ("Public Health Resources") get highlighted when we visit any page under "Public Health Resource". This is very similar to Drupal menus but Drupal menu trail only works on main pages (landing pages). On the other pages under "Public Heath Resources", I want both main and secondary menu item highlighted but it doesn't work under Drupal menu. The menu trail wont work unless I add the second page to the menu as well but I can't. I don't want it to be in the navigation adding it to the menu will add another option to the navigaiton.
Theme blocks base on user selection.
On my current CMS I can define several different themes for a block so when the editor adds the content they can add any block to the rightside bar and select a block template (theme) to apply. Under Drupal only admin can add a block to a page but still can't pick a theme to render the block for a specific page.
How would I go about generating a list of the latest 5 downloads of each user to display on their profile pages?
I'm using Drupal 7 and have a file field for multiple uploads and I need a list of the last 5 node titles content was downloaded from and the date. I presume I need to get this information into views to style but I'm not sure how to gather the information to begin with.
I've tried Download Count but the module doesn't seem to work and I can't seem to find a statistic or tracker module that can do this?
I'm working with Drupal since the beginning of this year.
I've setup a little gamers community page with Drupal and several modifications.
So heres my Problem:
When a user creates a new forums thread and activates to show the signature in the first post the signature will be shown first then his or hers content will be shown.
In the following comments the signature of the users will be shown correctly after the postet text.