#1386 Widget Latest topics stopped working. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
+7
Rog360
Shadow
brandon_g
TonnyKamper
Ange Tuteur
TheCrow
smurfavr
11 posters

    #1386 Widget Latest topics stopped working.

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    Solved #1386 Widget Latest topics stopped working.

    Post by smurfavr Mon 9 Mar - 12:29

    Widget Latest topics stopped working.Window stands empty and shows the last topics.

    http://smurfa.bulgarianforum.net/
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6921
    Reputation : 795
    Language : Greek, English

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by TheCrow Mon 9 Mar - 12:45

    Hello @smurfavr,

    To me it's working fine.
    #1386 Widget Latest topics stopped working. Z8LQWq8
    The only thing is that it goes very slow. Try increasing it's speed and see if it changes:
    Admin Panel > Modules > Portal & Widgets > Forum widgets management
    and change Recent Topic Widget's speed.

    Luffy



    #1386 Widget Latest topics stopped working. Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by smurfavr Mon 9 Mar - 12:55

    I have not touched anything on the forum settings. This problem appears before 2-3 hours. Settings for movement are standard.

    #1386 Widget Latest topics stopped working. 7971326s
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Ange Tuteur Mon 9 Mar - 13:16

    Hello @smurfavr,

    Have you modified the mod_recent_topics template ?

    If so, go to Administration Panel > Display > Templates > Portal > and open the mod_recent_topics template. Edit

    Find :
    Code:
    <!-- BEGIN scrolling_row -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
          <td class="catLeft" height="25">
            <span class="genmed module-title">{L_RECENT_TOPICS}</span>
          </td>
      </tr>
      <tr>
          <td class="row1" align="left" id="comments_scroll_div">
            <!-- BEGIN recent_topic_row -->
     
            »&nbsp;<a
    href="{scrolling_row.recent_topic_row.U_TITLE}"
    title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TITLE}</a><br
     />
            <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;

            <!-- BEGIN switch_poster -->
     
            <a
    href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a><br
     /><br />
            <!-- END switch_poster -->

            <!-- BEGIN switch_poster_guest -->
            {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}<br /><br />
            <!-- END switch_poster_guest -->

            <!--
     
            <a
    href="{scrolling_row.recent_topic_row.U_POSTER}">{scrolling_row.recent_topic_row.S_POSTER}</a><br
     /><br />
            -->
            <!-- END recent_topic_row -->
          </td>
      </tr>
    </table>

    <script type="text/javascript">
    //<![CDATA[
    $(function(){
     
      div_marquee('comments_scroll_div', 'comments_scroll_container',
    '{SCROLL_WAY}', '{SCROLL_STEP}', '{SCROLL_DELAY}', '{SCROLL_HEIGHT}',
    'genmed');
    });
    //]]>
    </script>
    <!-- END scrolling_row -->

    Replace by :
    Code:
    <!-- BEGIN scrolling_row -->
        {MARQUEE_JS_SRC}
        <table class="forumline genmed" width="100%" border="0" cellspacing="1" cellpadding="0">
                <tr>
                        <td class="catLeft" height="25">
                                <span class="genmed module-title">{L_RECENT_TOPICS}</span>
                        </td>
                </tr>
                <tr>
                        <td class="row1" style="height:{SCROLL_HEIGHT}px;">
     
                          <div class="marquee" align="left"
    data-direction='{SCROLL_WAY}' data-duration='{SCROLL_DELAY}'
    data-pauseOnHover="true"
    style="overflow:hidden;height:{SCROLL_HEIGHT}px;">
                                <!-- BEGIN recent_topic_row -->
     
                                  »&nbsp;<a
    href="{scrolling_row.recent_topic_row.U_TITLE}"
    title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TITLE}</a><br
     />
                                    <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;

                                    <!-- BEGIN switch_poster -->
     
                                  <a
    href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a><br
     /><br />
                                    <!-- END switch_poster -->

                                    <!-- BEGIN switch_poster_guest -->
                                    {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}<br /><br />
                                    <!-- END switch_poster_guest -->
                                <!-- END recent_topic_row -->
                            </div>
                        </td>
                </tr>
        </table>
        <script>
            $(".marquee").marquee();
        </script>
    <!-- END scrolling_row -->

    Save and publish. Add

    If you can't find this, you can revert to the default template by clicking the red X. Delete
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by smurfavr Mon 9 Mar - 13:19

    Have been no changes to the forum from the admin panel. Problem appears before 2-3 hours.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Ange Tuteur Mon 9 Mar - 13:27

    It appears to be working fine now. blackeye

    Try clearing your cache and reloading the page with F5
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by smurfavr Mon 9 Mar - 13:38

    I tried your code and widget started working, but their color and markings are different from those that were before. WHY problems occur. I few days I have not made changes of the setting?

    This is my code . I do not want to change the code to another because changes are made ahead of time for other things in the forum and if you change it, they will not work.
    Code:
    <!-- BEGIN scrolling_row -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
          <td class="catLeft" height="25">
            <span class="genmed module-title">Последни теми</span>
          </td>
      </tr>
      <tr>
          <td class="row1" align="left" id="comments_scroll_div">
            <!-- BEGIN recent_topic_row -->
            »&nbsp;<a onmouseover="document.getElementById('comments_scroll_container').stop();" onmouseout="document.getElementById('comments_scroll_container').start();" href="{scrolling_row.recent_topic_row.U_TITLE}" title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TITLE}</a><br />
            <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;

            <!-- BEGIN switch_poster -->
            <a onmouseover="document.getElementById('comments_scroll_container').stop();" onmouseout="document.getElementById('comments_scroll_container').start();" href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a><br /><br />
            <!-- END switch_poster -->

            <!-- BEGIN switch_poster_guest -->
            {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}<br /><br />
            <!-- END switch_poster_guest -->

            <!--
            <a onmouseover="document.getElementById('comments_scroll_container').stop();" onmouseout="document.getElementById('comments_scroll_container').start();" href="{scrolling_row.recent_topic_row.U_POSTER}">{scrolling_row.recent_topic_row.S_POSTER}</a><br /><br />
            -->
            <!-- END recent_topic_row -->
          </td>
      </tr>
    </table>

    <script type="text/javascript">
    //<![CDATA[
    $(function(){
      div_marquee('comments_scroll_div', 'comments_scroll_container', '{SCROLL_WAY}', '{SCROLL_STEP}', '{SCROLL_DELAY}', '{SCROLL_HEIGHT}', 'genmed');
    });
    //]]>
    </script>
    <!-- END scrolling_row -->

    <!-- BEGIN classical_row -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
          <td class="catHead" height="25"><span class="genmed"><b><center>{L_RECENT_TOPICS}</center></b></span></td>
      </tr>
      <tr>
          <td class="row1" align="left"><span class="gensmall">
          <!-- BEGIN recent_topic_row -->
          » <a href="{classical_row.recent_topic_row.U_TITLE}">{classical_row.recent_topic_row.L_TITLE}</a><br /><img src="{ICON_TIME}" alt="" />{BY}&nbsp;

          <!-- BEGIN switch_poster -->
          <a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
          <!-- END switch_poster -->

          <!-- BEGIN switch_poster_guest -->
          {classical_row.recent_topic_row.switch_poster_guest.S_POSTER}
          <!-- END switch_poster_guest -->

          {ON} {classical_row.recent_topic_row.S_POSTTIME}<br /><br />

          <!--
          <a href="{classical_row.recent_topic_row.U_POSTER}">{classical_row.recent_topic_row.S_POSTER}</a> {ON} {classical_row.recent_topic_row.S_POSTTIME}<br /><br />
          -->
          <!-- END recent_topic_row -->
          </span></td>
      </tr>
    </table>
    <!-- END classical_row -->
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Ange Tuteur Mon 9 Mar - 13:44

    Replace it with this :
    Code:
    <!-- BEGIN scrolling_row -->
        {MARQUEE_JS_SRC}
        <table class="forumline genmed" width="100%" border="0" cellspacing="1" cellpadding="0">
                <tr>
                        <td class="catLeft" height="25">
                                <span class="genmed module-title">Последни теми</span>
                        </td>
                </tr>
                <tr>
                        <td class="row1" style="height:{SCROLL_HEIGHT}px;">
     
                          <div class="marquee" align="left" data-direction='{SCROLL_WAY}' data-duration='{SCROLL_DELAY}' data-pauseOnHover="true" style="overflow:hidden;height:{SCROLL_HEIGHT}px;">
                                <!-- BEGIN recent_topic_row -->
     
                                  »&nbsp;<a href="{scrolling_row.recent_topic_row.U_TITLE}" title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TITLE}</a><br />
                                    <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;

                                    <!-- BEGIN switch_poster -->
     
                                  <a href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a><br /><br />
                                    <!-- END switch_poster -->

                                    <!-- BEGIN switch_poster_guest -->
                                    {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}<br /><br />
                                    <!-- END switch_poster_guest -->
                                <!-- END recent_topic_row -->
                            </div>
                        </td>
                </tr>
        </table>
        <script>
            $(".marquee").marquee();
        </script>
    <!-- END scrolling_row -->

    <!-- BEGIN classical_row -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
          <td class="catHead" height="25"><span class="genmed"><b><center>{L_RECENT_TOPICS}</center></b></span></td>
      </tr>
      <tr>
          <td class="row1" align="left"><span class="gensmall">
          <!-- BEGIN recent_topic_row -->
          » <a href="{classical_row.recent_topic_row.U_TITLE}">{classical_row.recent_topic_row.L_TITLE}</a><br /><img src="{ICON_TIME}" alt="" />{BY}&nbsp;

          <!-- BEGIN switch_poster -->
          <a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
          <!-- END switch_poster -->

          <!-- BEGIN switch_poster_guest -->
          {classical_row.recent_topic_row.switch_poster_guest.S_POSTER}
          <!-- END switch_poster_guest -->

          {ON} {classical_row.recent_topic_row.S_POSTTIME}<br /><br />

          <!--
          <a href="{classical_row.recent_topic_row.U_POSTER}">{classical_row.recent_topic_row.S_POSTER}</a> {ON} {classical_row.recent_topic_row.S_POSTTIME}<br /><br />
          -->
          <!-- END recent_topic_row -->
          </span></td>
      </tr>
    </table>
    <!-- END classical_row -->
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by smurfavr Mon 9 Mar - 13:51

    Now works, but moving light intervals. Since the appearance of the problem at the site refresh is delayed about 10 seconds to load.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Ange Tuteur Mon 9 Mar - 13:53

    For me, your site keeps waiting on something from kamenwork.ovo.bg
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by smurfavr Mon 9 Mar - 14:06

    Removed the widget with kamenwork.ovo.bg. Now the site is not a long time to refresh, but Latest topics continues to move at intervals.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Ange Tuteur Mon 9 Mar - 14:18

    Try adjusting the speeds in the widget. To me it appears to be moving fine. bounce
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by smurfavr Mon 9 Mar - 14:33

    I tried to adjust the speed of widget, but the problem still has it. Inscriptions move with slight stuttering.Before this problem inscriptions went smoothly. WHY problems occur. I few days I have not made changes of the setting?
    TonnyKamper
    TonnyKamper
    Active Poster


    Female Posts : 1050
    Reputation : 78
    Language : Dutch/English
    Location : DSF Admin

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by TonnyKamper Mon 9 Mar - 15:09

    smurfavr wrote:Widget Latest topics stopped working.Window stands empty and shows the last topics.

    http://smurfa.bulgarianforum.net/
    I have the same problem on my phpBB2 testforum 
    Spoiler:
    and also on my invision testforum 
    Spoiler:
    It just doesn't scroll on phpBB2 and on Invision it scrolls uttlerly slow until there is one topic in view and then it stops...
    The only thing changed in mod_recent_topics is the adding of avatar on recent topics, but that was a while ago and it worked perfectly until this morning.. So on my real forum I have disabled scrolling at all for the moment.

    I already tried to remove te recent topics avatar but it made no difference..
    Seeing that for Ange Tuteur everything works fine I'm starting to wonder if it can be a serverside problem ?  Sad

    EDIT: I have applied the replacement advised by Ange Tuteur and now scrolling works perfect again, only thing is I lost the avatars on the recent topics.. but I can live with that... Thank you Ange Tuteur !!  thumright


    Last edited by TonnyKamper on Mon 9 Mar - 15:32; edited 1 time in total
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10110
    Reputation : 923
    Language : English
    Location : USA

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by brandon_g Mon 9 Mar - 15:24

    TonnyKamper wrote:
    smurfavr wrote:Widget Latest topics stopped working.Window stands empty and shows the last topics.

    http://smurfa.bulgarianforum.net/
    I have the same problem on my phpBB2 testforum 
    Spoiler:
    and also on my invision testforum 
    Spoiler:
    It just doesn't scroll on phpBB2 and on Invision it scrolls uttlerly slow until there is one topic in view and then it stops...
    The only thing changed in mod_recent_topics is the adding of avatar on recent topics, but that was a while ago and it worked perfectly until this morning.. So on my real forum I have disabled scrolling at all for the moment.

    I already tried to remove te recent topics avatar but it made no difference..
    Seeing that for Ange Tuteur everything works fine I'm starting to wonder if it can be a serverside problem ?  Sad

    I believe this is a common glitch that happens every so often with this widget. It does it on mine as well, but I do not worry too much about it and after awhile it stops and moves as its supposed to.
    Shadow
    Shadow
    Manager
    Manager


    Male Posts : 16217
    Reputation : 1831
    Language : French, English

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Shadow Mon 9 Mar - 16:00

    Hello dear,

    Our technicians sent a correction online this morning. You can have some change on the widget, it can come from your script.  

    Please note you can adjust the speed of the scrolling:
    #1386 Widget Latest topics stopped working. Speed10


    Last edited by Buttercup on Mon 9 Mar - 16:20; edited 1 time in total
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by smurfavr Mon 9 Mar - 16:04

    Buttercup wrote:Hello dear,

    Please note you can adjust the speed of the scrolling
    #1386 Widget Latest topics stopped working. Speed10

    smurfavr wrote:I tried to adjust the speed of widget, but the problem still has it. Inscriptions move with slight stuttering.Before this problem inscriptions went smoothly. WHY problems occur. I few days I have not made changes of the setting?
    Rog360
    Rog360
    Forumember


    Posts : 35
    Reputation : 3
    Language : english

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Rog360 Mon 9 Mar - 19:16

    I'm having the same problem. Haven't changed anything in months... Sad  Seems to have a problem loading this link. [url=http://f39.dnspro.org/sub/47641c346?tag=0&time=Mon%2C 09 Mar 2015 17%3A10%3A58 GMT[/url]
    TonnyKamper
    TonnyKamper
    Active Poster


    Female Posts : 1050
    Reputation : 78
    Language : Dutch/English
    Location : DSF Admin

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by TonnyKamper Mon 9 Mar - 19:30

    Ange Tuteur wrote:Hello @smurfavr,

    Have you modified the mod_recent_topics template ?

    If so, go to Administration Panel > Display > Templates > Portal > and open the mod_recent_topics template. Edit

    Find :
    Code:
    <!-- BEGIN scrolling_row -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
       <tr>
          <td class="catLeft" height="25">
             <span class="genmed module-title">{L_RECENT_TOPICS}</span>
          </td>
       </tr>
       <tr>
          <td class="row1" align="left" id="comments_scroll_div">
             <!-- BEGIN recent_topic_row -->
     
            »&nbsp;<a
    href="{scrolling_row.recent_topic_row.U_TITLE}"
    title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TITLE}</a><br
     />
             <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;

             <!-- BEGIN switch_poster -->
     
            <a
    href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a><br
     /><br />
             <!-- END switch_poster -->

             <!-- BEGIN switch_poster_guest -->
             {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}<br /><br />
             <!-- END switch_poster_guest -->

             <!--
     
            <a
    href="{scrolling_row.recent_topic_row.U_POSTER}">{scrolling_row.recent_topic_row.S_POSTER}</a><br
     /><br />
             -->
             <!-- END recent_topic_row -->
          </td>
       </tr>
    </table>

    <script type="text/javascript">
    //<![CDATA[
    $(function(){
     
      div_marquee('comments_scroll_div', 'comments_scroll_container',
    '{SCROLL_WAY}', '{SCROLL_STEP}', '{SCROLL_DELAY}', '{SCROLL_HEIGHT}',
    'genmed');
    });
    //]]>
    </script>
    <!-- END scrolling_row -->

    Replace by :
    Code:
    <!-- BEGIN scrolling_row -->
        {MARQUEE_JS_SRC}
        <table class="forumline genmed" width="100%" border="0" cellspacing="1" cellpadding="0">
                <tr>
                        <td class="catLeft" height="25">
                                <span class="genmed module-title">{L_RECENT_TOPICS}</span>
                        </td>
                </tr>
                <tr>
                        <td class="row1" style="height:{SCROLL_HEIGHT}px;">
      
                          <div class="marquee" align="left"
    data-direction='{SCROLL_WAY}' data-duration='{SCROLL_DELAY}'
    data-pauseOnHover="true"
    style="overflow:hidden;height:{SCROLL_HEIGHT}px;">
                                <!-- BEGIN recent_topic_row -->
      
                                  »&nbsp;<a
    href="{scrolling_row.recent_topic_row.U_TITLE}"
    title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TITLE}</a><br
     />
                                    <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;

                                    <!-- BEGIN switch_poster -->
      
                                  <a
    href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a><br
     /><br />
                                    <!-- END switch_poster -->

                                    <!-- BEGIN switch_poster_guest -->
                                    {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}<br /><br />
                                    <!-- END switch_poster_guest -->
                                <!-- END recent_topic_row -->
                            </div>
                        </td>
                </tr>
        </table>
        <script>
            $(".marquee").marquee();
        </script>
    <!-- END scrolling_row -->

    Save and publish. Add

    If you can't find this, you can revert to the default template by clicking the red X. Delete
    Hello @Ange Tuteur

    This solved it for my phpBB2 forums, but the code on my Invisionboard is different, is there a replacement code for that version too ?  scratch
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Ange Tuteur Mon 9 Mar - 19:59

    Hello,

    This is for punbb, phpbb2, and phpbb3 if you've modified the mod_recent_topics template :

    PUNBB

    Replace:


    Code:
    <!-- BEGIN scrolling_row -->
    <div class="module main">
      <div class="main-head"><div class="h3">{L_RECENT_TOPICS}</div></div>
      <div class="main-content" id="comments_scroll_div">
          <!-- BEGIN recent_topic_row -->
     
        »&nbsp;<a
    href="{scrolling_row.recent_topic_row.U_TITLE}"
    title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TOPIC_TITLE}</a><br
     />
          <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;

          <!-- BEGIN switch_poster -->
     
        <a
    href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a><br
     /><br />
          <!-- END switch_poster -->

          <!-- BEGIN switch_poster_guest -->
          {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}<br /><br />
          <!-- END switch_poster_guest -->

          <!--
     
        <a
    href="{scrolling_row.recent_topic_row.U_POSTER}">{scrolling_row.recent_topic_row.S_POSTER}</a><br
     /><br />
          -->
          <!-- END recent_topic_row -->
      </div>
    </div>

    <script type="text/javascript">
    //<![CDATA[
    $(function(){
     
      div_marquee('comments_scroll_div', 'comments_scroll_container',
    '{SCROLL_WAY}', '{SCROLL_STEP}', '{SCROLL_DELAY}', '{SCROLL_HEIGHT}');
    });
    //]]>
    </script>
    <!-- END scrolling_row -->

    By


    Code:
    <!-- BEGIN scrolling_row -->
    {MARQUEE_JS_SRC}
    <div class="module main">
      <div class="main-head"><div class="h3">{L_RECENT_TOPICS}</div></div>
      <div class="main-content" id="comments_scroll_div">
     
              <div class="marquee" data-direction='{SCROLL_WAY}'
    data-duration='{SCROLL_DELAY}' data-pauseOnHover="true"
    style="overflow:hidden;height:{SCROLL_HEIGHT}px;">
          <!-- BEGIN recent_topic_row -->
     
        »&nbsp;<a
    href="{scrolling_row.recent_topic_row.U_TITLE}"
    title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TOPIC_TITLE}</a><br
     />
          <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;

          <!-- BEGIN switch_poster -->
     
        <a
    href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a><br
     /><br />
          <!-- END switch_poster -->

          <!-- BEGIN switch_poster_guest -->
          {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}<br /><br />
          <!-- END switch_poster_guest -->
          <!-- END recent_topic_row -->
                </div>
      </div>
    </div>
    <script type="text/javascript">
            $(".marquee").marquee();
    </script>
    <!-- END scrolling_row -->

    SUBSILVER


    Replace
    Code:
    <!-- BEGIN scrolling_row -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
          <td class="catLeft" height="25">
            <span class="genmed module-title">{L_RECENT_TOPICS}</span>
          </td>
      </tr>
      <tr>
          <td class="row1" align="left" id="comments_scroll_div">
            <!-- BEGIN recent_topic_row -->
     
            »&nbsp;<a
    href="{scrolling_row.recent_topic_row.U_TITLE}"
    title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TITLE}</a><br
     />
            <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;

            <!-- BEGIN switch_poster -->
     
            <a
    href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a><br
     /><br />
            <!-- END switch_poster -->

            <!-- BEGIN switch_poster_guest -->
            {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}<br /><br />
            <!-- END switch_poster_guest -->

            <!--
     
            <a
    href="{scrolling_row.recent_topic_row.U_POSTER}">{scrolling_row.recent_topic_row.S_POSTER}</a><br
     /><br />
            -->
            <!-- END recent_topic_row -->
          </td>
      </tr>
    </table>

    <script type="text/javascript">
    //<![CDATA[
    $(function(){
     
      div_marquee('comments_scroll_div', 'comments_scroll_container',
    '{SCROLL_WAY}', '{SCROLL_STEP}', '{SCROLL_DELAY}', '{SCROLL_HEIGHT}',
    'genmed');
    });
    //]]>
    </script>
    <!-- END scrolling_row -->
    by

    Code:
    <!-- BEGIN scrolling_row -->
        {MARQUEE_JS_SRC}
        <table class="forumline genmed" width="100%" border="0" cellspacing="1" cellpadding="0">
                <tr>
                        <td class="catLeft" height="25">
                                <span class="genmed module-title">{L_RECENT_TOPICS}</span>
                        </td>
                </tr>
                <tr>
                        <td class="row1" style="height:{SCROLL_HEIGHT}px;">
     
                          <div class="marquee" align="left"
    data-direction='{SCROLL_WAY}' data-duration='{SCROLL_DELAY}'
    data-pauseOnHover="true"
    style="overflow:hidden;height:{SCROLL_HEIGHT}px;">
                                <!-- BEGIN recent_topic_row -->
     
                                  »&nbsp;<a
    href="{scrolling_row.recent_topic_row.U_TITLE}"
    title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TITLE}</a><br
     />
                                    <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;

                                    <!-- BEGIN switch_poster -->
     
                                  <a
    href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a><br
     /><br />
                                    <!-- END switch_poster -->

                                    <!-- BEGIN switch_poster_guest -->
                                    {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}<br /><br />
                                    <!-- END switch_poster_guest -->
                                <!-- END recent_topic_row -->
                            </div>
                        </td>
                </tr>
        </table>
        <script>
            $(".marquee").marquee();
        </script>
    <!-- END scrolling_row -->

    PROSILVER

    Replace

    Code:
    <!-- BEGIN scrolling_row -->
          <div id="comments_scroll_div">
            <!-- BEGIN recent_topic_row -->
     
            »&nbsp;<a
    href="{scrolling_row.recent_topic_row.U_TITLE}"
    title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TOPIC_TITLE}</a><br
     />
            <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;

            <!-- BEGIN switch_poster -->
     
            <a
    href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a><br
     /><br />
            <!-- END switch_poster -->

            <!-- BEGIN switch_poster_guest -->
            {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}<br /><br />
            <!-- END switch_poster_guest -->

            <!--
     
            <a
    href="{scrolling_row.recent_topic_row.U_POSTER}">{scrolling_row.recent_topic_row.S_POSTER}</a><br
     /><br />
            -->
            <!-- END recent_topic_row -->
          </div>

    <script type="text/javascript">
    //<![CDATA[
    $(function(){
     
      div_marquee('comments_scroll_div', 'comments_scroll_container',
    '{SCROLL_WAY}', '{SCROLL_STEP}', '{SCROLL_DELAY}', '{SCROLL_HEIGHT}');
    });
    //]]>
    </script>
    <!-- END scrolling_row -->


    by


    Code:
    <!-- BEGIN scrolling_row -->
        {MARQUEE_JS_SRC}
        <div id="comments_scroll_div">
     
          <div class="marquee" data-direction='{SCROLL_WAY}'
    data-duration='{SCROLL_DELAY}' data-pauseOnHover="true"
    style="overflow:hidden;height:{SCROLL_HEIGHT}px;">
                <!-- BEGIN recent_topic_row -->
     
              »&nbsp;<a
    href="{scrolling_row.recent_topic_row.U_TITLE}"
    title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TOPIC_TITLE}</a><br
     />
                <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;

                <!-- BEGIN switch_poster -->
     
              <a
    href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a><br
     /><br />
                <!-- END switch_poster -->

                <!-- BEGIN switch_poster_guest -->
                {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}<br /><br />
                <!-- END switch_poster_guest -->
                <!-- END recent_topic_row -->
            </div>
        </div>
        <script>
            $(".marquee").marquee();
        </script>
    <!-- END scrolling_row -->


    You can also click teh red X Delete to revert back to the default template. It should also correct any bugs.
    TonnyKamper
    TonnyKamper
    Active Poster


    Female Posts : 1050
    Reputation : 78
    Language : Dutch/English
    Location : DSF Admin

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by TonnyKamper Mon 9 Mar - 20:41

    Yay  cheers @Ange Tuteur  the Prosilver solved the issue with my Invisionboard, so all is well again.

    Thank you very very much for the help provided and for your time sir, it is much appreciated, you're my  ~1~
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Ange Tuteur Mon 9 Mar - 20:45

    Welcome #1386 Widget Latest topics stopped working. 1852325475
    azwiz
    azwiz
    Forumember


    Male Posts : 834
    Reputation : 9
    Language : english
    Location : Apache Junction , Arizona USA

    Solved almost fixed

    Post by azwiz Tue 10 Mar - 4:11

    I tried changing the code . That did not work . So I clicked the red X publish but did not select restore default . The widget is now scrolling and the speed is adjustable . One slight problem is the top of the widget has a highlighted box . How do I get rid of that ?
    #1386 Widget Latest topics stopped working. Highli11
      Maybe I used the wrong code . I think i have PROSILVER . Is that a different code than the one at the top ?

      Ok I have used the prosilver code now . Save and publish . All good now .
      Thank you SOLVED .
    avatar
    Richardr
    Forumember


    Posts : 415
    Reputation : 0
    Language : english

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Richardr Tue 10 Mar - 5:10

    Yesterday our 'recent topics' animated scroll suddenly speed up enormously, of it's own accord. (The admin panel speed figure showed 15.) I corrected the speed to 32000, but a problem remains; the scroll is causing flickering on our Portal page ever since. I even reinstalled the scroll feature, but it didn't help. Some members are most affected when using their mouse wheel on the same Portal page.

    Are you doing anything behind the scenes on phpBB2?

    How can we fix the flickering?

    Thanks.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51507
    Reputation : 3519
    Language : English
    Location : United States

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by SLGray Tue 10 Mar - 5:45

    Richardr wrote:Yesterday our 'recent topics' animated scroll suddenly speed up enormously, of it's own accord. (The admin panel speed figure showed 15.) I corrected the speed to 32000, but a problem remains; the scroll is causing flickering on our Portal page ever since. I even reinstalled the scroll feature, but it didn't help. Some members are most affected when using their mouse wheel on the same Portal page.

    Are you doing anything behind the scenes on phpBB2?

    How can we fix the flickering?
    Please read -  www.help.forumotion.com/t139521-1386-widget-latest-topics-stopped-working#947455



    #1386 Widget Latest topics stopped working. Slgray10

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


    Posts : 415
    Reputation : 0
    Language : english

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Richardr Tue 10 Mar - 6:14

    SLGray wrote:
    Richardr wrote:Yesterday our 'recent topics' animated scroll suddenly speed up enormously, of it's own accord. (The admin panel speed figure showed 15.) I corrected the speed to 32000, but a problem remains; the scroll is causing flickering on our Portal page ever since. I even reinstalled the scroll feature, but it didn't help. Some members are most affected when using their mouse wheel on the same Portal page.

    Are you doing anything behind the scenes on phpBB2?

    How can we fix the flickering?
    Please read -  www.help.forumotion.com/t139521-1386-widget-latest-topics-stopped-working#947455
    It says:

    This is for punbb, phpbb2, and phpbb3 if you've modified the mod_recent_topics template

    I have not modified the template.
    Is there another solution?
    azwiz
    azwiz
    Forumember


    Male Posts : 834
    Reputation : 9
    Language : english
    Location : Apache Junction , Arizona USA

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by azwiz Tue 10 Mar - 6:41

    Richardr wrote:
    SLGray wrote:
    Richardr wrote:Yesterday our 'recent topics' animated scroll suddenly speed up enormously, of it's own accord. (The admin panel speed figure showed 15.) I corrected the speed to 32000, but a problem remains; the scroll is causing flickering on our Portal page ever since. I even reinstalled the scroll feature, but it didn't help. Some members are most affected when using their mouse wheel on the same Portal page.

    Are you doing anything behind the scenes on phpBB2?

    How can we fix the flickering?
    Please read -  www.help.forumotion.com/t139521-1386-widget-latest-topics-stopped-working#947455
    It says:

    This is for punbb, phpbb2, and phpbb3 if you've modified the mod_recent_topics template

    I have not modified the template.
    Is there another solution?
     I hadn't modified mine either . But something that forumotion techs did this morning did . So you need to replace the code in your template with the one provided for your version . click save then click publish . It will fix the scrolling widget "LATEST TOPICS"
    avatar
    Richardr
    Forumember


    Posts : 415
    Reputation : 0
    Language : english

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Richardr Tue 10 Mar - 8:55

    Thanks for the suggestion, but it didn't work.
    avatar
    Richardr
    Forumember


    Posts : 415
    Reputation : 0
    Language : english

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Richardr Tue 10 Mar - 10:40

    Here's a detailed outline of our problems.

    The scroll is flickering, and is not smooth in it's movement.
    The scroll is now stopped by the cursor when cursor hovers over the empty space above the text. This never happened before, when the scroll would only stop moving, if cursor was on the thread's heading. (Our suspicion is that these two elements are somehow clashing and causing the flickering/instability)
    Using the mouse wheel causes the worst flickering, but only after several threads are in view. And that's outside the scroll itself.

    We would appreciate a solution.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19151
    Reputation : 1994
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: #1386 Widget Latest topics stopped working.

    Post by Ape Tue 10 Mar - 12:57

    Richardr wrote:Here's a detailed outline of our problems.


    The scroll is now stopped by the cursor when cursor hovers over the empty space above the text. This never happened before, when the scroll would only stop moving, if cursor was on the thread's heading.

    We would appreciate a solution.

    Hello @Richardr

    This is normal it is meant to be like that, The mouse pointer system is now set to put the pointer anywhere in the scroll box that will make it stop until you move it out again.

    As for the other problem with Glitch when moving well I Can not recreate the same thing on my end all forums I look at is running smooth.
    Please give a link to your forum so we can take a look for you.

    APE

    #1386 Widget Latest topics stopped working. 64x64_10NOTE: If you do not give all info asked for there is nothing we can do to help you.
     we need to run tests and pass this info on to the tech team if needs be Thank you.



    #1386 Widget Latest topics stopped working. Left1212#1386 Widget Latest topics stopped working. Center11#1386 Widget Latest topics stopped working. Right112
    #1386 Widget Latest topics stopped working. Ape_b110
    #1386 Widget Latest topics stopped working. Ape1010