I'm trying to do some customisation to the Blix theme and I've hit a snag.
At the bottom of the template (node.tpl.php) the taxonomy terms and links get displayed. That's fine, except that I'm getting extra whitespace and a '|' dividing the items. (look here for an example) I'd like to strip these out, but cannot find where this is being generated.
I've checked the CSS, and can't see it in there so where else can I look?
I'd like to create a form element that is a 'select', but that has a 'value' that isn't the same as the option's display string and also to be able to set the "selected" option.
So, rather than just:
<option>red</option>
I'd like to have elements like:
<option value='red' selected='selected'>The Color Red</option>
I've searched through the form module code, but don't see anything at all about it.
Could some one please tell me how I can add Drupal node types to a admin defined block? I'd like to create a custom menu in the block and have it displayed using the dashboard module.
Hello,
Over the past months, I have been gathering stats on my site. My referrer log is bloated with tons of random referrers from the freeweb.siol.net domain. I'm not sure why or how this is happening and wondering if anyone else has this site all over their logs. Also, anyone know of how to block or not allow this? It's driving me nuts!
It doesn't output the corresponding code to include the javascript. what gives ?
If I include the javascript outside the PHP , ie. with <script type="text/javascript" src="...
then it works.
Anybody got a clue, why drupal_add_js is not working.
I've looked at previous forum posts and drupal documentation: I'm probably not looking hard enough, but I simply just need to make another user (another one of my accounts) an administrator role. I've tried creating a new user role "administrators" and giving them all access in the "access control" but that doesn't do any good when I add new modules...
Simple way to make my other user name an admin? Let me know - thanks!