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 have searched the site today looking for help with views. I have found a lot of information on how to make them and even found something that I was looking for specifically but it seem that they don't work for 5.0.
This is what I am talking about. The person here says to set up views as such:
Set up a new view.
Name it and edit it.
Anything not mentioned here is left unchanged.
Block:
Provide block.
Full nodes (or whatever)
Nodes per block: 10
Fields:
Node published: Equals - Yes
Node type: Is one of - (your choice)
Voting API: Has been voted on - yes
Voting API: Result function - Average voting value
Node created time: Is greater that or equals - now (and -2592000 to get everything published one month back)
Node distint: Distinct (to prevent duplicate results)
Sort criteria:
Vote value: Descending
And ... save.
Then goto
Administrator -> Block
Activate the block that views generates and configure it.
I only want it to show on one page.
Show only on the pages in the list: node/16 (or whatever the node id is)
I use simplevote and Voting API modules.
Don't forget distinct .. or some strange things will occur.
I want to use drupal forum module. I install it. but when I add category in it I cant make it behave as I want.
I mean to say I want multi-select category. and two horizontal rows to select categories from those. but default forum category do not suport to do this. if I add new it can be configured as multiselect. but then I cant remove this old one from there. now what should I do for this.
First I want to make it multiselect, or remove it from there.
I have successfullly installed Tinymce editor on my drupal site. I also create a profile for Moderator(which is a user type on my site), It is working for moderators. But there is NO tinymce for Admin(myself). I realized that through control panel, I can only ebable Tinymce to Anonymous - Authentiated and Moderators. There is NO option for admin hence while creating profile in Tinymce it don't given option of Admin. I hope I am clear in what I am trying to say. In Short, I want to enable TinyMCE for Admin
I have a problem where I post files to a drupal 5.0 site (the file shows up with the correct name) but when I download the file, it shows up with the name of the drupal site 'www.name.com' instead of its originally uploaded name. Can anyone offer some hints as to how to rememdy this?
How can I format the content of a block? I have the following:
I use the content type "Story" for my sections "News" and "Specials". I create a new "Story" and give it the category "Article" Subcategory "News" or "Specials".