<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs-old.ckeditor.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Smky2009</id>
		<title>CKSource Docs - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://docs-old.ckeditor.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Smky2009"/>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/Special:Contributions/Smky2009"/>
		<updated>2026-05-03T00:28:25Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)&amp;diff=2737</id>
		<title>Talk:CKEditor 3.x/Developers Guide/File Browser (Uploader)</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)&amp;diff=2737"/>
				<updated>2009-10-23T22:05:25Z</updated>
		
		<summary type="html">&lt;p&gt;Smky2009: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not sure if this is the right place to put this, if its not then I apologize in advance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I'm using CKEditor with Drupal 6 using the wysiwyg api module nightly build and I have the editor working, but there is no upload tab for images and no &amp;quot;browse server&amp;quot; tab either. I found this page and hoped to get some insight on how to get this working - but the instructions didn't give the file to edit with the changes and I could not find these options by grep-ing the source ... please advise, I like your editor very much but without being able to upload images for use in the rich text I simply can't use it.&lt;br /&gt;
&lt;br /&gt;
=PHP Example=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// file: upload.php&lt;br /&gt;
&lt;br /&gt;
if (isset($_FILES['upload'])) {&lt;br /&gt;
  $imageID; // TODO: Store the image into the database, for example.&lt;br /&gt;
&lt;br /&gt;
  $src = &amp;quot;http://localhost/image.php?id=$imageID&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;&amp;lt;script type='text/javascript'&amp;gt; window.parent.CKEDITOR.tools.callFunction({$_GET['CKEditorFuncNum']}, '$src'); &amp;lt;/script&amp;gt;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Smky2009</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)&amp;diff=2736</id>
		<title>Talk:CKEditor 3.x/Developers Guide/File Browser (Uploader)</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)&amp;diff=2736"/>
				<updated>2009-10-23T22:01:04Z</updated>
		
		<summary type="html">&lt;p&gt;Smky2009: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not sure if this is the right place to put this, if its not then I apologize in advance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I'm using CKEditor with Drupal 6 using the wysiwyg api module nightly build and I have the editor working, but there is no upload tab for images and no &amp;quot;browse server&amp;quot; tab either. I found this page and hoped to get some insight on how to get this working - but the instructions didn't give the file to edit with the changes and I could not find these options by grep-ing the source ... please advise, I like your editor very much but without being able to upload images for use in the rich text I simply can't use it.&lt;br /&gt;
&lt;br /&gt;
=PHP Example=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// file: upload.php&lt;br /&gt;
&lt;br /&gt;
if (isset($_FILES['upload'])) {&lt;br /&gt;
  $imageID; // TODO: Store the image into the database, for example.&lt;br /&gt;
&lt;br /&gt;
  $src = &amp;quot;http://localhost/image.php?id=$imageID&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;&amp;lt;script type='text/javascript'&amp;gt; window.opener.CKEDITOR.tools.callFunction({$_GET['CKEditorFuncNum']}, '$src'); &amp;lt;/script&amp;gt;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Smky2009</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)&amp;diff=2735</id>
		<title>Talk:CKEditor 3.x/Developers Guide/File Browser (Uploader)</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)&amp;diff=2735"/>
				<updated>2009-10-23T22:00:33Z</updated>
		
		<summary type="html">&lt;p&gt;Smky2009: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not sure if this is the right place to put this, if its not then I apologize in advance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I'm using CKEditor with Drupal 6 using the wysiwyg api module nightly build and I have the editor working, but there is no upload tab for images and no &amp;quot;browse server&amp;quot; tab either. I found this page and hoped to get some insight on how to get this working - but the instructions didn't give the file to edit with the changes and I could not find these options by grep-ing the source ... please advise, I like your editor very much but without being able to upload images for use in the rich text I simply can't use it.&lt;br /&gt;
&lt;br /&gt;
=PHP Example=&lt;br /&gt;
[code]&lt;br /&gt;
// file: upload.php&lt;br /&gt;
&lt;br /&gt;
if (isset($_FILES['upload'])) {&lt;br /&gt;
  $imageID; // TODO: Store the image into the database, for example.&lt;br /&gt;
&lt;br /&gt;
  $src = &amp;quot;http://localhost/image.php?id=$imageID&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;&amp;lt;script type='text/javascript'&amp;gt; window.opener.CKEDITOR.tools.callFunction({$_GET['CKEditorFuncNum']}, '$src'); &amp;lt;/script&amp;gt;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
[/code]&lt;/div&gt;</summary>
		<author><name>Smky2009</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)/Custom_File_Browser&amp;diff=2734</id>
		<title>Talk:CKEditor 3.x/Developers Guide/File Browser (Uploader)/Custom File Browser</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)/Custom_File_Browser&amp;diff=2734"/>
				<updated>2009-10-23T20:48:46Z</updated>
		
		<summary type="html">&lt;p&gt;Smky2009: Created page with '=Corrections= * window.opener.CKEDITOR.tools.callFunction() should be used rather than CKEDITOR.tools.callFunction()'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Corrections=&lt;br /&gt;
* window.opener.CKEDITOR.tools.callFunction() should be used rather than CKEDITOR.tools.callFunction()&lt;/div&gt;</summary>
		<author><name>Smky2009</name></author>	</entry>

	</feed>