I use Ubuntu 10.04 with XAMPP, and i found this error in database installation step:
* Warning: PDO::__construct(): [2002] Invalid argument (trying to connect via unix://) in DatabaseConnection->__construct() (line 286 of /opt/lampp/htdocs/abednego/includes/database/database.inc).
*
Im using D7 and CCK email field, and I want to customize the output.
I cant use the print render('field_email') because no matter what information the user enters in the email title field, I need the anchor to be just "Email"
In writing in field--field_email.tpl.php and via dpm I can see that $element['#object'] has the information I need (just the email adresse, and not the entire email link).
I'm sorry if this has been up before, but I couldn't find anything searching the forums. Anyway, is there any way one can disable all module (non-theme) css?
I do know that you can override it with the theme stylesheet, however, it does get annoying when I want some general css rules for e.g. links, and they get overridden with more specific module styles. I really want to avoid using !important for these general styles, and I'd like to avoid the annoyance of trying to find all of my css rules that are overridden as well as cluttering the style.css with these.