![]() |
| |||||||
| phpBB2 Bug Reports Only phpBB2 errors & bugs should be submitted here |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member | If I use backslashes the preview shows them correctly but when viewing the topic they are removed. Test (Backslash): \ Test (Two Backslashes): \\ Test (Backslash surrounded by square brackets): [\] Test (Two Backslashes surrounded by square brackets): [\\] Backslashes are not removed by this forum ;-) But they're removed here (for example): http://hfrmobile.21.forumer.com/viewtopic.php?t=41 Exists there a setting in administration panel!? Last edited by hfr; 11-10-2008 at 08:07 PM.. Reason: Backslashes are not removed by this forum |
| | |
| | #3 (permalink) | |
| Member | Quote:
e.g. http://hfrmobile.21.forumer.com/viewtopic.php?t=41 second post: Second post contains: Code: rcmd del /Windows/filetodelete.ext Since the backslashes are removed I used slashes instead!! If I use backslashes I'll expect: Code: rcmd del \Windows\filetodelete.ext But the result in that post would be: Code: rcmd del Windows filetodelete.ext | |
| | |
| | #6 (permalink) | |
| Member | Quote:
Info: In "Preview" the backslashes are visible(!) but in the post they disappear so often I forget this issue and the post look likes this: http://hfrmobile.21.forumer.com/viewtopic.php?t=52 So the preview is different from the result I get ... e.g. [HKCUSoftwareHfrSoftRosebud] --> [HKCU\Software\HfrSoft\Rosebud] | |
| | |
| | #7 (permalink) |
| Senior Forumer ![]() | The backslash is an escape character & a trigger character for actions such as new line, escaping quotes & other coding functions. This is probably why they are removed, so people don't abuse them in posting text. My guess is that there is no easy fix for this, & it probably won't be fixed or even fixable. Keep in mind I am not staff, just throwing out my 2¢. |
![]() | |
| | |
| | #8 (permalink) |
| Active Forumer ![]() | It is true that backslash is an escape character in PHP language but this is only a partial cause of this BUG. The real reason is that once upon a time (2-3 years ago) there was a bug in official phpBB script called "quote bug". It was fixed by Forumer even before the official phpBB version has been fixed. But when finally the official fix has been released, and Forumer updated the scripts to the current version, the first fix hasn't been removed and is causing backslashes to disappear. I have already sent the fix numerous times to some of the staff members (including Limes), so I'm really sorry to hear that it still hasn't been fixed. Kind regards, Tuitam |
![]() | |
| | |
| | #9 (permalink) |
| Admin ![]() | hfr, there is another way enter backslash > PHP Code: Also these are affected by the magic quotes server side settings. Tuitam, I tried to apply your fix you sent me, but it didn't seem to match with current version of phpbb2. Last edited by Limez; 08-18-2009 at 10:08 PM.. |
![]() FORUMER.com - Pioneering forum hosting since 2003. Why should you host with Forumer? The Forumer network is powered by a robust cluster of 35 high-end servers. Forumer turns 6 YEARS OLD!!! < add me to your blog, get code here! Follow us on Twitter! | |
| | |
| | #10 (permalink) |
| Member | Thank you for the workaround, it works! But still hope that this issue will be fixed in the future ;-) Since a lot of other forum software (based on PHP) also works ... Also two backslashes does not work at my forum (http://hfrmobile.21.forumer.com/viewtopic.php?p=99): \\ (but works here) ;-) |
| | |
| | #12 (permalink) |
| Elite Forumer ![]() ![]() ![]() | |
![]() [For sale][IHWC forums][Free Computer Wallpapers][Just a Community] [Tweaked for your Pleasure][For sale][For sale][TechMonkeys.co.uk] USEFUL TIP: If your support request gets resolved, click on THREAD TOOLS > MARK THIS THREAD AS SOLVED. This will mark the thread RESOLVED and will close the thread. (please use this tip!) Please DO NOT! PM/e-mail me for support unless I ask you to. Do a search and if you don't find your answer create a thread with your question and I will be happy to help. I can not be replying the same answer over and over in an e-mail/PM. Thanks. | |
| | |
| | #13 (permalink) |
| Member | this is horribly un useful. I run C++ coding forum and we have to show such symbols. Also I had problems (not solved yet) with slash then zero. As you know this is important combination in C++ . Do you have any solution for this? |
| | |
| | #14 (permalink) | |
| Member | Quote:
I just recognized that the HTML-Code \ workaround only works one time! If editing a post then it is translated back to normal backslash ..... BTW, the preview works with a normal \ .... | |
| | |
![]() |
| Bookmarks |
| Tags |
| backslash, character, slash, specialm |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Backslashes in filenames not showing | shakemohammad | phpBB2 General Questions | 11 | 04-02-2007 06:49 AM |
| backslashes \ disappearing | Anita Bonghit | phpBB2 Bug Reports | 0 | 11-28-2006 07:05 AM |
| Removed | jordyboi | Show Off | 2 | 04-17-2006 12:27 PM |