I'm almost certain it will need a product/plugin or editing of the files. Why don't you want to use a plugin?
 
The hook will use one of these

{vb:raw template_hook.postbit_userinfo_left}
{vb:raw template_hook.postbit_userinfo_right_after_posts}

They are getting cluttered as it is and would like to move it further down my postbit like you can with post count.
 
The plugin had a template which I was able to comment out and use the code elsewhere in my postbit.

Now how do I make them clickable like blogs where the count or number will link you to it.

eg:

<dt>{vb:rawphrase blog_entries}</dt><dd><a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></dd>
 
Basically your post count is 398 and by clicking it I would get a search return on your posts.

This is the syntax for posts

<a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&contenttype=vBForum_Post&showposts=1"></a>

And threads is

<a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&contenttype=vBForum_Post&starteronly=1"></a>



Error <lol>

Please add more constraints to your search. Searches that return all or most of the database are a bad idea.


This code is taken from memberinfo template, but to add it to your posts it needs to know what user has posted this to be able to make an accurate return.
 
Back
Top