The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
Would you mind posting out what you ended up doing step by step? I tried following the various posts above, but I'm easily confused.
![]() |
#12
|
||||
|
||||
![]()
I would appreciate this too. What did you do to get it to work?
|
#13
|
|||
|
|||
![]()
Like wise
|
#14
|
|||
|
|||
![]()
Anybody tried to make this as a Plugin for 3.5.x ?
|
#15
|
|||
|
|||
![]()
Wow, can't believe how easy this is (vB 3.5.4)!
Add a PLUG-IN with HOOK LOCATION showthread_query and the following code: Code:
$hook_query_fields = ",customprofilepic.dateline AS profilepicdateline"; $hook_query_joins = "LEFT JOIN " . TABLE_PREFIX . "customprofilepic AS customprofilepic ON(customprofilepic.userid = post.userid)"; Code:
<if condition="$post['profilepicdateline']"> <img src="image.php?u=$post[userid]&dateline=$post[profilepicdateline]&type=profile"> </if> |
#16
|
||||
|
||||
![]()
Thank you riverpoet, this work nice in 3.6.4
![]() |
#17
|
||||
|
||||
![]()
Thanks riverpoet! Works like a charm in 3.6.4.
|
#18
|
||||
|
||||
![]()
Question, they don't show up when quick replying, at least not until you hit refresh. Any ideas on how to do this?
|
#19
|
|||
|
|||
![]()
anyone try this with 3.7 yet?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|