שלום לכולם ,
האם מישהו יכול לעזור לי להתקין את ה CKEDITOR
לקחתי מהאתר שלהם והוספתי אצלי כפי שרשום
אבל הוא לא מזהה את המודול (לא רואה אותו ברשימה)
אשמח לעזרה .
אצלי CKEditor עובד מעולה.
אני מעתיק לכאן את ההוראות מה README (שנמצא גם אצלך בספריית הרכיב) אם אתה עובד לפי השלבים פה, תגיד איפה אתה נתקע, ד"א אנחנו מדברים על ckeditor.module ולא על wysiwyg.module כן ?
Installation / Configuration ------------------- Note: this instruction assumes that you install CKEditor in sites/all/modules directory (recommended).
1. Unzip the files in the sites/all/modules directory. It should now contain a ckeditor directory. 2. Download CKEditor from http://ckeditor.com/download. Unzip the contents of the ckeditor directory in the sites/all/modules/ckeditor/ckeditor directory. Note: you can skip uploading "_samples" and "_source" folders. 3. Enable the module as usual from Drupal's admin pages. 4. Grant permissions for use of CKEditor in "Administer > User Management > Permissions" Note: to enable the file browser, read also the "How to enable the file browser" section. 5. Under "Administer > Site configuration > CKEditor", adjust the ckeditor profiles. In each profile you can choose which textareas will be replaced by CKEditor, select default toolbar and configure some more advanced settings. 6. For the Rich Text Editing to work you also need to configure your filters for the users that may access Rich Text Editing. Either grant those users Full HTML access or use the following tags: <a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr> <br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em> <b> <u> <i> <strong> <del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code> <cite> <embed> <object> <param> <strike> <caption> <tbody> Fore easier usage (copying), all tags are below in one line: <a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr> <br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em> <b> <u> <i> <strong> <del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code> <cite> <embed> <object> <param> <strike> <caption> <tbody> If you're going to use CKEditor with Filtered HTML input format, please read also "Setting up filters" section. 7. To have a better control over line breaks, you may disable Line break converter in the chosen filter (recommended). 8. Modify the ckeditor.config.js file to custom your needs (optional). Configuration options are available here: http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html Developers documentation for CKEditor: http://docs.cksource.com/CKEditor_3.x/Developers_Guide In ckeditor.config.js you may define your own toolbars with selected buttons. WARNING: clear browser's cache after you modify any of the javascript files. If you don't do this, you may notice that browser is ignoring all your changes.
שלום רב ,
תודה על התגובה ,
את הקובץ הדחוס פתחתי לתקיה CKEDITOR שנמצאת בתוך המודל CKEDTOR ובתוכו כל הקבצים
שאני פותח דף עריכה הוא רושם
CKEditor: the ID for excluding or including this element is page@node/3/edit.edit-body
אני לוחץ איפו שאפשר הוא מעביר אותי להגדרות הפרופיל
כאילו יש לו בעיה עם תקית ה CKEDITOR
תודה.
השורה CKEditor: the ID for excluding or including this element is page@node/3/edit.edit-body היא שורה שאמורה להופיע מתחת לעורך הטקסט כדי לאפשר לך למנוע הופעה של העורך בעמוד הזה או בעמודים מסוג זה.
בקיצור, השורה הזו אמורה להופיע כשהמודול מותקן, אז זה סימן טוב (-:
השאלה היא למה אתה לא רואה את עורך הטקסט.
בדקת הרשאות ?
אתה עובד עם tendu.theme ? ראיתי שמישהו כתב שיש לו בעיה עם טנדו ו IE8.
בדקת עם דפדפנים אחרים ?
עם ערכות עיצוב אחרות ?
עדכון : צודק, יש בעיה עם הגרסה האחרונה, אבל כנראה שזה גם קשור לדפדפן, כשעברתי לכרום העורך טקסט הופיע.
ראה כאן : http://drupal.org/node/695240
במקרה יש לי גרסה קודמת, חזרתי אליה והכל בסדר.
אם אתה רוצה אני אשלח לך את הגרסה העובדת שתוכל להשתמש בה עד שתתוקן הבעיה.
יש לנו באתר מדריכים שונים, הכוללים מדריך להתקנת דרופל על המחשב המקומי או על שרת אירוח באינטרנט, כמו גם מדריכים לעיצוב ופיתוח.
בעזרת המדריכים השונים באתר ובעזרת קבוצות הדיון שלנו, אפשר למצוא את כל המידע הנחוץ להקמה והתאמה אישית של אתרי דרופל. כדאי לבדוק גם את ערוצי התמיכה הנוספים שלנו
אצלי CKEditor עובד מעולה. אני
אצלי CKEditor עובד מעולה.
אני מעתיק לכאן את ההוראות מה README (שנמצא גם אצלך בספריית הרכיב) אם אתה עובד לפי השלבים פה, תגיד איפה אתה נתקע, ד"א אנחנו מדברים על ckeditor.module ולא על wysiwyg.module כן ?
Installation / Configuration
-------------------
Note: this instruction assumes that you install CKEditor in
sites/all/modules directory (recommended).
1. Unzip the files in the sites/all/modules directory. It should now
contain a ckeditor directory.
2. Download CKEditor from http://ckeditor.com/download. Unzip the
contents of the ckeditor directory in the
sites/all/modules/ckeditor/ckeditor directory.
Note: you can skip uploading "_samples" and "_source" folders.
3. Enable the module as usual from Drupal's admin pages.
4. Grant permissions for use of CKEditor in
"Administer > User Management > Permissions"
Note: to enable the file browser, read also the
"How to enable the file browser" section.
5. Under "Administer > Site configuration > CKEditor", adjust
the ckeditor profiles. In each profile you can choose which textareas
will be replaced by CKEditor, select default toolbar and configure
some more advanced settings.
6. For the Rich Text Editing to work you also need to configure your filters
for the users that may access Rich Text Editing.
Either grant those users Full HTML access or use the following tags:
<a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr>
<br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em> <b> <u> <i> <strong>
<del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code>
<cite> <embed> <object> <param> <strike> <caption> <tbody>
Fore easier usage (copying), all tags are below in one line:
<a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr> <br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em> <b> <u> <i> <strong> <del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code> <cite> <embed> <object> <param> <strike> <caption> <tbody>
If you're going to use CKEditor with Filtered HTML input format,
please read also "Setting up filters" section.
7. To have a better control over line breaks, you may disable Line break converter
in the chosen filter (recommended).
8. Modify the ckeditor.config.js file to custom your needs (optional).
Configuration options are available here:
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html
Developers documentation for CKEditor:
http://docs.cksource.com/CKEditor_3.x/Developers_Guide
In ckeditor.config.js you may define your own toolbars with selected buttons.
WARNING: clear browser's cache after you modify any of the javascript files.
If you don't do this, you may notice that browser is ignoring all your changes.
צחי שלידור, לינוויט
תשתיות תוכן קהילתיות
Sasson - Smart Drupal Theming
שלום רב , תודה על התגובה , את
שלום רב ,
תודה על התגובה ,
את הקובץ הדחוס פתחתי לתקיה CKEDITOR שנמצאת בתוך המודל CKEDTOR ובתוכו כל הקבצים
שאני פותח דף עריכה הוא רושם
CKEditor: the ID for excluding or including this element is page@node/3/edit.edit-body
אני לוחץ איפו שאפשר הוא מעביר אותי להגדרות הפרופיל
כאילו יש לו בעיה עם תקית ה CKEDITOR
תודה.
אביב פתרונות מחשוב
עזרה ?
עזרה ?
אביב פתרונות מחשוב
השורה CKEditor: the ID for
השורה CKEditor: the ID for excluding or including this element is page@node/3/edit.edit-body היא שורה שאמורה להופיע מתחת לעורך הטקסט כדי לאפשר לך למנוע הופעה של העורך בעמוד הזה או בעמודים מסוג זה.
בקיצור, השורה הזו אמורה להופיע כשהמודול מותקן, אז זה סימן טוב (-:
השאלה היא למה אתה לא רואה את עורך הטקסט.
בדקת הרשאות ?
אתה עובד עם tendu.theme ? ראיתי שמישהו כתב שיש לו בעיה עם טנדו ו IE8.
בדקת עם דפדפנים אחרים ?
עם ערכות עיצוב אחרות ?
צחי שלידור, לינוויט
תשתיות תוכן קהילתיות
Sasson - Smart Drupal Theming
עדכון : צודק, יש בעיה עם
עדכון : צודק, יש בעיה עם הגרסה האחרונה, אבל כנראה שזה גם קשור לדפדפן, כשעברתי לכרום העורך טקסט הופיע.
ראה כאן : http://drupal.org/node/695240
במקרה יש לי גרסה קודמת, חזרתי אליה והכל בסדר.
אם אתה רוצה אני אשלח לך את הגרסה העובדת שתוכל להשתמש בה עד שתתוקן הבעיה.
צחי שלידור, לינוויט
תשתיות תוכן קהילתיות
Sasson - Smart Drupal Theming