Chanell
Forum Replies Created
- AuthorPosts
- ChanellParticipantThis reply has been marked as private.ChanellParticipant
success: function(response) {
<?php
$url = fep_query_url(‘newmessage’, array(‘fep_to’ => get_the_author_meta( ‘user_nicename’) );
?>ChanellParticipantThe link is fep_query_url(‘newmessage’, array(‘fep_to’ => get_the_author_meta( ‘user_nicename’) ))
I added the & to the url manually just now test it. The point is, populating the ‘to’ field works when i replace “/?fepaction=newmessage#038;fep_to=hechanell” (generated with the link above) with “/?fepaction=newmessage&fep_to=hechanell”.
The message number seems to only have appeared in the link after I updated the plugin today. When I remove it manually and type ‘&’, it works.
ChanellParticipanthello
So my plugin updated today, and since I am no longer able to have the nicename appear in the ‘to’ field.
I have noticed that the url now includes a message number, but when i delete the message number from the url it works fine.
Is there an option to disable the message number from appearing?
Attached are two screen shots showing the url with the message number and the url without.
Attachments:You must be logged in to view attached files.ChanellParticipantNow I am using the nicename and it is working. After your message I checked and realised the url did not have nicename specified, so was using the display name.
Thanks for your help!
ChanellParticipantYes. When you type the name in the URL it appears.
ChanellParticipantThis reply has been marked as private. - AuthorPosts