+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: How can I display the logotipo in the place of the seller

  1. #1

    How can I display the logotipo in the place of the seller

    Hi,

    I do not work with photos of sellers.
    How can I display the logotipo in the place of the seller's photo?

    logo.jpg
    Last edited by Leandro Figueiredo; October 30, 2012 at 02:11 AM.

  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    You should replace the default account logo. (templates/your_template/img/no-account.png)

  3. #3
    Hello Leandro Figueiredo,

    Users can add their photos or logos on My profile page.
    Check on image.
    Attached Images Attached Images
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Quote Originally Posted by Viktor View Post
    Hello Leandro Figueiredo,

    Users can add their photos or logos on My profile page.
    Check on image.
    Hello Viktor. I think he wants the same thing i wanted and is not posible for now (except customisation). If a user add his image logo when he create the account, we should see that image. not many will go into their account and see that they cand add from there the image (even the text does not have a hint to say "You can add your avatar from this button"

  5. #5
    Petrache,

    The idea is this.

  6. #6
    Hello Leandro Figueiredo,

    Ok I understand it and see below my description about it:

    At first create field in Admin Panel >> Account Fields
    see attach image (add-new-field.jpg)

    Then you should build this field for registration form for account types (see open-building-page.jpg then add-field-in-reg-form.jpg)

    You can see this field in registration pag eon step 2 already (see reg-step-2.jpg )


    Then you can do some changes in the code:

    Open ftp:includes>>classes>>rlAccount.class.php file and find method registration and code at line ~ 451:

    PHP Code:
    Only registered members can view the code
    and change to:
    PHP Code:
    Only registered members can view the code
    Then open: ftp:templates>>your_template>>tpl>>blocks>>profile _account.tpl
    and before <tr> tag add condition at line ~6:

    Code:
    Only registered members can view the code.
    and end the condition at end of file before {/foreach} tag at line ~194:

    Code:
    Only registered members can view the code.
    Attached Images Attached Images
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    Quote Originally Posted by Viktor View Post
    Hello Leandro Figueiredo,

    Ok I understand it and see below my description about it:

    At first create field in Admin Panel >> Account Fields
    see attach image (add-new-field.jpg)

    Then you should build this field for registration form for account types (see open-building-page.jpg then add-field-in-reg-form.jpg)

    You can see this field in registration pag eon step 2 already (see reg-step-2.jpg )


    Then you can do some changes in the code:

    Open ftp:includes>>classes>>rlAccount.class.php file and find method registration and code at line ~ 451:

    PHP Code:
    Only registered members can view the code
    and change to:
    PHP Code:
    Only registered members can view the code
    Then open: ftp:templates>>your_template>>tpl>>blocks>>profile _account.tpl
    and before <tr> tag add condition at line ~6:

    Code:
    Only registered members can view the code.
    and end the condition at end of file before {/foreach} tag at line ~194:

    Code:
    Only registered members can view the code.
    hello Viktor. Thanks for the instructions. Do you have by chance bigger images? they are so small that we can't understand the details?
    Last edited by Petrache Nicolae; October 31, 2012 at 08:02 AM.

  8. #8
    Hello Petrache Nicolae,

    Yes you can change size for profile photo. Go to ftp:classes>>rlAccounts.class.php find method with name: editProfile and code:

    Code:
    Only registered members can view the code.
    change parameters 100 it's width and second 100 it's height.

    IF you want change width and height for logo on registration page go to Admin panel >> Account fields and edit new created field 'profile_photo'
    Last edited by Viktor; October 31, 2012 at 08:30 AM.
    Viktor,
    Flynax technical department,
    Best wishes.

  9. #9
    Quote Originally Posted by Viktor View Post
    Hello Petrache Nicolae,

    Yes you can change size for profile photo. Go to ftp:classes>>rlAccounts.class.php find method with name: editProfile and code:

    Code:
    Only registered members can view the code.
    change parameters 100 it's width and second 100 it's height.

    IF you want change width and height for logo on registration page go to Admin panel >> Account fields and edit new created field 'profile_photo'
    no no....i wanted bigger images for the ones you posted here so we can see what to do. they are small and we can't see what to do

  10. #10

+ Reply to Thread