Nobody can help me? I wish to work on this function.

Any idea for code of file access.php ?

Thank you.

Works fine so! Thanks Smartys.

Hello

There is a problem when trying to reference a topic, for example for Digg!
The following code is to be inserted in viewtopic  (after // I apologize for the variable naming here. It's a mix of subscription and action I guess :-) )

<img src="img/'.$pun_user['style'].'/misc/icon_arrow.gif" alt="·" title="·" /> <img src="img/digg_icon.gif" alt="Digg!" title="Digg!" /> <a style="font-weight: normal;" href="http://digg.com/submit?phase=2&url='.$pun_config['o_base_url'].'/viewtopic.php?pid='.$cur_topic['id'].'&title='.urlencode($cur_topic['subject']).'">Digg It</a>

Result with a version without mod is bad because the number of the topic does not appear

This code works perfectly with MegaPun yet :

http://digg.com/submit?phase=2&url= … yourdomain /megapun/viewtopic.php?id=2&title=Test+post

I looked into the code, but I did not find an explanation for this error.
Do you have any idea?

Thank you.