Iran
|
Edited by mj1919 at 2013-8-21 00:56
Hello Friends
I want to edit a link in "viewthread_node.htm". In other word, when you click on avatar and user name of author of one post, you redirect to "personal info" tap of his/her space! (don't hesitate, do it, now, click on my avatar! )
ok, i think this link(above) is in the viewthread_node.htm.
after search in this file, we can see, below link, that redirects us to profile (personal info tab):- home.php?mod=space&uid=$post[authorid]&do=profile
Copy the Code this links are in lines 53,91.
now, we know what links must be changed!
ok, in web browser, url of space's home is (for admin, UID:1):- home.php?mod=space&uid=1&do=index&view=admin
Copy the Code if we want to convert this url to a functional link in viewthread_node.htm file, we must use below link.- /home.php?mod=space&[authorid]=1&do=index&view=[username]
Copy the Code Final result:
after click on user name, and avatar of author of threds, you redirect to space's home (not personal info tab)
is this correct? please correct, if its not.
|
|