Nobody can help me? I wish to work on this function.
1 2007-10-25 17:58
Re: Access Tracking (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2 2007-10-13 22:41
Re: Access Tracking (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Any idea for code of file access.php ?
Thank you.
3 2007-10-13 22:37
Re: Problem with links of topics (20 replies, posted in PunBB 1.2 troubleshooting)
Works fine so! Thanks Smartys.
4 2007-10-12 22:03
Topic: Problem with links of topics (20 replies, posted in PunBB 1.2 troubleshooting)
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.