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

    The last topics widget doesn't work.

    Lala Richardson
    Lala Richardson
    New Member


    Female Posts : 24
    Reputation : 1
    Language : Spanish, english

    In progress The last topics widget doesn't work.

    Post by Lala Richardson September 26th 2014, 9:08 am

    Hi, it's me again with another problem, I erase all the topics that was in my forum. So I started a new desing and when I wrote 4 new topics the didn't appear in the last topics widget, but suddenly in the widget appear some topics that's doesn't exist in the forum, this is the capture from the widget:
    The last topics widget doesn't work.  Captur10
    As you can see the topics have date from 1969 and it's incorrect.

    I've already synchronize the forum and put away the widget and then put in again, so, I don't know what else can I do.

    I'd really appreciate some help for this thing.

    Thanks for reading.
    Shadow
    Shadow
    Manager
    Manager


    Male Posts : 16208
    Reputation : 1832
    Language : French, English

    In progress Re: The last topics widget doesn't work.

    Post by Shadow September 26th 2014, 10:40 am

    Hello

    If you modified template, Css and all could you please disactivated them and check if the last topic works properly.

    Thanks
    Lala Richardson
    Lala Richardson
    New Member


    Female Posts : 24
    Reputation : 1
    Language : Spanish, english

    In progress Re: The last topics widget doesn't work.

    Post by Lala Richardson September 26th 2014, 7:27 pm

    I have done that and it doesn't work, as you can see I disactivate the css and the templates.
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: The last topics widget doesn't work.

    Post by SLGray September 26th 2014, 7:42 pm

    Please post your forum's link.



    The last topics widget doesn't work.  Slgray10

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


    Female Posts : 24
    Reputation : 1
    Language : Spanish, english

    In progress Re: The last topics widget doesn't work.

    Post by Lala Richardson September 26th 2014, 8:28 pm

    Sorry, this is the link http://bad-romancerp.snob.tv/
    avatar
    Guest
    Guest


    In progress Re: The last topics widget doesn't work.

    Post by Guest September 26th 2014, 8:37 pm

    Hello Lala Richardson,
    Could you access your ACP and provide us with the mod_recent_topics template that is located under Portal in the Templates section of the Display Tab? To get this just follow the steps below.

    Access ACP --> Click Display Tab --> Scroll Down to "Templates" --> Click Portal --> Find mod_recent_topics --> Copy & Paste the code here.
    This will allow us to be able to see what could possibly be causing this issue and help make the appropriate fix.

    -Jad
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: The last topics widget doesn't work.

    Post by SLGray September 26th 2014, 9:02 pm

    How do you have the date/time display set up for your forum?  I do not see the year.



    The last topics widget doesn't work.  Slgray10

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


    Female Posts : 24
    Reputation : 1
    Language : Spanish, english

    In progress Re: The last topics widget doesn't work.

    Post by Lala Richardson September 26th 2014, 11:16 pm

    This is the code of the template but I haven't made a change in that.

    Code:
    <div class="module">
     <div class="inner"><span class="corners-top"><span></span></span>

     <div class="h3">{L_RECENT_TOPICS}</div>

    <!-- BEGIN scrolling_row -->
     <div 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_TOPIC_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 -->
     </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 -->

    <!-- BEGIN classical_row -->
     <!-- BEGIN recent_topic_row -->
     Â» <a href="{classical_row.recent_topic_row.U_TITLE}">{classical_row.recent_topic_row.L_TITLE}</a><br />{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 -->
    <!-- END classical_row -->

     <span class="corners-bottom"><span></span></span></div>
    </div>

    And this is how it's the time it's set:
    The last topics widget doesn't work.  Captur11
    Lala Richardson
    Lala Richardson
    New Member


    Female Posts : 24
    Reputation : 1
    Language : Spanish, english

    In progress Re: The last topics widget doesn't work.

    Post by Lala Richardson September 29th 2014, 1:37 am

    up!
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: The last topics widget doesn't work.

    Post by SLGray September 29th 2014, 9:53 am

    Try this:  remove the widget and then add it back.



    The last topics widget 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 November 13th 2024, 6:51 pm