Viewing 15 replies - 16 through 30 (of 61 total)
  • Thread Starter akyboy

    (@akyboy)

    If i can ask you for a help for not related question to this mod:

    Id like on this page to have link to the wotlabs to all members of the site:

    https://www.cannedbandits.org/forums/users/wg_prosolo/

    but “wg_” is confusing me now.

    This is the line for link but i have no idea of how to link it with current member at all

    <a href="https://wotlabs.net/player" title="<?php printf( esc_attr__( "%s's WotLab Profile", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>"><?php _e( 'WOTLAB PROFILE', 'bbpress' ); ?></a>

    Plugin Author strejla

    (@strejla)

    I did not understand what exactly the problem. What should be the result?

    Thread Starter akyboy

    (@akyboy)

    I would like to have link to wotlabs.net/player/USERNAME from profile page for every member of the site.

    1 picture worth 1000 words :)))

    https://www.serdarevic.net/screens/akki/2014-11-17_14-14-49.png

    Plugin Author strejla

    (@strejla)

    echo preg_replace(‘/^wg_/i’,”,’wg_prosolo’); // => prosolo

    Thread Starter akyboy

    (@akyboy)

    Ahhh,.. ok ok that is helpful

    But how to insert current member into link:

    <a href="https://wotlabs.net/player/*what code* title="<?php printf( esc_attr__( "%s's WotLab Profile", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>"><?php _e( 'WOTLAB PROFILE', 'bbpress' ); ?></a>

    I need that for every use profile

    Plugin Author strejla

    (@strejla)

    try replacing
    <a href="https://wotlabs.net/player" title="<?php printf( esc_attr__( "%s's WotLab Profile", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>"><?php _e( 'WOTLAB PROFILE', 'bbpress' ); ?></a>
    by
    <a href="https://wotlabs.net/player/<?=preg_replace('/^wg_/i','',bbp_get_displayed_user_field('display_name'))?>" title="<?php printf( esc_attr__("%s's WotLab Profile", 'bbpress'), bbp_get_displayed_user_field( 'display_name' ) ); ?>"><?php _e( 'WOTLAB PROFILE', 'bbpress' ); ?></a>

    Thread Starter akyboy

    (@akyboy)

    WOW strejla
    Hvala!!!
    Spasibo!! ??

    Plugin Author strejla

    (@strejla)

    Don’t mention it =)

    Thread Starter akyboy

    (@akyboy)

    Wonder if you have your own WP site so i can check it out and see all functionality you made there ?:P)

    Plugin Author strejla

    (@strejla)

    I’ll be honest. Haven’t done anything =(
    Now I am developing krossdomennyj authorization for my project that is not already in the network.
    Everything is almost ready. Immediately after, I am focusing plugin

    Thread Starter akyboy

    (@akyboy)

    gl with your project!!

    priorities are priorities!!

    Once you are ready you can sing up on our page and see what iv done so far, its almost fully functional WOT WP page, all one clan would need i think.

    Basic Activity Tracker
    Events
    Forums
    Etc.

    With your help we can get this to Ultimate Clan Tool, all WP based ??

    Thread Starter akyboy

    (@akyboy)

    I used your code for signatures too and works good! ??

    https://www.cannedbandits.org/forums/users/wg_prosolo/
    Just added some css goodies.

    I would like to add it under User Avatar for every user,
    https://www.cannedbandits.org/forums/topic/canned-bandits-mod-pack/

    something like this:
    https://www.serdarevic.net/screens/2014-11-18_14-57-20.png

    But whenever i add code to the file nothing ins showing at all.

    Thread Starter akyboy

    (@akyboy)

    Hey strejla,
    Hope you are doing well! ??

    Wonder if i can manually change currently registered user so its connected with API login.

    Why i need this is because if user is registered with WP registration and if he tries to login with API , it will create 2nd account.

    Thread Starter akyboy

    (@akyboy)

    Good day, Mr. Dev,

    Wondering if you had any chance to work on update yet?

    Plugin Author strejla

    (@strejla)

    I’m sorry, I didn’t do what he promised. However, I remember about this plugin, and I hope I will have the remaining time to make a new version.

Viewing 15 replies - 16 through 30 (of 61 total)
  • The topic ‘Hi’ is closed to new replies.