How to make sumary use tiny mce editor?

Permalink Browser Info Environment
thanks hanicker for make this cool add-on free,
I'm want to make summary attribut(description) to use tiny mce editor, the same as the full content. do you have any snippet?

and what is 'Featured pages only'?
how to make it active?

thanks!

Type: Discussion
Status: New
fastcrash
View Replies: View Best Answer
hanicker replied on at Permalink Best Answer Reply
hanicker
Hi. Thanks.

Sure, try changing file
\single_pages\dashboard\easy_news\view.php

on line
<div><?php echo $form->textarea('newsDescription', $newsDescription, array_merge(array('style' => 'width: 730px; height: 100px'),$miscFields))?></div>


to

<?php  Loader::element('editor_init'); ?>
   <?php  Loader::element('editor_config'); ?>
   <?php  Loader::element('editor_controls', array('mode'=>'full')); ?>
<div><?php echo $form->textarea('newsDescription', $newsDescription, array_merge(array('style' => 'width: 730px; height: 100px','class' => 'ccm-advanced-editor'),$miscFields))?></div>


About Featured pages:


The way you implement such a system is by using an attribute called "is_featured". This is going to be a checkbox you can check on a page that will denote it as a featured page. To create this, go to your dashboard, click "Pages and Themes" in the left sidebar, then click the "Attributes" tab. At the bottom of the page where it says "Add Page Attribute", choose "checkbox" from the dropdown menu and click "Go". For the handle, put "is_featured" (no quotes), and for the name enter "Featured". Check both boxes in the "Searchable" section, then click the "Add Attribute" button.
fastcrash replied on at Permalink Reply
fastcrash
thanks hanicker, sure I will try it all!

why some button in tiny mce not work properly, like style list, paragraph and text color, i have block the content but when i click the button the list not show?
it seems that there is no list, or maybe i must define it in css?

thanks.
hanicker replied on at Permalink Reply
hanicker
I think it's a problem with css. Have you tried debugging with Firebug?
simonbeech replied on at Permalink Reply
simonbeech
I've noticed that the drop downs in TinyMCE don't work when you don't have the browser window maximised, so perhaps something to do with positioning, on the main pages the tinyMCE box is displayed in a modal window which seems to get round this.

Great add-on by the way I like the fact that you can have multiple news sections with different page types, I've been able to use this on a multilanguage site, something I couldn't achive with Pro News.

Keep up the good work!
hanicker replied on at Permalink Reply
hanicker
Yes, I'm using libraries to make that form appear so I'll report this to developers.
Thanks for this feedback!
fastcrash replied on at Permalink Reply
fastcrash
yup simon!, this is the very goof add-on, but what different with blog add-on by scott?
i think i will make this easynewslist table as default table and drop the original page list table. so i get both the feature aka 'exclude from page list' and 'easynews'.

peace :)
fastcrash replied on at Permalink Reply
fastcrash
ok i will check it soon.

another thing i am curios is,
can i move dashboard to profile, so member can edit the article?

Thanks hanicker
hanicker replied on at Permalink Reply
hanicker
You can edit an article directly inside the page, without accessing the article. Can this be useful? You can see the tecnique in this video:
http://www.screentoaster.com/watch/stUElXRk1MRFtYSVlaXVJRUVZS/concr...
fastcrash replied on at Permalink Reply
fastcrash
ok i watch it, i realized now there is easynews_list, thats why my easynews_list table still empty, i using page_list for now.

what different easynewslist with page_list ?

can we make atribut 'exclude from easynews_list'?

so if member can edit page(shown in video), the member can go to dasboard to?

but the dashboard only for administrator i think? is there a way to set this rule privileges?

sorry, if myquestion not relevan.
Thanks
hanicker replied on at Permalink Reply
hanicker
They are different because one include some sort of publish date ordering.

No, there is no such possibility as Package is intended to be used with a "News section" so that the Newslist will take only pages inside it.

No, the member can't go to dashboard, but I can't understand why such functionality is needed.

No problems, Happy year!
fastcrash replied on at Permalink Reply
fastcrash
Thanks hanicker, i'm more deep now with easynews, this is the one of the most interesting add-on. some other think in my head :

it's okay if i delete btpagelist tabel(unistall page-list add-on) since i already have bteasynewslist?

if member cannot go to dashboard, how can he make/insert some news? that's why i thinking to move easynews dashboard to profile member area.

it's easy if we want to add some attribut in easynews field?

can we add count view of news in easynews?

finnally i grasp the idea call 'is_featured' :)

thank's again hanicker, most apprreciate
jazzypants replied on at Permalink Reply
jazzypants
Hi Hanicker,
I made the changes you suggested, and tiny mce as well as other elements are there on the dashboard for the summary now. but it wont save any changes made.

is there something i may have missed?

And thanks for probably the best free addon in C5
Regards,
Jazzypants

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.