#1386 Widget Latest topics stopped working.
+7
Rog360
Shadow
brandon_g
TonnyKamper
Ange Tuteur
TheCrow
smurfavr
11 posters
Page 1 of 2
Page 1 of 2 • 1, 2
#1386 Widget Latest topics stopped working.
Widget Latest topics stopped working.Window stands empty and shows the last topics.
http://smurfa.bulgarianforum.net/
http://smurfa.bulgarianforum.net/
Re: #1386 Widget Latest topics stopped working.
Hello @smurfavr,
To me it's working fine.
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
To me it's working fine.
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
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!
Re: #1386 Widget Latest topics stopped working.
I have not touched anything on the forum settings. This problem appears before 2-3 hours. Settings for movement are standard.
Re: #1386 Widget Latest topics stopped working.
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.
Find :
Replace by :
Save and publish.
If you can't find this, you can revert to the default template by clicking the red X.
Have you modified the mod_recent_topics template ?
If so, go to Administration Panel > Display > Templates > Portal > and open the mod_recent_topics template.
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 -->
» <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}
<!-- 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 -->
» <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}
<!-- 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.
If you can't find this, you can revert to the default template by clicking the red X.
Re: #1386 Widget Latest topics stopped working.
Have been no changes to the forum from the admin panel. Problem appears before 2-3 hours.
Re: #1386 Widget Latest topics stopped working.
It appears to be working fine now.
Try clearing your cache and reloading the page with F5
Try clearing your cache and reloading the page with F5
Re: #1386 Widget Latest topics stopped working.
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.
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 -->
» <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}
<!-- 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}
<!-- 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 -->
Re: #1386 Widget Latest topics stopped working.
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 -->
» <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}
<!-- 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}
<!-- 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 -->
Re: #1386 Widget Latest topics stopped working.
Now works, but moving light intervals. Since the appearance of the problem at the site refresh is delayed about 10 seconds to load.
Re: #1386 Widget Latest topics stopped working.
For me, your site keeps waiting on something from kamenwork.ovo.bg
Re: #1386 Widget Latest topics stopped working.
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.
Re: #1386 Widget Latest topics stopped working.
Try adjusting the speeds in the widget. To me it appears to be moving fine.
Re: #1386 Widget Latest topics stopped working.
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?
Re: #1386 Widget Latest topics stopped working.
I have the same problem on my phpBB2 testforumsmurfavr wrote:Widget Latest topics stopped working.Window stands empty and shows the last topics.
http://smurfa.bulgarianforum.net/
- Spoiler:
- Spoiler:
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 ?
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 !!
Last edited by TonnyKamper on March 9th 2015, 2:32 pm; edited 1 time in total
Re: #1386 Widget Latest topics stopped working.
TonnyKamper wrote:I have the same problem on my phpBB2 testforumsmurfavr wrote:Widget Latest topics stopped working.Window stands empty and shows the last topics.
http://smurfa.bulgarianforum.net/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...
- Spoiler:
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 ?
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.
Re: #1386 Widget Latest topics stopped working.
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:
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:
Last edited by Buttercup on March 9th 2015, 3:20 pm; edited 1 time in total
Shadow- Manager
- Posts : 16208
Reputation : 1832
Language : French, English
Re: #1386 Widget Latest topics stopped working.
Buttercup wrote:Hello dear,
Please note you can adjust the speed of the scrolling
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?
Re: #1386 Widget Latest topics stopped working.
I'm having the same problem. Haven't changed anything in months... 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]
Rog360- Forumember
- Posts : 35
Reputation : 3
Language : english
Re: #1386 Widget Latest topics stopped working.
Hello @Ange TuteurAnge 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.
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 -->
» <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}
<!-- 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 -->
» <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}
<!-- 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.
If you can't find this, you can revert to the default template by clicking the red X.
This solved it for my phpBB2 forums, but the code on my Invisionboard is different, is there a replacement code for that version too ?
Re: #1386 Widget Latest topics stopped working.
Hello,
This is for punbb, phpbb2, and phpbb3 if you've modified the mod_recent_topics template :
By
Replace
by
You can also click teh red X to revert back to the default template. It should also correct any bugs.
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 -->
» <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}
<!-- 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 -->
» <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}
<!-- 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 -->
» <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}
<!-- 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 -->
- 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 -->
» <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}
<!-- 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 -->
» <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}
<!-- 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 -->
» <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}
<!-- 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 to revert back to the default template. It should also correct any bugs.
Re: #1386 Widget Latest topics stopped working.
Yay @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
Thank you very very much for the help provided and for your time sir, it is much appreciated, you're my
almost fixed
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 ?
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 .
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 .
Re: #1386 Widget Latest topics stopped working.
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.
Are you doing anything behind the scenes on phpBB2?
How can we fix the flickering?
Thanks.
Richardr- Forumember
- Posts : 413
Reputation : 0
Language : english
Re: #1386 Widget Latest topics stopped working.
Please read - www.help.forumotion.com/t139521-1386-widget-latest-topics-stopped-working#947455Richardr 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?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: #1386 Widget Latest topics stopped working.
It says:SLGray wrote:Please read - www.help.forumotion.com/t139521-1386-widget-latest-topics-stopped-working#947455Richardr 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?
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?
Richardr- Forumember
- Posts : 413
Reputation : 0
Language : english
Re: #1386 Widget Latest topics stopped working.
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"Richardr wrote:It says:SLGray wrote:Please read - www.help.forumotion.com/t139521-1386-widget-latest-topics-stopped-working#947455Richardr 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?
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?
Re: #1386 Widget Latest topics stopped working.
Thanks for the suggestion, but it didn't work.
Richardr- Forumember
- Posts : 413
Reputation : 0
Language : english
Re: #1386 Widget Latest topics stopped working.
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.
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.
Richardr- Forumember
- Posts : 413
Reputation : 0
Language : english
Re: #1386 Widget Latest topics stopped working.
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
NOTE: 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.
we need to run tests and pass this info on to the tech team if needs be Thank you.
Page 1 of 2 • 1, 2
Similar topics
» LATEST TOPICS scrolling widget has stopped scrolling
» Latest topics tutorial not working
» 2 Qs about Latest Topics widget
» Latest Topics Scrolling Widget
» Display a secondary 'latest topics' widget
» Latest topics tutorial not working
» 2 Qs about Latest Topics widget
» Latest Topics Scrolling Widget
» Display a secondary 'latest topics' widget
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum