+ Reply to Thread
Results 1 to 6 of 6

Thread: Change Real Name to Username in Ads Page

  1. #1
    Senior Member
    Join Date
    Sep 2017
    Posts
    155

    Change Real Name to Username in Ads Page

    Hello Guys

    Just a quick question since i cannot find this info in the forum yet does anyone know how to change using your real name to your username when you view your ad/listing?

    Currently when you view a posted ad it shows the users real name and not there username, i would like it to show there username.

    See attached image.2018-03-09_1002.jpg

    Thanks
    David

  2. #2
    Hello David,

    Go to FTP://templates>>your_template>>tpl>>blocks>>listing_det ails_seller.tpl find code at line ~25

    Code:
    Only registered members can view the code.
    and replace to:
    Code:
    Only registered members can view the code.
    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Senior Member
    Join Date
    Sep 2017
    Posts
    155
    Thanks Viktor 100% what i needed.

  4. #4
    Senior Member
    Join Date
    Sep 2017
    Posts
    155
    Hi Viktor

    One other place to change if possible, when you click on the users profile it shows the changes that we made however in the centre of the page it still shows the full name, see screen shot attached.

    This is on the page that shows the users username in the url.

    Thanks
    David

    2018-03-09_1144.jpg

  5. #5
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Hello,

    It can be changed in includes > controllers > account_type.inc.php > find if ( $account )

    change below:

    PHP Code:
    Only registered members can view the code
    to:
    PHP Code:
    Only registered members can view the code

  6. #6
    Senior Member
    Join Date
    Sep 2017
    Posts
    155
    Hi Rudi

    Thanks alot for that this change has sorted that out now...

    Regards
    David

+ Reply to Thread