Recent Topics

1 Feb 12, 2012 12:01    

My b2evolution Version: 4.1.x

Hi,
Today I upgraded b2evolution from 2.4.5 to 4.1.2 . Everything looks working fine except

.

Problem1:
When I select any category, it doesn't show contents till

. It was working fine in 2.4.5. It randomly selects excerpt for each post. Could you please suggest me the fix so that excerpt should show all contents till

.

Problem2:
When I click on "full story", it replaces

with '...'. This problem was not there in 2.4.5. Please suggest fix.

Thanks.

2 Feb 12, 2012 12:27

I fixed both the problems

3 Feb 12, 2012 13:53

onlinefmradio wrote:

I fixed both the problems

Please let people know how you fixed it in case anyone else has the same problem

4 Feb 12, 2012 17:31

The solutions are as follows...

Problem1:

Go to blog setting => Click on SEO => You will find options like "Category pages" , ""By date" archives". Under there headers, you will find "Post contents:" with 3 options. select "Standard post contents (stopping at "<!-- more -->")" instead of the first option. IT WILL SOLVE THE PROBLEM.

Problem2:

Open '_item_content.inc.php' present in skins folder of your blog. Search for "anchor_text" and do the following modification.

'anchor_text'              => '', // Text to display as the more anchor (once the more link has been clicked, '#' defaults to "Follow up:")

IT WILL SOLVE THE PROBLEM.


Form is loading...