L3onheart Posted March 25, 2003 Share Posted March 25, 2003 I would like to know how to get that piece of code that there's in these forums. How do I make a link like that: Link to comment Share on other sites More sharing options...
0 Ricky Baby Posted March 25, 2003 Share Posted March 25, 2003 depends how your gettin the post of a DB/txt file then its sumot like <a href="path/to/viewprofile.###?id=$userid"> or sumot like that Link to comment Share on other sites More sharing options...
0 L3onheart Posted March 25, 2003 Author Share Posted March 25, 2003 It's not to view the profile. It's a link that goes directly to the anchor of the referred post. I was hoping one of the Neowin admins could share that part of the code with me :) Link to comment Share on other sites More sharing options...
0 Redmak Administrators Posted March 26, 2003 Administrators Share Posted March 26, 2003 It's a forum template thing. Go to your forum templates in admin => Topic view section => Post entry (render row) <td>{$data[POST]['post_icon']}<span class='postdetails'><b><a href="{ibf.vars.board_url}/index.php?s=&act=ST&f={$ibforums->input[f]}&t={$ibforums->input[t]}&st={$ibforums->input[st]}entry{$data[POST]['pid']}">{ibf.lang.posted_on}</a></b> {$data[POST]['post_date']}</span></td> See where I just linked {ibf.lang.posted_on} (between the two bold tags) Link to comment Share on other sites More sharing options...
0 L3onheart Posted March 26, 2003 Author Share Posted March 26, 2003 Thank you Redmak, that's exactly what I was looking for Link to comment Share on other sites More sharing options...
Question
L3onheart
I would like to know how to get that piece of code that there's in these forums.
How do I make a link like that:
Link to comment
Share on other sites
4 answers to this question
Recommended Posts