1

(5 replies, posted in Feature requests)

Right ! I thought it was to close forum roll

thank you.

2

(5 replies, posted in Feature requests)

Exactly Falconey... but I need to close topic too (at the end of the week)...

Falconey wrote:

I think theres a mod out there that does something similar, but guests can reply too using that one.

... not important... You must to register to post on my website.

3

(5 replies, posted in Feature requests)

Hi !

I don't know if it's actually possible to do that so I ask at the same time wink

The idea :
Every week, in a forum call "debate", the admin post a question to start a debate.
Only admins can post topic in this forum.
But everyone can post a response.
A the end of the week, the admin close the topic. Impissible to post but ok to read.

If you've got a tips to do that, tell me !

Thanks !

I use a CMS named Spip (spip.net) to import RSS feed... the correct way is

domain.tld/forum/extern.php?action=active&type=RSS&fid=4

...and now, how can I have only the last topic of the forum n°4 ?

I try to syndicate this link

http://www.domain.tld/forum/extern.php?action=new&show=1&fid=4

but it doesn't run sad

That's ok !

thanks you !

Hi !

I just need to custom the RSS feed : in the description, I just want the name of the forum... I think I found the line in extern.php but I'm a newbie in php...

echo "\t\t".'<description><![CDATA['.escape_cdata($lang_extern['Forum'].': <a href="'.$pun_config['o_base_url'].'/viewforum.php?id='.$cur_topic['fid'].'" target="_blank">'.$cur_topic['forum_name'].'</a><br />'."\r\n".$lang_extern['Author'].': '.$cur_topic['poster'].'<br />'."\r\n".$lang_extern['Posted'].': '.date('r', $cur_topic['posted']).'<br />'."\r\n".$lang_extern['Last post'].': '.date('r', $cur_topic['last_post'])).']]></description>'."\r\n";

Plz help me big_smile

thanks in advance