 | [Solved]My post direct link not working |  |
Posted: 08/04/2007 7:36 PM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 5:54 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| master, can i know why my Post ID direct link function is not working? i click many post ID and test..that are go the 1st page only..but not go to the post. |
|
Last edited by masteranu84 on 08/07/2007 7:12 AM; edited 1 time in total |
|
 |
 |
| Back to Top |
|
|
 | Re: My post direct link not working |  |
Posted: 08/05/2007 5:07 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 1:54 PM
Location: St Pete, FL
|

|
|
|
|
 |
Yes, that is kind of some screwy and unnecessary code. The little graphic next to it does the same thing, so the MOD author went to a lot of work to do what is already coded. So you can do this to correct the problem:
OPEN
Avalanche/viewtopic_body.tpl
FIND
| Code:
|
|
<a onclick="link_to_post({postrow.POST_ID}); return false;" href="#">
|
REPLACE WITH
| Code:
|
|
<a href="{postrow.U_MINI_POST}">
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: My post direct link not working |  |
Posted: 08/05/2007 8:44 PM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 5:54 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
Yes, that is kind of some screwy and unnecessary code. The little graphic next to it does the same thing, so the MOD author went to a lot of work to do what is already coded. So you can do this to correct the problem:
OPEN
Avalanche/viewtopic_body.tpl
FIND
| Code:
|
|
<a onclick="link_to_post({postrow.POST_ID}); return false;" href="#">
|
REPLACE WITH
| Code:
|
|
<a href="{postrow.U_MINI_POST}">
|
|
Still same..i has change it..but the function is not working also.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: My post direct link not working |  |
Posted: 08/06/2007 12:44 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 1:54 PM
Location: St Pete, FL
|

|
|
|
|
 |
Are you sure? I actually tried it and on a longer topic, it worked perfectly. It may not appear to work right for short topics though...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: My post direct link not working |  |
Posted: 08/06/2007 8:04 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 5:54 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
I has test also manys time. The post ID seems not working ..
Why b4 i install the post number MOD will have this error? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: My post direct link not working |  |
Posted: 08/07/2007 2:36 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 1:54 PM
Location: St Pete, FL
|

|
|
|
|
 |
I really don't know why it doesn't work. Neither option using the post note icon nor the new Post Number work and they are using different methods to achieve the same thing. You might want to ask the MOD author if he has any ideas of what needs to be corrected. I walked through the Post Number code to make sure everything is installed correctly, and didn't find any problems. I did change the viewtopic_body.tpl code back to the code added by the Post Number MOD though...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: My post direct link not working |  |
Posted: 08/07/2007 6:33 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 5:54 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
I really don't know why it doesn't work. Neither option using the post note icon nor the new Post Number work and they are using different methods to achieve the same thing. You might want to ask the MOD author if he has any ideas of what needs to be corrected. I walked through the Post Number code to make sure everything is installed correctly, and didn't find any problems. I did change the viewtopic_body.tpl code back to the code added by the Post Number MOD though...
|
ok. thanks ..topic closed.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved]My post direct link not working |  |
Posted: 08/07/2007 11:44 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 1:54 PM
Location: St Pete, FL
|

|
|
|
|
 |
Did you find a solution to the problem from the MOD Topic???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved]My post direct link not working |  |
Posted: 08/11/2007 11:42 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 5:54 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
Did you find a solution to the problem from the MOD Topic???
|
Nop, i didnt success to find it .But i will try uninstall the mod with manually and reinstall again.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved]My post direct link not working |  |
Posted: 08/12/2007 1:46 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 1:54 PM
Location: St Pete, FL
|

|
|
|
|
 |
Well it doesn't look like there has been any progress on this in a couple of days. Did you give up on it? When I click on the link now, I get a window that asks if I want to save the Post link. Even if I paste the link in a new window, it doesn't take me to the message. I don't think the problem is with the MOD...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|