The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
OK, I recently did some modifications to replacement variables, and I pretty much wiped my postbit clean and redid it completely... I think that's about all I did since this started happening though.
for some reason, my PMs dont work at all now. When you enter a username to send it to and enter the PM, two things will happen (depending on whether or not i hit preview or submit) Preview basically just refreshes the page; nothing happens Submit gives the following: Please complete both the subject and message fields. Press the back button, correct the problem and try again It also makes the first letter of the person's name a lowercase letter after I do that, keeps the title, and wipes out the body of the message. Strangely, when I click my reply button I made on my postbit.. it works fine... but any other method doesn't. These are my controls: Code:
<!-- controls --> <if condition="$post['editlink']"> <a href="$post[editlink]"><img src="images/buttons/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a> </if> <if condition="$post['replylink']"> <a href="$post[replylink]"><img src="images/buttons/<if condition="$post['forwardlink']">quickreply<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> </if> <if condition="$SHOWQUICKREPLY AND !$show['threadedmode']"> <a href="$post[replylink]" onclick="return qr($post[postid]);"><img src="images/buttons/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a> </if> <!-- / controls --> And I just now noticed, it's only happening to me, lol.. everyone else can send PMs through fine, to me or to other people. Tested it with every user group. If I go to reply to one (with a quote), it only sends the text from the quote through and nothing else lol >.< this is so weird. Anyone have any ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|