Wiccle.com in Facebook Wiccle.com in Twitter Wiccle.com in LinkedIn Wiccle.com in Youtube RSS from Wiccle.com Wiccle.com in Atom
 
 
 

Thread: Members Mail/Quote bug?

Started: August 11, 2010, 10:27 PM  ⋅  Zone: Public Forums  ⋅  Category: Bugs & Troubleshooting  ⋅  Posts: 2  ⋅  Views 577
Started by: US-WebDesigner  ⋅  Description: I think there is a bug?
Post #1
Member: US-WebDesigner  ⋅  Date: August 11, 2010, 10:27 PM  ⋅ Subject: "Members Mail/Quote bug?"

I have repeated this in Firefox and Safari on two separate installs of Wiccle.

If you click on the Mail function (one of the many) and "Compose" a message and send it, and then click on Quote, there are two places on the form that produce [[text]], as per the screnshot below.

Same thing goes for if you receive a message and click on the quote button.  Basically, every time I used that Quote button, it produced this with [[CRECEIVER]] and [[CCANCEL]].

Post #2
Member: Markus  ⋅  Date: August 12, 2010, 06:26 AM  ⋅ Subject: "Re: Members Mail/Quote bug?"

Yes, this happens if you click Quote on the mail that you see below the editor in the preview panel. Tagged as bug, fixed for next build.

To fix this, open /core/ajax/message.php at line #286:

        $mail = Utility::array_stripslashes($mail);

Add after:

        $mail['mail_id'] = !empty($mail['mail_id']) ? $mail['mail_id'] : mt_rand();

This will give the mail shown in the AJAX area a proper identifier, fixing the parsing issue (resulting from defective Quote/Reply buttons missing an ID).

 

Bugs & Troubleshooting

Add to Favorites
Public Forums
Category  ⋅  Please report all bugs and discuss any problems in this forum.
 

Public Forums

Add to Favorites
Public Forums
Zone  ⋅ Public forum sections for support and discussions. Available for everyone.
 

Zone Categories

 
Questions? Ask us!
Back to Top