Davey
03-02-2003, 07:29 PM
[ Link to all posts in postbit template (v1.1) ]
I know it's not much, but for you hackers that want this, it's open for you.
Where you have 'post count' in the postbit template, this tiny template modification adds a link to all their posts.
Ex: Where it says 'posts 8'; the '8' will be hyperlinked to all the users posts :).
I know it's not much, but I hope this comes in handy for some of you.
Regards; David G.
[Bug fixes]
1.1: Fixed the incomplete <a> tag, noticed by base.
[Updates]
1.1: Updated the <a> tag in step #5 so that it works properly. That was a mistake on my behalf, sorry. Thanks base.
[Instructions]
- Upgrading to 1.1 from 1.0:
1) Open up the postbit template.
2) Find <a href="search.php?s=$session[sessionhash]&action=finduser&userid=$post[userid]
3) Replace with: <a href="search.php?s=$session[sessionhash]&action=finduser&userid=$post[userid]">$post[posts]</a>
I know it's not much, but for you hackers that want this, it's open for you.
Where you have 'post count' in the postbit template, this tiny template modification adds a link to all their posts.
Ex: Where it says 'posts 8'; the '8' will be hyperlinked to all the users posts :).
I know it's not much, but I hope this comes in handy for some of you.
Regards; David G.
[Bug fixes]
1.1: Fixed the incomplete <a> tag, noticed by base.
[Updates]
1.1: Updated the <a> tag in step #5 so that it works properly. That was a mistake on my behalf, sorry. Thanks base.
[Instructions]
- Upgrading to 1.1 from 1.0:
1) Open up the postbit template.
2) Find <a href="search.php?s=$session[sessionhash]&action=finduser&userid=$post[userid]
3) Replace with: <a href="search.php?s=$session[sessionhash]&action=finduser&userid=$post[userid]">$post[posts]</a>