The first slideshow image doesn't show when I load the homepage. The slideshow starts with only background color. When I click on the next/prev button, the slideshow works fine. It only happens when the slideshow plays from the beginning. I tested on various browsers and only IE has this issue. Can anyone please help me?
Drupal 7.2
1. login as registred user
2. create a new comment
3. then change this comment
And after this created date updated too and now the same as changed date! It's not right!
Note: If I login as admin, created date keep.
How to make it keep 'created' for users and not for admin only?
For our intranet made in Drupal 7.2 i'm looking for a way to show an inline popup when loading a page. After the page is loaded, the popup has to go away.
I want to be able to design the popup myself and use an ajax loading-image.
i am writing a module that form user registration form, how do i find out what the user id is when site admin create a user account?
i tryed global $user and useing $user->uid but that gives me the admin uid not the newly created account id.
I'm using Taxonomy in a directory type project. I have a content type called "links" and each link is related to a term that is part of a three level taxonomy tree.
1st Level
-- 2nd Level
---- 3rd Level
There are three main branches like the example above and many 2nd level branches within each one.
I'm using the Taxonomy_Menu module to create a common menu system that provides links to each taxonomy term page and it works very well for listing out teasers for content under those terms.