
11-29-2008, 10:26 PM
|
|
|
Join Date: Sep 2005
Posts: 1,160
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by radmoose
Also, the plug-in looks for the "home" url and on my system that is the root URL and not hte subdirectory that the forum is located in, so I made this one change.
If you already installed it and the avatars are not showing up, in the Plug-In section of vBulletin, "Header: Add Woopra Javascript", edit "parse_templates" and add "forum" or the subdirectory your forum is in before /image.php as seen below.
PHP Code:
$woopra_avatar_url = $woopra_homeurl . "forum/image.php?u=" . $vbulletin->userinfo['userid'];
|
I have no idea what you are saying here... I dont think image.php works for this if you draw your avatars from files instead of the database.
|