#39458 Macik:
#39457 Kort:
I'd just add
hr.more {display:none;}
to the styles
This is not good for several reasons:
- Pages with a news feed or other pages feed cutted with this hack can be oversized and long time to load.
- Unneccessary text can be indexed on page.
- Search engines not loved huge volume of hidden text on pages.
#39455 Hodges:
On the current editor, CKEditor, there exists a button labelled: Insert "Read more" page cut
Clicking it inserts the code:
<hr class="more" />
Now, as I don't have any specific css pointing to the "more" class a simple horizontal bar is rendered. My question is, what was the intended output? I'm assuming it hides the content beyond the hr element (hence me reviving this thread). Secondly, does anyone have the correct code to enable this behaviour?
This feature intend to use with `page` module. It's aim to point possition in text where it'll be cuted with `cot_cut_more` funciton. Therefor you must use `{PAGE_ROW_TEXT_CUT}` that contains «cut» version of page. If you look at news plugin templates you can find these tags.
Macik: I don't think you understand what you're saying. When hr.more is inserted in the text, it works as a <!--more--> tag. All you have to do is just hide it (unless you want to see it). The page is not cluttered -- try it.