HTML tags failed to work correctly when paging.module was turned on. Example:
< center>< b>test< /b>< /center> (no spaces) : test failed to center and it wasn't bold neither. This happened to many other html tags as well.

Comments

merlinofchaos’s picture

Status: Active » Fixed

This should be fixed in HEAD now. I'm not completely sure because what I fixed doesn't entirely match what you described, but I think you'd have to know a fair bit about the guts of the system to have described it properly.

Please let me know.

trantt’s picture

I'm not exactly sure what you were talking about Earl. What do you mean by 'HEAD' and 'fair bit about the guts of the system to have described it properly.'? As I mentioned on my first post, many html tags (center, bold, h1, h2, etc...) were working correctly on a normal drupal page but as soon as paging was turned on and
< !--pagebreak--> tag was used, most of the html tages were stop working.

Example
< center> My title< /center> -> 'My title' will center on the middle of the page as long as paging module and the
< !--pagebreak--> tag weren't used. With these two turned on, 'My title' will displaying of the left site of the page instead of centering on the middle of a page. I'm not sure how I can explain this better.

Thanks for your help.

merlinofchaos’s picture

Well knowing about the guts of the system is exactly the kind of thing you'd need to know.

The problem was (I think) that it was using the wrong variable when setting the output filter, and was using the default filter even though you were (I assume) setting the node to use the full HTML filter.

By head I mean current version in CVS. I tagged it, but the tarballs only generate twice a day I think. By tomorrow morning it should be a new version for you.

trantt’s picture

Title: html tags failed to work on paging module » html tags are now working but new issue has arised

Earl,

The HMTL tags are working but the latest patch created a new issue. The latest page.mode took away the links between the 1st page and other pages (last page, next page, 1, 2, n links). In another word, there wasn't a way that we can get to the 2nd page and so on...

Thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)