Impact factor for posts is a measurement of importance.
Impact factor for users reflect their authority, reputation and contribution on a particular topic.
Rating reflects the quality of posts.
Rating on Voofie is not a simple average of all ratings, but a weighted average of rating, weighted by the impact factor of users who rated.
Search function in Voofie is base on Semantic tags and keywords.
Tags are Semantic as each tag has a predefined, accurate meaning behind.
To add a keyword, select the "Keyword:" option. Select other items for adding a tag.
Just click "Search" after you have define your search query.
| Your Rating: |
I have a big problem in my ckeditor plugin which i have developed to handle the image upload functionalty.
I have two drop down boxes whose values have to pass in the url of the uploader script written in php.
Every thing work fine if i give a static value(hard coded) to the name value pairs for the filebrowser.params in plugin.js, but if i changes value from drop down it still preserve the original value. In fact it never takes the values from the drop down
here is the part of the code...
here i want to set filebrowser.params.imagesize and filebrowser.params.thumbnailsize dynamically using the defined drop downs.
I searched a lot on internet and many forums but no luck this time so far....
please help me i am new in ckeditor handling.