I would like to change where the text says ""Attachment" to "View Image" when you go and view a single classified ad. I have been looking but I think it might be in the durpal core?
Thank you for any help.
I'm using Acidfree Albums, and I want an ajax image pager, what shows thumbnails on place of numbers (a horizontally scrollable div). Is there any existing pager or something like this?
Is there any way to replace username (login name) with email?
E-mail is unique too, this is the reason why I don't need the username...
I want only a profile field (full name), which is required and themed in as username.
Hi All I need help regarding Video Streaming. I am using drupal 5. I am trying to create Thumbnails of a video .I have already Installed FFmpag but somewhere i am wrong so please tell me the right way to create thumbnail of a video .and what should be proper setting in video module ....
Hi, I'm creating a module that needs to add some HTML code to the head of pages and before the closing body, so far I've done it using drupal_set_html_head() and hook_footer() in my hook_menu().
I need to do it from my module because I don't want to require the site administrator to create a custom theme, even if it just needs a few lines of HTML in page.tpl.php.