Quote:
Originally Posted by mindhunter77
Why if i'm logged in I can't see that link =(
|
Its because that thread resides in a hidden forum that is visible to those who have over 100 installs of their mods. But anyway, I'll share the solution here:-
Look at file ./includes/class_profileblock.php, line 237
Find:-
PHP Code:
global $show, $vbphrase, $stylevar, $vbcollapse;
Modify:-
PHP Code:
global $show, $vbphrase, $stylevar, $vbcollapse, $template_hook;
Quote:
Originally Posted by Lynne
Yes, I think it may be a bug. I'm also not sure it's been reported if it's still there (what version are you running? I was testing on 3.7.0 beta 2 which is what my test board is running.)
|
I am running latest 3.7.3 pl1.
okk.. its already been reported and they provide a solution for it.
http://www.vbulletin.com/forum/proje...?issueid=25495
so the final solution that works for me is to put my code in
member_profileblock_fetch_unwrapped hook.
Thanks