NukeXchange Network

          

Nuke Sites Link Directory
Nuke Fixes · NukeForums · NukeZone Hosting · NukeUnited · Nuke Sites · Nuke Skins · NukeLance
Nuke Resources
 :: Home  :: Downloads  :: Your Account  :: Forums  :: Advertise :: 
Login or Register
Main Menu
General
 Main
 AvantGo
 Banner_Clients
 cfaq
 Donations
 Downloads
 Forums
 Members_List
 Private_Messages
 Search
 Stories_Archive
 Submit_News
 Surveys
 Topics
 Web_Links
 Your_Account

Your Account
 Login
 Register
 Lost Pass

Modules
Quick Links
· CMS Focus
· Domain Names
. Game Quest
· Learning Linux
. MateMaker
· NukeFixes
· NukeForums
· NukeLance
· Nuke Sites
· Nuke Skins
· NukeZone Hosting
. SearchDevil
Other Options

Download Resources
· Nuke Downloads
· Add a Link
· New Files
· Top Rated
· Most Popular

Web Site Resources
· Nuke Sites
· Add A Site
· New Sites
· Top Rated
· Most Popular

Support
· NukeZone Hosting
· NukeSkins.com
· NukeForums.com
· phpnuke.org
· NukeFixes.com
Information
NukeForums
·right blocks appear only to admins
·Special characters
·Header not working....
·No banner - Sunset-Theme (but $banner exists)
·Banners not showing on Sunset
·Installation Issues
·Looking for content warning/age verification system.
·Babebox Module Block Image Script
·Upload-Download
·Download Module error

read more...
Top10 Links
· 1: Nuke Forums
· 2: PHPNukeFiles
· 3: NukeSkins
· 4: Nuke Templates
· 5: EcomJunk
· 6: MDesign
· 7: Windows Installation: PHP
· 8: FLASH-FOR-NUKE
· 9: Dezina
· 10: Global Dream News Sharing Portal!
Site Visitors
User Login:

Nickname:
Password:
Security Code: Security Code
Type Security Code Here:

Members List Membership:
Latest: ghg
Today: 1
Yesterday: 1
Overall: 15009

Visitation:
Guests: 596
Members: 1
Total: 597


You are Anonymous user. You can register for free by clicking here
Sponsor Links
Nuke Sites Link Directory
Nuke Sites Link Directory

NukeResources :: View topic - BBtoNuke 2.0.20 - coding & quote problems
NukeResources Forum Index

NukeResources Forum Index -> Bug Reports -> BBtoNuke 2.0.20 - coding & quote problems
Post new topic  Reply to topic    View previous topic :: View next topic 
BBtoNuke 2.0.20 - coding & quote problems
PostPosted: Wed Apr 26, 2006 10:21 am Reply with quote
pcnuke
Resource Seeker
Resource Seeker
 
Joined: Jul 10, 2005
Posts: 18




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:


This is inserting code with 2.0.19 updates:

Code:

$QuickLinks .= "<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><img src=\"$arrowimg\" align=\"absmiddle\" border=\"0\"></td><td><a href=\"modules.php?name=News&op=NESubmit\">Submit_News</a></td></tr></table>\n";



this i how that same code looks now with 2.0.20 updates, its stripped:

Code:

$QuickLinks .= "<table><tr><td><img></td><td><a>Submit_News</a></td></tr></table>\n";




thanks
pcn
View user's profile Send private message
PostPosted: Wed Apr 26, 2006 11:16 am Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




For the forums quoting, I have phpBB's fix here
http://evaders.swrebellion.com/forums/postt34.html#171

Where are you using that code?

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Wed Apr 26, 2006 2:08 pm Reply with quote
pcnuke
Resource Seeker
Resource Seeker
 
Joined: Jul 10, 2005
Posts: 18




the code inside the code tags is just an example of whats happening when I try to post some code.... any code...

but the code is from the modules block (again its just used as an example of how all code is being stripped in 2.0.20)


pcn
View user's profile Send private message
PostPosted: Wed Apr 26, 2006 6:31 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




Hmm I see it now. There's some HTML filters in phpBB... I will check and see if phpBB has something for it

Sorry no fix in phpBB.. the only thing they say is to turn off HTML in the forums configuration

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Thu Apr 27, 2006 12:24 am Reply with quote
pcnuke
Resource Seeker
Resource Seeker
 
Joined: Jul 10, 2005
Posts: 18




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.


pcn
View user's profile Send private message
PostPosted: Thu Apr 27, 2006 9:24 am Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




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

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Thu Apr 27, 2006 11:35 pm Reply with quote
pcnuke
Resource Seeker
Resource Seeker
 
Joined: Jul 10, 2005
Posts: 18




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


thanks for the help
View user's profile Send private message
PostPosted: Fri Apr 28, 2006 9:05 am Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




My guess is includes/functions_post.php

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Fri Apr 28, 2006 9:29 pm Reply with quote
pcnuke
Resource Seeker
Resource Seeker
 
Joined: Jul 10, 2005
Posts: 18




Evaders99

Yes that was the place, now I can use code again

thanks
pcn


Last edited by pcnuke on Sat Aug 26, 2006 11:12 am; edited 1 time in total
View user's profile Send private message
PostPosted: Sat Aug 26, 2006 10:54 am Reply with quote
lospheris
Resource Seeker
Resource Seeker
 
Joined: Aug 10, 2006
Posts: 4




hey,

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?
View user's profile Send private message
PostPosted: Mon Aug 28, 2006 12:54 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




Not sure what else it could be
What version are you using?

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Sat Nov 04, 2006 3:00 am Reply with quote
64bitguy
Resource Newbie
Resource Newbie
 
Joined: Feb 19, 2004
Posts: 49
Location: Manchester, New Hampshire, USA




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.

Steph

_________________
Steph Benoit
HTTP://64BIT.US - The IT Portal For IT People!
View user's profile Send private message Visit poster's website
BBtoNuke 2.0.20 - coding & quote problems
 NukeResources Forum Index -> Bug Reports
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
All times are GMT - 4 Hours  
Page 1 of 1