|
| Who's Online |
We have 31 guests and 0 members online
You are an anonymous user. You can register for free by clicking here
|
|
|
|
| Author |
Message |
jsalatas
Biz-Whizer
Joined: Mar 22, 2005
Posts: 34
Location: Athens, Greece
Status: Offline
|
  Posted:
Apr 07, 2005 - 08:08 PM |
|
|
|
 |
badbobrst
Advanced Biz-Whizer

Joined: Jun 08, 2004
Posts: 125
Location: Anchorage Alaska
Status: Offline
|
  Posted:
Apr 08, 2005 - 01:06 AM |
|
Hello John,
I took a quick look at your new CMS, especially at the Visual Editor that the system uses, and I like it better than the Visual Editor used in the Powersite System. In fact, I noticed that it is an Open Source program. Would it be possible to substitute the FCK editor for the Visual Editor that we are using now? (Question for Mufad )
The Site Configuration Panel also looks fairly simple to use.
One thing that I would definately include in the package is a tutorial that is written at a very basic level. If you don't have such a tutorial yet, let me know, and I might be able to help you with it. I wrote the basic tutorials for the Powersite System, and can probably be persuaded to do the same thing for your system. |
_________________ Robert Thompson
http://www.stayathomejobs.net
To Learn how to get started in home business, visit http://stay-home-and-earn.com |
|
|
 |
jsalatas
Biz-Whizer
Joined: Mar 22, 2005
Posts: 34
Location: Athens, Greece
Status: Offline
|
  Posted:
Apr 08, 2005 - 04:45 AM |
|
Hi Robert,
thanks for your comments
| badbobrst wrote: | I took a quick look at your new CMS, especially at the Visual Editor that the system uses, and I like it better than the Visual Editor used in the Powersite System. In fact, I noticed that it is an Open Source program. Would it be possible to substitute the FCK editor for the Visual Editor that we are using now? (Question for Mufad ) |
The fckeditor is the best (in my opinion) free online html editor you can find. It took me a lot of reasearch and testing to find that.
If I'm correct the powersite system is based on post-nuke CMS (or is it php-nuke?). If you search google for fckeditor and post-nuke you will find many articles on how to use those two. I can probably help you with that!
| badbobrst wrote: | The Site Configuration Panel also looks fairly simple to use.
One thing that I would definately include in the package is a tutorial that is written at a very basic level. If you don't have such a tutorial yet, let me know, and I might be able to help you with it. I wrote the basic tutorials for the Powersite System, and can probably be persuaded to do the same thing for your system. |
No I don't have a turorial yet. This is basically of my not so good knowledge of the English language. Furthermore I'm really bad at writing anything (I'm a technical guy ).
Any help on that task would be great. Drop me an email if you're willing to help, to discuss more details about that.
Thanks again! |
_________________ Internet Based Business Opportunity
Free Internet Based Business Opportunities Classifieds |
|
|
 |
badbobrst
Advanced Biz-Whizer

Joined: Jun 08, 2004
Posts: 125
Location: Anchorage Alaska
Status: Offline
|
  Posted:
Apr 08, 2005 - 04:22 PM |
|
|
|
 |
mufad
Senior Biz-Whizer

Joined: Apr 07, 2004
Posts: 82
Status: Offline
|
  Posted:
Apr 15, 2005 - 07:22 PM |
|
In postnuke, the code in the footer that automatically changes all textareas to use the visual editor is
| Code: |
<!--Visual Editor Plug-in--><script type="text/javascript">QBPATH='/javascript'; VISUAL=0; SECURE=1;</script><script type="text/javascript" src='/javascript/quickbuild.js'></script><script type="text/javascript" src='/javascript/tabedit.js'></script>
|
I studied the install of fckeditor, it does not lend itself to this format, it requires that each text area on the page be individually named and marked for fckeditor use.
Anyway, I found http://forums.postnuke.com/index.php?name=PNphpBB2&file=viewtopic&t=18723
I will have a go at replacing the add stories and edit stories to use the fckeditor, it will require change in several places.
If anyone finds a better solution please let me know,
Robert, the link you sent, how did you find it ? I dont see how the editor can be a module in postnuke, there is no documentation on that site, we should find a way to contact the author and ask them if the module is in completion stage and what is its purpose.
Mufad. |
|
|
|
 |
jsalatas
Biz-Whizer
Joined: Mar 22, 2005
Posts: 34
Location: Athens, Greece
Status: Offline
|
  Posted:
Apr 15, 2005 - 07:34 PM |
|
Hello Mufad,
just some advise:
Do not use fckeditor as a client side object using javascript code:
<script type="text/javascript">
<!--
var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;
oFCKeditor.BasePath = '/FCKeditor/' ;
oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
oFCKeditor.Create() ;
//-->
</script>
Instead use it as an object created at the server side:
<?php
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = '/FCKeditor/';
$oFCKeditor->Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.';
$oFCKeditor->Create() ;
?>
I noticed that sometimes (long contents that are fetched from a database and contain newline characters) "break" in the javascript code. |
_________________ Internet Based Business Opportunity
Free Internet Based Business Opportunities Classifieds |
|
|
 |
badbobrst
Advanced Biz-Whizer

Joined: Jun 08, 2004
Posts: 125
Location: Anchorage Alaska
Status: Offline
|
  Posted:
Apr 23, 2005 - 09:07 PM |
|
|
|
 |
crossfaders
Biz-Whizer
Joined: Jul 20, 2007
Posts: 10
Status: Offline
|
  Posted:
Jul 31, 2007 - 06:24 PM |
|
hmm, i get this error: "Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/webgrn80/public_html/8862746/index.php on line 41" |
|
|
|
 |
|
|
| Powered by PNphpBB2 © 2003-2004 PNphpBB Group |
|
| |
|