This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.
Hello,
I'm using the gmap module for drupal.
I don"t know why but my images aren't transparent... why?
Take a look at this shot: http://www.freelink.be/micobros/map.gif
You can see that the marker, the google resize tool and the google logo aren't transparent...
Do you guys know the reason?
thanks,
micobros
hello folks! how do i display statistics in a block? thanks in advance!
I am using the newest version pearwiki + mediawiki (pearwiki_filter-5.x-1.0.tar.gz or pearwiki_filter-5.x-1.x-dev.tar.gz), and only this filter used. But i cannot get the correct table.
I input:
{| | Cell 1, row 1 | Cell 2, row 1 |- | Cell 1, row 2 | Cell 2, row 2 |}
Then i get
i created a new node type and it is working fine when i log in as Admin.
But when i log in as another user, it does not display the content of the node and says:
"Access denied You are not authorized to access this page. "
I gave permissions in Access Control for 'create debates' 'edit own debates'.
Also, in Settings > Content > Configured all fine..
Don't know what to do? i am using Drupal 4.7
any help would be greatly appreciated...
-Walking the Path
I am using Drupal 5.1.
There a radios in my form. Now it looks like: O RadioItem1 O RadioItem2 O RadioItem3 O RadioItem4
I want it to look like: RadioItem1 Desc1 O RadioItem2 Desc2 O RadioItem3 Desc3 O RadioItem4 Desc4 O
("O" is the circle)
I am creating an alternate registration module and need to know what are the minimum set of fields required for registration.
Besides username, email and password are any other fields necessary for registration?