Results 1 to 2 of 2

Thread: Trouble sending PM?

  1. #1
    Join Date
    May 2008
    Posts
    6

    Default Trouble sending PM?

    Hello. I've detected an error, or I ignore the PM functionality.

    1 - Does PM only sends to users friends?

    2 - My error is as follow:



    In red square I indicate the user to send a PM (activated user).
    If I try to send a message to "jesuly" user with green square in "select a friend", the system returns error "There is no member with username : Select a friend". Then the PM system force to select an user in green square. The curious issue is that in blue square appears my name!. What sense is send to me a PM?


    Exists a fix for this issue? Thanks a lot!

  2. #2
    Join Date
    May 2008
    Posts
    6

    Default Re: Trouble sending PM? SOLVED

    The problem was in the translation. In the green square you can appreciate the translation "Selecciona un amigo". Seems that vshare hidden php code find "Select Buddy" for case else.

    In all translations, please sure to modify the next code in compose.tpl template file:

    Before Translation:
    Code:
    <select name="buddy_name">
    <option value="">Select Buddy</option>
    {section name=i loop=$buddy_name}
    {html_options values=$buddy_name[i].friends_name output=$buddy_name[i].friends_name selected=$receiver_name}
    {/section}
    </select>
    After Translation:
    Code:
    <select name="buddy_name">
    <option value="Select Buddy">Selecciona un amigo</option>
    {section name=i loop=$buddy_name}
    {html_options values=$buddy_name[i].friends_name output=$buddy_name[i].friends_name selected=$receiver_name}
    {/section}
    </select>

Similar Threads

  1. Trouble converting videos into FLV
    By pimpoff in forum Installation Support
    Replies: 24
    Last Post: 08-30-2008, 09:53 PM
  2. Sending the Script
    By Bobocop in forum Sales Questions
    Replies: 0
    Last Post: 07-16-2008, 05:58 AM
  3. progress bar trouble
    By glemroy in forum Installation Support
    Replies: 1
    Last Post: 02-07-2008, 04:07 AM
  4. Trouble please help
    By nogas in forum Installation Support
    Replies: 1
    Last Post: 12-11-2007, 07:39 AM
  5. new template trouble
    By mrblackbird in forum Installation Support
    Replies: 3
    Last Post: 07-10-2007, 07:48 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •