View Full Version : How do I show
nedo_a
06-25-2006, 04:20 PM
Location, Member ID, Posts, Threads like in atachh image
Guest190829
06-25-2006, 04:27 PM
This article should help you out:
https://vborg.vbsupport.ru/showthread.php?t=118896
nedo_a
06-25-2006, 04:41 PM
thx, but i dont understand realy how to do, can you help me or send me on pm instructons
Guest190829
06-25-2006, 04:42 PM
What don't you understand? I will give you more detailed instructions on the parts you need clarification on. :)
nedo_a
06-25-2006, 04:46 PM
on image is shown Posts:2146 , but its linked and when you click on that it is openin all posts of user, and that is with treads and member ID, take a look on image
GaryP
06-25-2006, 04:46 PM
try setting vboptions > style and language settings > use legacy postbit to YES
nedo_a
06-25-2006, 04:54 PM
try setting vboptions > style and language settings > use legacy postbit to YES
no it is not that. take a look on image and you will see Posts:2144, but when you click on that number its opening Posts Made By:, and that is in public profile Find all posts by. my english is not good so...
Guest190829
06-25-2006, 05:01 PM
For that try:
Template: postbit :
Find:
$post[posts]
Replace With:
<a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]"> $post[posts] </a>
nedo_a
06-25-2006, 05:06 PM
For that try:
Template: postbit :
Find:
$post[posts]
Replace With:
<a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]"> $post[posts] </a>
no it is not working
Guest190829
06-25-2006, 05:10 PM
Can you be more specific? Are you using the postbit or postbit legacy template?
nedo_a
06-25-2006, 05:11 PM
postbit
Guest190829
06-25-2006, 05:16 PM
And you edited the postbit template? I just tested the code and it does what I think you are asking for....
nedo_a
06-25-2006, 05:19 PM
And you edited the postbit template? I just tested the code and it does what I think you are asking for....
it doesnt work on my forum.
http://forum.abdagic.net/showthread.php?p=1783#post1783
Guest190829
06-25-2006, 05:20 PM
it doesnt work on my forum.
http://forum.abdagic.net/showthread.php?p=1783#post1783
The above forum is using Postbit Legacy, so you have to edit the postbit_legacy template with the edits above.
nedo_a
06-25-2006, 05:22 PM
The above forum is using Postbit Legacy, so you have to edit the postbit_legacy template with the edits above.
again doesnt work, im sorry im boring you
Guest190829
06-25-2006, 05:28 PM
again doesnt work, im sorry im boring you
You are not boring me. :)
I'm just confused as to why it is not working for you. If you did the above template edit completely than it should be working.
nedo_a
06-25-2006, 05:30 PM
yes i did in postbit template and didnt work, then i did it in postbit_legacy and still doesnt work
Guest190829
06-25-2006, 05:36 PM
Are you doing it in the correct style? I would just double check that you are doing everything correctly. It is very odd that the edit is not being displayed.
nedo_a
06-25-2006, 05:39 PM
its working, wrong style. sorry. how can i do the rest modifications
Guest190829
06-25-2006, 05:41 PM
Okay that's good. What else do you want to do? It's hard to notice specifically with just the screen shot.
nedo_a
06-25-2006, 05:42 PM
Okay that's good. What else do you want to do? It's hard to notice specifically with just the screen shot.
same thing but for threads, and member ID
Guest190829
06-25-2006, 05:59 PM
For threads, that will involve more than a template modification. I'm not sure if there is a hack available that adds that functionality.
For Member Id:
Add the following to your postbit_legacy template:
$vbphrase[postbit_memberid]: <a href="member.php?$session[sessionurl]u=$post[userid]"> $post[userid] </a>
Then you add a phrase via the phrase manager called postbit_memberid with whatever text you want. Ex: "User Id"
GaryP
06-25-2006, 06:02 PM
<a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&userid=$post[userid]"> existing thread code goes here</a>
should work for threads
Guest190829
06-25-2006, 06:04 PM
<a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&userid=$post[userid]"> existing thread code goes here</a>
should work for threads
Yeah, getting the thread count is what would require more than a template modification though.
slappy
06-25-2006, 06:05 PM
There is a hack discussed and available here which uses a plug-in:
Thread Count in Postbit
https://vborg.vbsupport.ru/showthread.php?t=99603
In the Thread they also describe how to add a link to the Threads
One poster in that Thread noted: "Just a heads up here, this will add a query for each post on the page."
Might have an adverse effect on server load.
Regards,
Guest190829
06-25-2006, 06:07 PM
There is a hack discussed and available here which uses a plug-in:
Thread Count in Postbit
https://vborg.vbsupport.ru/showthread.php?t=99603
In the Thread they also describe how to add a link to the Threads
One poster in that Thread noted: "Just a heads up here, this will add a query for each post on the page."
Might have an adverse effect on server load.
Regards,
Yeah, that will definitely have a negative affect on anyone's server. I wouldn't use that modification.
nedo_a
06-25-2006, 06:11 PM
tnx its working
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.