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.
standard input format = "full html"
-> that's for tinyMCE, so every team member of my site can write articles with tinyMCE layout
now for normal members that can just post comments I'd like to have "filtered html" to be the default input format.
My team members have the role "moderator", now isn't it possible to only have the "full html" available for moderators (set as standard) and only have "filtered html" available (standard) for normal members ?
I've seen flickr thumbnails rotating on many websites already. Is this something flickr is providing by default? I mean is it some html to insert a gallery of choice?
Or is is possible to even show up flickr pictures related to my article content ?
I m working with PHP from more than one year but have not done any project using any CMS. I m new to Drupal, so Can anyone please tell me how to start with drupal.
I have gone through all manual but nowhere i found a sequential approach like how to start, only i found is definition of all terms.
i am trying to generate a list of user profile data (fields i added in registration form) entered while registering with website using the views module
i created a new view
i said to give me table view
asked it to show these fields
said to show 15 nodes per page
so now when it shows up the page , it shows the data in repetition , for example my own data would show up 5-6 times , then some other person data then my own data some times more and so on
whats the problem , is there anything am doing wrong