Wrox Programmer Forums
|
BOOK: ASP.NET Website Programming Problem-Design-Solution
This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 3rd, 2006, 11:36 PM
Friend of Wrox
 
Join Date: Mar 2006
Posts: 310
Thanks: 0
Thanked 0 Times in 0 Posts
Default [Forum] - Doubt - Quote

Hello,

I tried to modify the functionality "quote".

If some member write:

Code:

Quote:
Originally Posted by Joseph
hello my friends!!
I want that appears:

Code:
Joseph wrote:
-------------------------------------
hello my friends!!
-------------------------------------
herefore I added this command in helper.vb :

Code:
text = Regex.Replace(text, "\
Quote:
Originally Posted by "(?<user>.*)""\]", _             "<blockquote>${user} wrote:", _             RegexOptions.IgnoreCase)[/code] But my problem is when I cite a citation! If a member wrote: [code] [quote="Susan
Quote:
Originally Posted by Joseph
hello my friends!!
This message appears:
[code]
Susan"][quote="Joseph wrote:
----------------------------------------
hello my friends!!
----------------------------------------

----------------------------------------
[/code]

Somebody can help me in saying what it is wrong?

Thanks
Max, from Portugal






Similar Threads
Thread Thread Starter Forum Replies Last Post
Quote Form jbcobbs Beginning PHP 2 April 25th, 2006 06:02 PM
single quote problem harpua PHP Databases 1 July 8th, 2005 07:37 AM
converting Forum.aspx to Forum.ascx (help) drfunkie BOOK: ASP.NET Website Programming Problem-Design-Solution 1 July 11th, 2003 12:27 PM
Stock Quote JonnyRPI Classic ASP Basics 1 June 3rd, 2003 09:43 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.