The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Profile Adjustment
How would i be able to track how many threads the user has started and show this information in the members profile
|
#2
|
|||
|
|||
not sure if there is a hack for it... but you'd have to probably make a few file alterations if you wanted to acquire this effect... i could try something if it already hasn't been done?
g-force2k2 |
#3
|
|||
|
|||
I haven't found anything for this apart from the Top Thread Starter thats all
yea please do this thanks |
#4
|
|||
|
|||
Okay i'll go check into it now
g-force2k2 |
#5
|
|||
|
|||
Step 1 -
[ Query to Run ] ALTER TABLE user ADD threads int(10) NOT NULL DEFAULT '0' Step 2 - [ newthread.php ] Find: PHP Code:
PHP Code:
[ Template Edit ] open postbit template find: $post[posts] after it add: <br>Thread Count: $post[threads] It isn't a perfect thing but it should get what you wanted to an extent g-force2k2 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|