Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.4

Request #4936 Nested URLs in quotes not handled
Submitted: 2005-07-28 14:00 UTC
From: devurandom at gmx dot net Assigned:
Status: Duplicate Package: HTML_BBCodeParser
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
2012-01-02 08:12 UTC
Package:
Bug Type:
Summary:
From: devurandom at gmx dot net
New email:
PHP Version: Package Version: OS:

 

 [2005-07-28 14:00 UTC] devurandom at gmx dot net
Description: ------------ With original BBCode following is possible: [quote="[url=http://somewhere.com]URL-Title[/url]"]Quoted text[/quote] It makes that I can click on the "cite" part of the quote. You only parse the inner url part, so I have the "[quote=" left unparsed. Test script: --------------- [quote="[url=http://somewhere.com]URL-Title[/url]"]Quoted text[/quote] Expected result: ---------------- Create a quote with a clickable "cite" part. Actual result: -------------- You only parse the inner url part, so I have the "[quote=" left unparsed.

Comments

 [2005-10-16 03:34 UTC] seth at pricepages dot org
Could you please post the HTML that would be the expected result?
 [2005-10-16 13:09 UTC] devurandom at gmx dot net
You can have a look here: http://www.egosoft.com/forum/viewtopic.php?p=1002324#1002324 The BBCode is following: [quote="[url=http://www.elderscrolls.com/forums/index.php?showtopic=78219&view=findpost&p=1284718]The Elderscrolls Forums -> Multiplayer Discussion, Thread #9 [/url]"]...[/quote]
 [2005-10-18 13:16 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2005-10-21 15:42 UTC] devurandom at gmx dot net
[quote="[url=http://www.elderscrolls.com/forums/index.php?showtopic=78219&view=findpost&p=1284718]The Elderscrolls Forums -> Multiplayer Discussion, Thread #9 [/url]"]...[/quote] should give something like: <tr><td><span class="genmed"><b><a href="http://www.elderscrolls.com/forums/index.php?showtopic=78219&view=findpost&p=1284718" target="_blank" class="postlink">The Elderscrolls Forums -> Multiplayer Discussion, Thread #9</a> hat folgendes geschrieben:</b></span></td></tr> <tr><td class="quote">...</td></tr>
 [2012-01-02 08:12 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!