how do you modify the weight range from the default 10 -> -10 to something like 40 -> -40? i specificly need to do this for the webform module. thanks!
I've a problem with my front page and the i18n (languages are italian and english):
I've created a page-front_it.tpl.php and a page-front_eng.tpl.php in my custom theme (they have to look different from the rest of the site); the problem is how can I switch from the italian version to the english version of the front page.
In page.tpl.php I've put this code at the top of the file (in php tags):
if ($is_front) {
include('page-front_it.tpl.php');
return;
}
(I haven't yet try to include 'page-front_eng.tpl.php')
Any idea why event calendar is telling me "Array | Array | Array | Array" at the top of my monthly calendar view? I had event_views installed, but I uninstalled it for the time being to isolate this odd behavior. It's still happening... any clues? Suggestions? Thanks.
Okay, I managed to get the Ajax Spellchecker to work yesterday by hardcoding the path where the module is (Yes, I know that isn't the optimal solution but working is good). The spellchecker worked fine when I left work yesterday, and it worked fine last night when I showed someone it... However, I came in to work today and all of the sudden I'm getting two errors...
The first being:
fsockopen(): no SSL support in this build in /home/conmon/public_html/drupal_copy/includes/common.inc on line 377.