NV recent topics

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
User avatar
nickvergessen
Former Team Member
Posts: 4397
Joined: Mon Apr 30, 2007 5:33 pm
Location: Stuttgart, Germany
Name: Joas Schilling
Contact:

Re: NV recent topics

Post by nickvergessen »

Humanrag3 wrote:WOW! Amazing mod! very nice work.

EDIT: is it possible to show recent topics on a custom page?

I added

Code: Select all

if ($config['rt_index'])
{
	if (!function_exists('display_recent_topics'))
	{
		include($phpbb_root_path . 'includes/functions_recenttopics.' . $phpEx);
	}
	display_recent_topics($config['rt_number'], $config['rt_page_number'], $config['rt_anti_topics']);
}
on the custompage.php

doesn't seem to work.
You also need to put the code into the template.
Peter77sx wrote:You have to add
include($phpbb_root_path . 'includes/functions_wwh.' . $phpEx);
somewhere before page_header is called..
wrong MOD? :P
No Support via PM
Humanrag3
Registered User
Posts: 157
Joined: Thu Oct 30, 2008 3:58 am

Re: NV recent topics

Post by Humanrag3 »

It shows the following:

Code: Select all

There are no topics or posts in this forum.
:?:
User avatar
manuxtreme
Registered User
Posts: 48
Joined: Tue Aug 23, 2005 11:54 am

Re: NV recent topics

Post by manuxtreme »

Is it possible to exclude topics from certain forums?
usenet2you
Registered User
Posts: 407
Joined: Sat Mar 22, 2008 7:31 pm
Location: The Netherlands

Re: NV recent topics

Post by usenet2you »

Is it possible to have more then 1 Recent Topics thing? :P I want 4 Recent Topics things, I don't want that all topics come on 1 Recent Topics thing.
Humanrag3
Registered User
Posts: 157
Joined: Thu Oct 30, 2008 3:58 am

Re: NV recent topics

Post by Humanrag3 »

manuxtreme wrote:Is it possible to exclude topics from certain forums?
ACP>Forums>Mange Forums
Edit a forum and choose no for "show on recent topics"
User avatar
manuxtreme
Registered User
Posts: 48
Joined: Tue Aug 23, 2005 11:54 am

Re: NV recent topics

Post by manuxtreme »

Humanrag3 wrote:
manuxtreme wrote:Is it possible to exclude topics from certain forums?
ACP>Forums>Mange Forums
Edit a forum and choose no for "show on recent topics"
Ah ic, I didnt know that. Thanks :)
megaw
Registered User
Posts: 145
Joined: Wed Mar 31, 2004 3:07 am

Topic still shows when queued post is enabled

Post by megaw »

Recently when I enabled the 'queued post' feature, the topic title still shows although clicking on it shows no post. The topic is supposed to be not visible until approved. Please look into it. Thanks.
User avatar
nickvergessen
Former Team Member
Posts: 4397
Joined: Mon Apr 30, 2007 5:33 pm
Location: Stuttgart, Germany
Name: Joas Schilling
Contact:

Re: Topic still shows when queued post is enabled

Post by nickvergessen »

megaw wrote:Recently when I enabled the 'queued post' feature, the topic title still shows although clicking on it shows no post. The topic is supposed to be not visible until approved. Please look into it. Thanks.
Unapproved topics are only viewed if you got permissions to approve them. This was fixed in 1.0.4
No Support via PM
megaw
Registered User
Posts: 145
Joined: Wed Mar 31, 2004 3:07 am

Re: NV recent topics

Post by megaw »

Thanks. I am still having 1.0.3
User avatar
nickvergessen
Former Team Member
Posts: 4397
Joined: Mon Apr 30, 2007 5:33 pm
Location: Stuttgart, Germany
Name: Joas Schilling
Contact:

Re: NV recent topics

Post by nickvergessen »

So update?
No Support via PM
megaw
Registered User
Posts: 145
Joined: Wed Mar 31, 2004 3:07 am

Re: NV recent topics

Post by megaw »

Yes, most likely but will this still work with 1.0.4?
nickvergessen wrote:megaw:

includes/functions_recenttopics.php
find:

Code: Select all

'TOPIC_TITLE'				=> censor_text($row['topic_title']),
after-add:

Code: Select all

'LAST_POST_SUBJECT'			=> censor_text($row['topic_last_post_subject']),
styles/prosilver/template/recent_topics_body.html
find:

Code: Select all

<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {recenttopicrow.LAST_POST_AUTHOR_FULL}
inline-find:

Code: Select all

<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>
inline-after-add:

Code: Select all

<a href="{recenttopicrow.U_LAST_POST}">{recenttopicrow.LAST_POST_SUBJECT}</a><br />
User avatar
nickvergessen
Former Team Member
Posts: 4397
Joined: Mon Apr 30, 2007 5:33 pm
Location: Stuttgart, Germany
Name: Joas Schilling
Contact:

Re: NV recent topics

Post by nickvergessen »

yes, it should
No Support via PM
megaw
Registered User
Posts: 145
Joined: Wed Mar 31, 2004 3:07 am

Re: NV recent topics

Post by megaw »

thanks... will update soon.
megaw
Registered User
Posts: 145
Joined: Wed Mar 31, 2004 3:07 am

Re: NV recent topics

Post by megaw »

nickvergessen wrote:yes, it should
Yes, it works perfectly. One question - How do I get it to show in the ACP/.MODS as version 1.0.4 instead of 1.0.3?

Do I need to run the install file?

Edit: Please ignore, I've done it and thanks.
Last edited by megaw on Mon Jun 15, 2009 2:25 pm, edited 2 times in total.
usenet2you
Registered User
Posts: 407
Joined: Sat Mar 22, 2008 7:31 pm
Location: The Netherlands

Re: NV recent topics

Post by usenet2you »

usenet2you wrote:Is it possible to have more then 1 Recent Topics thing? :P I want 4 Recent Topics things, I don't want that all topics come on 1 Recent Topics thing.
Locked

Return to “[3.0.x] MOD Database Releases”