Has anyone noticed that when trying to post code now in the forum, it deletes mostly everything that you submitted. This did not happen in 2.0.19, only after I updated to v2.0.20
Also since I updated, if I click the QUOTE button on somebody, then add my comments to it, then submit it, the forum will no longer highlight the quote anymore, it will only show the quote tags before and after the quote.
is there a solution yet for this problem
after updates to 2.0.20 the code will not show this example below, it strips it of almost everthing, like $AllowableHTML does:
but it worked ok in v2.0.19 & prior versions, why cant we revert back to whatever those setting were... wherever they are located in the internal coding
Im mean the whole purpose of the CODE tags is to allow code, now we have to do without the html too.
I assume they are trying to fix it for security reasons. You can use the old file, I can't say if there is an active exploit for 2.0.19 or not. Do so at your own risk
ok, do u know which files I would need to put back from v2.0.19 to get the code to show up again, in full...?
I had thought about replacing everyone of the v2.0.20 updated files (basically going back to v2.0.19), because thats currently the only way I would know how to get the code back, unless you know the specific files that are for the code tags
I think phpBB got ahead of themselves a little on this last release, their update seems to be full of problems
i am having the same problems with qoutes and i looked in my includes/functions_post.php and the code there is correct could my theme be causing this prob?
This is caused by HTML being allowed in your post.
It appears as though complete post HTML filtering is going on, even within the code and quote functions.
By disabling HTML in the post, it disables the filtering.
Simply look at the bottom of your post for the "Disable HTML in this post" checkbox, check that and try posting your quote/code functions again.
Of course you could also go into your Forum admin (configuration) and disable HTML. This should solve the problem completely.
I believe the reason for this is relative to the recent inclusion of WYSIWYG Editors in phpBB. With HTML enabled, you would have an exclusion for CODE and QUOTE functions that tell the editor's filters NOT to filter content inside those functions. I know that code and quote functions work okay if I tie in either FCKeditor or TinyMCE to replace the standard editor window.
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