The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
And this is where I begin to pull out my hair.
If the /block/ cmsarticle.php is not calling for avatars or profile pics then do I have to add custom php code to the php file? |
#12
|
||||
|
||||
Yes that would be what you need.
|
#13
|
||||
|
||||
Anyone else have any ideas?
Would it be this code I need to add to cmsarticles.php? " . ($this->registry->options['avatarenabled'] ? ",avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight" : "") . " --------------- Added [DATE]1388257076[/DATE] at [TIME]1388257076[/TIME] --------------- Might have found it Code:
$fetch_userinfo_options = ( FETCH_USERINFO_AVATAR | FETCH_USERINFO_LOCATION | FETCH_USERINFO_PROFILEPIC | FETCH_USERINFO_SIGPIC | FETCH_USERINFO_USERCSS | FETCH_USERINFO_ISFRIEND ); --------------- Added [DATE]1388258371[/DATE] at [TIME]1388258371[/TIME] --------------- Ok good news, I got it to call the default avatar, but its not pulling the custom profile pic. Making progress. |
2 благодарности(ей) от: | ||
CAG CheechDogg, evelynpriscilla |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|