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.
When jrating displays a result for a node it displays it as five stars with "average rating" above them and "(n votes)" below them.
When a View is constructed in with view type "table" (and ONLY with view type "table"), when jrating is enabled, it displays the "VotingAPI: Voting results" column as five stars WITH NO TEXT ABOVE OR BELOW THEM.
Im trying to find a way to add (private) file downloads to the watchdog log. My initial thought was to hook into hook_download_file and log from there. I quickly realised that for one reason or another, this is called more than once per download, presumably because it is used for listing attachments, checking permissions and for the actual streaming of the file to the browser. So i thought i should only log on the first call to the hook, incrementing a global int on each call. I appended the int to my log string, it came out as 1 every time..! So my questions for you are:
This is guru, i m developing a video sharing site using drupal 4.7.
In that i am using using the video module to upload videos...There i m having a
problem.At the time of video upload there is an option to upload a image
for thumbnail creation.....but i dont want to do like this ......i wish to cut a frame from the uploaded video for thumbnailing..ie automatic thumbnail creation from the uploaded video........is there any patch file to do this? Pls send me ur
ideas.........
I have the following problem: I changed the allowed tags in my html input format, but of course this only applies to newly created content.
Surely there must be some way or module to have the input filter run on all existing content again and modify it accordingly? Or maybe a mass-edit-like modlue to strip the tags manually? I looked through the module list but without luck.