The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    FORUMLASTUSERLINK doesn't work?

    Mati
    Mati
    Active Poster


    Posts : 1932
    Reputation : 333
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    In progress FORUMLASTUSERLINK doesn't work?

    Post by Mati Tue 11 Dec - 17:08

    I have this code for modifying the Statistics but somehow this ''FORUMLASTUSERLINK'' doesn't work any more anyone have any idea...?

    Code:
    (function(){if(window.ActiveXObject)var b=new ActiveXObject("Microsoft.XMLHTTP");else window.XMLHttpRequest&&(b=new XMLHttpRequest);null!=b&&(b.onreadystatechange=function(){if(4==b.readyState&&"undefined"===typeof var_fa_is_done){var_fa_is_done=1;var d,g="FORUMCOUNTFORUM FORUMCOUNTOPIC FORUMCOUNTPOST FORUMCOUNTUSER FORUMONLINEUSER FORUMONLINEDATE FORUMLASTUSER FORUMLASTUSERLINK".split(" ");
    for(d=0;d<g.length;d++){var h=g[d],e=b.responseText.replace(RegExp('^.+<li style="margin-bottom:5px;direction:ltr;text-align:left;"><strong>{'+h+"}</strong>&nbsp;:&nbsp;(.*?)&nbsp;<span style='direction:ltr'>(.*?)</span><br /></li>.+$"),"$1");if(b.responseText!=e){for(var j=document.getElementsByTagName("*")||document.all,c=[],a=-1;++a<j.length;)for(var k=j[a],l=k.className.split(" "),f=0;f<l.length;f++)if(l[f]==h){c.push(k);break}for(a=-1;++a!=c.length;)"INPUT"==c[a].tagName||"TEXTAREA"==
    c[a].tagName?c[a].value+=e:c[a].innerHTML+=e}}}},b.open("GET","/popup_help.forum?l=miscvars",!0),b.send(null))})();

    CAForum
    CAForum
    Forumember


    Male Posts : 33
    Reputation : 4
    Language : Français
    Location : Paris

    In progress Re: FORUMLASTUSERLINK doesn't work?

    Post by CAForum Tue 11 Dec - 19:57

    Hi,
    Where was this code placed?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    In progress Re: FORUMLASTUSERLINK doesn't work?

    Post by SLGray Wed 12 Dec - 3:03

    It works for me:
    Code:
    {FORUMLASTUSERLINK}



    FORUMLASTUSERLINK doesn't work? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Mati
    Mati
    Active Poster


    Posts : 1932
    Reputation : 333
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    In progress Re: FORUMLASTUSERLINK doesn't work?

    Post by Mati Wed 12 Dec - 16:02

    CAForum wrote:Hi,
    Where was this code placed?

    In the Javascript codes management

    The HTML code everything works except FORUMLASTUSERLINK
    Code:
    <div class="User_Stats">
    <div class="pairsJustified">
    <dl class="discussionCount"><dt>Discussions:</dt>
    <dd><span class="FORUMCOUNTOPIC"></span></dd></dl>
    <dl class="messageCount"><dt>Messages:</dt>
    <dd><span class="FORUMCOUNTPOST"></span></dd></dl>
    <dl class="memberCount"><dt>Members:</dt>
    <dd><span class="FORUMCOUNTUSER"></span></dd></dl>
    <dl><dt>Latest Member:</dt>
    <dd><span class="FORUMLASTUSERLINK"></span></dd></dl>
    </div>
    </div>



    SLGray wrote:It works for me:
    Code:
    {FORUMLASTUSERLINK}

    Not like that SLGray, because it doesn't work in the Templates
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    In progress Re: FORUMLASTUSERLINK doesn't work?

    Post by SLGray Wed 12 Dec - 22:12

    FORUMLASTUSERLINK doesn't work? Userli10



    FORUMLASTUSERLINK doesn't work? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is Wed 13 Nov - 17:28