boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

more, noteaser, and nextpage

 
Post new topic   Reply to topic    boardom Forum Index -> Bugs
View previous topic :: View next topic  
Author Message
voltaic



Joined: 05 Jan 2004
Posts: 5
Location: The 9. 1. 6.

PostPosted: Mon Jan 05, 2004 8:29 pm    Post subject: more, noteaser, and nextpage Reply with quote

I found a bug in b2 0.6.2.2 for posts that use the more, noteaser, and nextpage tags all in one post. If you have a post with all three of these, any pages after page 1 won't display (although the page navigation will show up fine).

The fix is simple: open up b2template.functions.php and find the function called get_the_content(). Inside this function is the line:
Code:
if (($more) && ($stripteaser))

Change this line to:
Code:
if (($more) && ($stripteaser) && ($page==1))

And you're all set!

You can see multiple examples of this at the newest b2-powered site on the net, DIY Games, the premiere source for independent gaming news on the net. We run a heavily modified version of b2 but I think you'll like it. We do! Thanks to Michel for writing some great code!
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Bugs All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group