Peace yoshi,
Please take a look at http://forum.joomla.org/viewtopic.php?f ... 6#p1241066. I was facing a similar problem, and found a way around it.
Good luck,
Nadeem Qureshi
Search found 3 matches
- Tue Mar 18, 2008 11:32 pm
- Forum: Joombie Coding Q/A
- Topic: onPrepareContent mambot with mospagebreak
- Replies: 2
- Views: 2327
- Tue Mar 18, 2008 11:26 pm
- Forum: Joomla! Coding 101
- Topic: What variable has the segments of an article with pagebreak?
- Replies: 1
- Views: 1845
Re: What variable has the segments of an article with pagebreak?
Peace Guys! Ok. So I managed to find a way around the problem. I used the hr pagebreak line that is in $article->text. What I needed on the end of the previous page, I added before the hr code. What I needed on the beginning of the current page, I added after the hr code. I needed this so that the f...
- Mon Mar 17, 2008 7:03 pm
- Forum: Joomla! Coding 101
- Topic: What variable has the segments of an article with pagebreak?
- Replies: 1
- Views: 1845
What variable has the segments of an article with pagebreak?
Hello! I'm totally new to this scene, and jus started making plugins last night. I know that $article->text contains the whole article text. However, what variable contains parts of the text when i use pagebreak? The thing is, if I try to wrap $article->text with divs, then the </div> will be remove...