The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Plugin Used By Multiple Skins - Minor Issue
I apologize for my beginner knowledge, however I am new to vBulletin and as such, also new to coding for vBulletin.
I have a plugin with the following code: PHP Code:
Thanks in advance. |
#2
|
||||
|
||||
you can access the misc directory of any skin using the $stylevar[imgdir_misc]. so put three the noavatar gifs in the three misc folders and change the url in the plugin to:
Code:
$this->post['avatarurl'] = "$stylevar[imgdir_misc]/noavatar.gif"; |
#3
|
|||
|
|||
Thanks for your help, sunilvarma. I took what you said and even pushed the plugin one step further.
After your response, I read through the stylevars vBulletin documentation and it provided a lot of insight. I guess it's definitely a worth while read for those new to the world of vBulletin coding. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|