My problem is that, we have to send out newsletters, and we solve this problem with mailman, becouse of the simplicyty of sending ambedded pictures in html messages. So our newsletter subscription is made with mailman_manager, but it can't handle the anonymous subscriptions. So we decided to live with that, becouse we can't find another tool wich made the embedded picture sending in html mails, or it does only in a much complicated way.
Now i must put some words about the newsletter subscription, and the owner of the page want it to see in the login block... I've found the modules/user/user.module file and the login_block function... my only problem is that, it isn't a hook or something, but the most beautiful way to solve this problem to add the string by gettext with the login form itself, and let the theme engine to render the form in the usual way. This solution is good, and simple to make it work, but if i do that i modify the drupal core code... What problems can appear when i need to do an upgrade in the future? Is there a way to do this in a way where it will not a problem, or i've to manage that kind of modification by hand at upgrades?
Hey everyone. I am trying to style one li element in IE with a background of red, the text white. The unordered list is generated by drupal, its the primary links menu. This is what styling i'm using:
Hay, im new to drupal but i have been useing a theme on my website called autonomus now i have tried but failed on every attempt to make this theme into a drupal 5 comoatable theme as i have no idea what im doing so i was wondering if anybody out their would be kind enough to convert it for me (and for who ever else wants to use it )
the theme itself has very small CSS or what ever and no images so i think it shouldn't take long for somebody who's experienced :)
Hi everyone... i want to add a jquery into my custom node type. can anyone please teach me how to add jquery in my node-homepage.tpl.php? ive been researching but it doesnt seem to work.