Recent content by raul_

  1. R

    Other Develop Personaliced tab in members area

    Hi, i want to create a new tab in members. i create the tab #advertisements in member_view: <ul class="tabs mainTabs Tabs" data-panes="#ProfilePanes > li" data-history="on"> <li><a href="{$requestPaths.requestUri}#profilePosts">{xen:phrase profile_posts}</a></li>...
  2. R

    XF 1.4 Personaliced tab in members area

    can anyone do it for money?
  3. R

    XF 1.4 Personaliced tab in members area

    Hi, I try to put this code but gets an error when clic on "advertisements" tab <li id="advertisements" class="profileContent" data-loadUrl="/search/search?users={$user.username}&nodes[]=7&child_nodes=1&user_content=thread"> <span class="JsOnly">{xen:phrase loading}...</span>...
  4. R

    XF 1.4 Personaliced tab in members area

    The last question, how can i put this url in the code? <li id="advertisements" class="profileContent" data-loadUrl="{xen:link members/threads, $user}"> <span class="JsOnly">{xen:phrase loading}...</span> <noscript><a href="{xen:link members/threads...
  5. R

    XF 1.4 Personaliced tab in members area

    Finally i can do it. The correct url is: http://www.mydomain.com/index.php/search/search?users=user&nodes[]=7&child_nodes=1&user_content=thread thanks
  6. R

    XF 1.4 Personaliced tab in members area

    if i put the username, the result is this: "The requested member could not be found." http://mydomain.com/index.php?search/member&users=admin&user_content=thread&nodes[]=7
  7. R

    XF 1.4 Personaliced tab in members area

    can anyone help me please? http://mydomain.com/index.php?search/member&user_id=4&nodes[]=7 but list all theads by user 4
  8. R

    XF 1.4 Personaliced tab in members area

    thanks for the requests, i can try with this: http://mydomain.com/index.php?search/member&user_id=10 but list all threads started by the user 10, the url that you post not work
  9. R

    XF 1.4 Personaliced tab in members area

    Hi, i want to create a new tab in members. i create the tab #advertisements in member_view: <ul class="tabs mainTabs Tabs" data-panes="#ProfilePanes > li" data-history="on"> <li><a href="{$requestPaths.requestUri}#profilePosts">{xen:phrase profile_posts}</a></li>...
  10. R

    XF 1.4 Profile Page banned user

    other users believe the banned user is a joke there is a temporary ban , so I wonder if you can cross out the name of the user or something else
  11. R

    XF 1.4 Profile Page banned user

    Ok, but the only way that others know that it is banned by the avatar, but anyone could get that avatar to simulate ban. They could cross the username during the ban?
Top Bottom