 | Private Messaging Problem |  |
Posted: 04/09/2007 1:39 AM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:26 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
Hello,
I didn't do anything but surely some MOD have done wrong. When I go to my Private Message box and click to Post Reply to any one's message so it gives me this error on header and than below there is a box to reply.
| Code:
|
|
= 4) && is_ie && is_win) { theSelection = document.selection.createRange().text; if (!theSelection) { txtarea.value += bbopen + bbclose; txtarea.focus(); return; } document.selection.createRange().text = bbopen + theSelection + bbclose; txtarea.focus(); return; } else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0)) { mozWrap(txtarea, bbopen, bbclose); return; } else { txtarea.value += bbopen + bbclose; txtarea.focus(); } storeCaret(txtarea); } function bbstyle(bbnumber) { var txtarea = document.post.message; txtarea.focus(); donotinsert = false; theSelection = false; bblast = 0; if (bbnumber == -1) { // Close all open tags & default button names while (bbcode[0]) { butnumber = arraypop(bbcode) - 1; txtarea.value += bbtags[butnumber + 1]; buttext = eval('document.post.addbbcode' + butnumber + '.value'); eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); } imageTag = false; // All tags are closed including image tags :D txtarea.focus(); return; } if ((clientVer >= 4) && is_ie && is_win) { theSelection = document.selection.createRange().text; // Get text selection if (theSelection) { // Add tags around selection document.selection.createRange().text = bbtags[bbnumber] + theSelection + bbtags[bbnumber+1]; txtarea.focus(); theSelection = ''; return; } } else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0)) { mozWrap(txtarea, bbtags[bbnumber], bbtags[bbnumber+1]); return; } // Find last occurance of an open tag the same as the one just clicked for (i = 0; i < bbcode.length; i++) { if (bbcode[i] == bbnumber+1) { bblast = i; donotinsert = true; } } if (donotinsert) { // Close all open tags up to the one just clicked & default button names while (bbcode[bblast]) { butnumber = arraypop(bbcode) - 1; txtarea.value += bbtags[butnumber + 1]; buttext = eval('document.post.addbbcode' + butnumber + '.value'); eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); imageTag = false; } txtarea.focus(); return; } else { // Open tags if(bbnumber == 16){ // inserting a new URL-tag var URL = prompt('Enter the URL' , 'http://'); if(URL && URL != 'http://'){ var linktext = prompt('Enter link text' , URL.replace("http://", "")); if(linktext){ txtarea.value += "[url=" + URL + "]" + linktext + bbtags[bbnumber+1]; } else{ txtarea.value += bbtags[bbnumber] + URL + bbtags[bbnumber+1]; } txtarea.focus(); return; } else{ return; } } if (imageTag && (bbnumber != 14)) { // Close image tag before adding another txtarea.value += bbtags[15]; lastValue = arraypop(bbcode) - 1; // Remove the close image tag from the list document.post.addbbcode14.value = "Img"; // Return button back to normal state imageTag = false; } // Open tag txtarea.value += bbtags[bbnumber]; if ((bbnumber == 14) && (imageTag == false)) imageTag = 1; // Check to stop additional tags after an unclosed image tag arraypush(bbcode,bbnumber+1); eval('document.post.addbbcode'+bbnumber+'.value += "*"'); txtarea.focus(); return; } storeCaret(txtarea); } // From http://www.massless.org/mozedit/ function mozWrap(txtarea, open, close) { var selLength = txtarea.textLength; var selStart = txtarea.selectionStart; var selEnd = txtarea.selectionEnd; if (selEnd == 1 || selEnd == 2) selEnd = selLength; var s1 = (txtarea.value).substring(0,selStart); var s2 = (txtarea.value).substring(selStart, selEnd) var s3 = (txtarea.value).substring(selEnd, selLength); txtarea.value = s1 + open + s2 + close + s3; return; } // Insert at Claret position. Code from // http://www.faqts.com/knowledge_base/view.phtml/aid/1052/fid/130 function storeCaret(textEl) { if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate(); } //-->
|
|
|
|
 |
 |
| Back to Top |
|
|
 | Re: Private Messaging Problem |  |
Posted: 04/09/2007 1:52 AM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:26 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
The problem is fixed. I have to uninstall the Chat Room which I installed last night. That made a big problem. The looks in viewtopic was not good. The above error also went after i restored the backups. Everything is fine now  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Private Messaging Problem |  |
Posted: 04/09/2007 12:38 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:26 PM
Location: St Pete, FL
|

|
|
|
|
 |
I'm glad that restoring the backups corrected the problem. Are you planning to try to reinstall the Chatroom again???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Private Messaging Problem |  |
Posted: 04/09/2007 1:56 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:26 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
No, I won't install. It created a lot of problem. Even in viewtopic there was problem. Replying to PM, there was massive problem. I will be waiting for the full version when it is released.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Private Messaging Problem |  |
Posted: 04/09/2007 1:59 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:26 PM
Location: St Pete, FL
|

|
|
|
|
 |
That's probably a good idea. I won't ever install an Alpha MOD and rarely install Beta MODs. It just isn't worth the risk...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Private Messaging Problem |  |
Posted: 04/09/2007 2:06 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:26 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
| Hmmm. Next time I will be careful and will install full MODs only |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Private Messaging Problem |  |
Posted: 04/09/2007 5:15 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:26 PM
Location: St Pete, FL
|

|
|
|
|
 |
Our Weather MOD was a Beta MOD that was reworked thanks go SwissCheese. Then I modified it more to install into the Profile. But I can't think of any other Beta MOD that I have installed here...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Private Messaging Problem |  |
Posted: 04/09/2007 5:23 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:26 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
| Ohh, Ohk. But i think I got many Beta MODs installed such as Referral MOD i remember and laters you fixed the problem in that MOD. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Private Messaging Problem |  |
Posted: 04/09/2007 5:50 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:26 PM
Location: St Pete, FL
|

|
|
|
|
 |
There may be some decent Beta MODs out there, but I just shy away from them unless they offer something that I just can't live without. Most of the time they are not worth the risk...
I'm heading out for a few hours, so we can deal with any other issues when I return...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Private Messaging Problem |  |
Posted: 04/09/2007 5:55 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:26 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
Okay. Sure brother. No problem  |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|