Foren / Cotonti / Support / I cannot find the <more> / Read More link

ErsteVorherige12

Is it gone or am I just missing something?

Twiebie
#16 24. April 2014, 13:18

For example in news.tpl:

{PAGE_ROW_TEXT_CUT}
<!-- IF {PAGE_ROW_TEXT_IS_CUT} -->{PAGE_ROW_MORE}<!-- ENDIF -->

Or in a list:

{LIST_ROW_TEXT_CUT}
<!-- IF {LIST_ROW_TEXT_IS_CUT} -->{LIST_ROW_MORE}<!-- ENDIF -->

In CKEditor, click on the 'read more' button. This will add the hr.more line and the text will be cut off there.

Macik
#17 24. April 2014, 20:46
#39463 Hodges:

Having tried it, adding hr.more {display:none;} to my style sheet just hides the hr tag (go figure!).

Can someone just simply explain to me, how do I implement a read more... or spoiler feature in cotonti pages (preferably using the ckeditor)?

By default spoiler functionality implemented in Cotonti's Markitup editor.

There is no common inplementation of «read more» for full page view.

https://github.com/macik
правильный хостинг — https://goo.gl/fjCa1F
Hodges
#18 25. April 2014, 12:39

Okay thanks Twiebie for explaining that to me. Read more = lists and news only.

And thank you to Macik now I understand that the spoiler feature was only implemented for markitup and has not been ported to CKEditor. Looking on the CKEditor website I've found this add-on which is probably what I want. I'll write back if I get it working.

ErsteVorherige12