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.

Widget problem on Punbb

2 posters

Go down

Widget problem on Punbb Empty Widget problem on Punbb

Post by Francesca. August 3rd 2012, 12:21 pm

Hi, guys.
I have this weird problem. My widgets are not showing since I changed my version to Punbb. In the Admin panel they appear to be active, but infact they are not..

avatar
Francesca.
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

Widget problem on Punbb Empty Re: Widget problem on Punbb

Post by DK August 3rd 2012, 12:59 pm

Unless someone is founder at the forum you can't change that.
Tell that founder to add this in Template>Portal

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 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} 

      <!-- 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>
</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 -->
<div class="module main">
   <div class="main-head"><h3>{L_RECENT_TOPICS}</h3></div>
   <div class="main-content">
      <!-- BEGIN recent_topic_row -->
      » <a href="{classical_row.recent_topic_row.U_TITLE}">{classical_row.recent_topic_row.L_TITLE}</a><br />{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 -->
   </div>
</div>
<!-- END classical_row -->
DK
DK
Forumember

Male Posts : 609
Reputation : 13
Language : English

http://ourworldhub.forumotion.com/forum

Back to top Go down

Widget problem on Punbb Empty Re: Widget problem on Punbb

Post by Francesca. August 3rd 2012, 1:11 pm

I am the founder. And one more thing - the widgets appear on the portal but not in the forum...
avatar
Francesca.
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

Widget problem on Punbb Empty Re: Widget problem on Punbb

Post by DK August 3rd 2012, 1:15 pm

Francesca. wrote:I am the founder. And one more thing - the widgets appear on the portal but not in the forum...
Yeah I think that code I gave you should help you. I had the same problem when my forum got hacked.

EDIT: ACP > Template > Portal > mod_recent_topics
DK
DK
Forumember

Male Posts : 609
Reputation : 13
Language : English

http://ourworldhub.forumotion.com/forum

Back to top Go down

Widget problem on Punbb Empty Re: Widget problem on Punbb

Post by Francesca. August 3rd 2012, 3:05 pm

Nope, it didn't help.
avatar
Francesca.
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum