Search found 8 matches

Return to advanced search

Re: recent topics layout

See this post: viewtopic.php?p=2045#p2045

Maybe adding the stylesheet to "recent_topics_body.html" will help.
by HitByLife
Sat Jun 28, 2008 2:23 pm
 
Forum: NV recent topics
Topic: recent topics layout
Replies: 6
Views: 1227

Re: Adding recent post to the footer

OK, no problem.
by HitByLife
Tue Jun 17, 2008 5:55 pm
 
Forum: NV recent topics
Topic: Adding recent post to the footer
Replies: 7
Views: 1462

Re: Adding recent post to the footer

Fantastic, thank you!

One further question: How can I make the latest posts icon appear also on pages other than the index page? As of right now, the recent topic list is shown on all page impressions, but the latest posts icon is only shown on the index page. Any ideas??
by HitByLife
Tue Jun 17, 2008 10:45 am
 
Forum: NV recent topics
Topic: Adding recent post to the footer
Replies: 7
Views: 1462

Re: Adding recent post to the footer

Hm, I just noticed that the mod is subforum or category based, which means that it will only display the latest topics/post in a given subforum/category. In general, I think my users will benefit more from a list that displays *all* recent topics/posts, independent of subforum or category. Would tha...
by HitByLife
Mon Jun 16, 2008 10:43 am
 
Forum: NV recent topics
Topic: Adding recent post to the footer
Replies: 7
Views: 1462

Re: Adding recent post to the footer

best would be includes/functions.php after // Which timezone? $tz = ($user->data['user_id'] != ANONYMOUS) ? strval(doubleval($user->data['user_timezone'])) : strval(doubleval($config['board_timezone'])); OK, thanks, I did that and it works. Got double set of recent posts on the index page, though, ...
by HitByLife
Mon Jun 16, 2008 8:26 am
 
Forum: NV recent topics
Topic: Adding recent post to the footer
Replies: 7
Views: 1462

Re: How to style this mod?

Actually, I just opened "recent_topics_body.html" and gave it a go. For some reason, it did not pick up the template style sheet, so it was just an ugly list. Adding a link to the stylesheet gave it some form and colour, so I am happy with it at the moment.

Thanks for the reply, anyhow.
by HitByLife
Mon Jun 16, 2008 8:02 am
 
Forum: NV recent topics
Topic: How to style this mod?
Replies: 5
Views: 1382

Adding recent post to the footer

If I want recent posts to appear on all pages, I imagine I would have to place the include in the overall_footer.html (phpbb3), but where do I put this piece of code? if($config['rt_index']) { include($phpbb_root_path . 'includes/functions_recenttopics.' . $phpEx); } Supposing it has to be modified ...
by HitByLife
Thu Jun 12, 2008 2:00 pm
 
Forum: NV recent topics
Topic: Adding recent post to the footer
Replies: 7
Views: 1462

How to style this mod?

Hi, great mod, it is an essential part of any forum. My question however relates to the fact that I don't use the default styles with phpbb3, so after doing the installation I added this piece of code <!-- IF RT_DISPLAY --><!-- INCLUDE recent_topics_body.html --><!-- ENDIF --> where I thought it sui...
by HitByLife
Thu Jun 12, 2008 1:47 pm
 
Forum: NV recent topics
Topic: How to style this mod?
Replies: 5
Views: 1382

Return to advanced search