I tried searching the forum, but I didn't find the right answer.
So here we go:
I'm using Drupal 7, the I18n-Module and the ckEditor module for nice wysiwyg editing.
ckEditor shows up everywhere and I can use it as usual. But on one page it does not show up: When translating a block ( en/admin/structure/block/manage/block/2/translate/de ) ckEditor is not present, so I just see the HTML Code - that's not what I want.
First of all, I'm not new to Drupal... I've built several D6 and D7 sites and I've never faced this kind of problem !
The site (D7.2 and I18n is 7.x-1.0-beta7) is in 2 languages, DE and EN and DE is the main language.
On all pages the switch between languages is working but on the front page I always see the english version, even in german !
I tried to change the url alias for front, home, frontpage but no change, problem remains the same !
And the problem is only on FRONTPAGE ! All others are working correctly !
Notice: Undefined index: required in field_default_form() (line 75 of /home/x/public_html/drupalturkiye.com/modules/field/field.form.inc).
Notice: Undefined index: required in field_default_form() (line 75 of /home/x/public_html/drupalturkiye.com/modules/field/field.form.inc).
Notice: Undefined index: description in field_multiple_value_form() (line 155 of /home/x/public_html/drupalturkiye.com/modules/field/field.form.inc).
I get this error message when I try to output an iframe tag with a youtube video.
"Refused to display document because display forbidden by X-Frame-Options."
I tried the module seckit for disable x frame options but what happens then its that the whole site goes crazy, no javascript runs and I cant log in because it says that I have no authorization. And I am the one building the site. WHAT TO DO??
NEED youtube videos on site!!!! NOW!! PLEASE HELP!!
My theme does not utilize the $zebra variable that makes the nodes odd and even and I want to make my nodes on the front page colorful "odd/even". I have been searching
around for an example but I have been unable to find one. All I have gathered is that I will need to modify my template.php file and utilize the $zebra var. I am on Drupal 7.4.
Can someone please provide an example of how this is done? What do I need to enter in template.php? I have a feeling I will have to overwrite one of the $node relates variables.
I am trying to install Drupal 7 on my windows 7 PC but I am seeing errors on the requirements page. The problem is with gd library and PDO drivers. I checked my php.ini file and I see gd2 enabled, pdo driver enabled, php_pdo_mysql enabled and the ext folder does have the respective dlls. I don't know what the problem is and I am not able to proceed.
I have apache 2.2, php 5.3.6 and Mysql installed in my pc. I did make all the changes to the php.ini files such as uncommenting the required extensions but still I am unable to install drupal.