The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Logik or Anyone -- this is simple I'm sure! "Get MY Posts"
I'd originally requested this a while back -- it's really a template mod. Logik figured it out and posted it here (for version 2.x)
https://vborg.vbsupport.ru/showthrea...threadid=48168 Code:
1). go to your forum admin CP and go to Templates>modify>postbit --------------------------- 2.) Find: posts: $post[posts] And add just AFTER it: Post: <a href="search.php?s=$session[sessionhash]&action=finduser&userid=$post[userid]">view posts by $post[username]</a> <br> Post: <a href="search.php?s=$session[sessionhash]&action=finduser&userid=$bbuserinfo[userid]">view all your posts</a> -------------------------- 3.) Save postbit template. and click install on vbulletin.org. I tried to figure it out to make it work with 3.0.3 but couldn't get it going. Anyone? |
#2
|
|||
|
|||
Code:
Post: <a href="search.php?do=finduser&u=$post[userid]">View posts by $post[username]</a><br /> Post: <a href="search.php?do=finduser&u=$bbuserinfo[userid]">View all your posts</a> |
#3
|
|||
|
|||
Mucho thanks Jolten -- that worked great!
|
#4
|
|||
|
|||
aint that built into vb3 by deafualt on the drop down menu inside your posts
FInd all Posts |
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
by clicking on your username in any of your posts m8
if you dont want to find a post that u have done then just click on your username on who`s online. |
#7
|
|||
|
|||
Lasto, again I don't want people to have to find their own posts or profile, just to be able to get a list of links to their own posts... kinda defeats the purpose don't ya think? My board is very busy, and people shouldn't have to dig through posts to get this info. It's handy to just click a link that says "My posts" and have a list come up. I also don't exactly think it's convenient or easily accessible to the lay-user to have to scroll to the bottom of the page, click on your name (to get to your profile) and then click on "find X's posts".
Either way, it's NOT currently a feature of 3.0.3. It's a simple template Mod to make it work in the "Quick Links" drop down. |
#8
|
|||
|
|||
I added this today, very nice. Of course my members are not happy with just this, they also want the ability to list just all the posts made in the last 24 hour period. Guess I could ask how to do this.
sigh. Life as a site admin can really suck sometimes. |
#9
|
|||
|
|||
Today's posts
Code:
<a href="search.php?do=getdaily">Today's Posts</a> |
#10
|
|||
|
|||
Thanks Jolten. I should know that.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|