What am I doing wrong...?

Having problems with NicEdit? Post here for support

Re: What am I doing wrong...?

Postby Mike » Wed Dec 26, 2007 4:19 pm

Thank you! This is working beautifully now.

It's sooooo much smaller than editors like FCK Editor or TinyMCE, it's truly amazing how you got it all the functionality into such an incredibly small package. Outstanding job!

Alright, I'm off to do some attempts at configuring, showing some of the extra buttons like the hide/show HTML button and others. I'll noodle this out on my own as far as I can. Thank you again for all your help!

BTW, if you want to add our site to a list of satisfied nicEdit users, we're at http://sqluniversity.net. We'll be using nicEdit in our course and lesson editing system.

Mike
Mike
 
Posts: 7
Joined: Wed Dec 26, 2007 10:16 am

Re: What am I doing wrong...?

Postby Mike » Wed Dec 26, 2007 5:26 pm

Errrrr.....I'll get the hang of this if it kills me, but in the meantime I'm still having some difficulty configuring it. I'm trying to use this code from one of the examples you provide, but I'm not seeing the buttons in the list as they're defined. I'm sure I'm making some minor error in the syntax, but heck if I know what.

<script type="text/javascript">
bkLib.onDomLoaded(function()
{ nicEditors.allTextAreas({iconsPath : '/admin/nicedit/nicEditorIcons.gif'});
new nicEditor({buttonList : ['fontSize','bold','italic','underline','strikeThrough','undo','redo','subscript','superscript','html','image']});
});
</script>
Mike
 
Posts: 7
Joined: Wed Dec 26, 2007 10:16 am

Re: What am I doing wrong...?

Postby briankircho » Wed Dec 26, 2007 5:56 pm

bkLib.onDomLoaded(function()
{ nicEditors.allTextAreas({ iconsPath : '/admin/nicedit/nicEditorIcons.gif', buttonList : ['fontSize','bold','italic','underline','strikeThrough','undo','redo','subscript','superscript','html','image']});
});
User avatar
briankircho
Nicedit Master
 
Posts: 99
Joined: Thu Dec 20, 2007 8:29 pm

Re: What am I doing wrong...?

Postby sampsa » Sat Jun 14, 2008 11:04 am

My problem is that I only get the grey header and the icons don't show up. I installed the WP-plugin and them followed the instructions in this thread. Where do I go wrong?

I've three files in the niceditcomments folder: nicEdit.js, nicEditorIcons.gif and nicEditComments.php

My code looks like this:

Code: Select all
<div id="nicecomments">
<script type="text/javascript">bkLib.onDomLoaded(function() { nicEditors.allTextAreas({iconsPath : 'http://metsamies.com/home2/metsamie/public_html/blog/wp-content/plugins/niceditcomments/nicEditorIcons.gif', buttonList : ['fontSize','bold','italic','underline','strikeThrough','undo','redo','subscript','superscript','html','image']});
});}) } );
</script>

<textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea>
</div>
sampsa
 
Posts: 1
Joined: Sat Jun 14, 2008 10:45 am

Re: What am I doing wrong...?

Postby Marco » Sat Jun 14, 2008 3:54 pm

replace
Code: Select all
http://metsamies.com/home2/metsamie/public_html/blog/wp-content/plugins/niceditcomments/nicEditorIcons.gif

with
Code: Select all
http://metsamies.com/blog/wp-content/plugins/niceditcomments/nicEditorIcons.gif
Marco
 
Posts: 34
Joined: Fri Jan 11, 2008 12:00 pm
Location: Germany

Previous

Return to Technical Problems/Support

Who is online

Users browsing this forum: No registered users and 2 guests