After the dream weaving article is divided into pages, the first paragraph of the current page will be automatically obtained as a summary in the pages after page 2, and the summary content you entered cannot be displayed. This is very messy. The following method is the method of unifying the summary content of the page.

resolvent:

1. Open: include rc.archives.class.php

2. DedeCms v5.6 found://Parse the template and assign values to changes in the content (line 580)

DedeCms v5.7 found: * Parse the template and assign values to changes in the content (line 689)

3. Modify: delete the following code

if($pageNo>1) $this->Fields['description'] = trim(ereg_replace("[ ]", ' ', cn_substr(html2text($this->Fields[$this->SplitPageField]), 200)));

Completing the above three steps can solve the problem of inconsistent paging summaries.

Post reply

Can't comment until