peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: logo images not displayed
try if ($Logo) { $Info = Img('/plugins/UserAgent/logos/' .$Logo, array('alt' => htmlspecialchars($Browser))); } else { $Info = htmlspecialchars($Browser); } or if ($Logo) { $Info = Img('plugins/Us… (View Post)1 -
Re: I want to switch from bbpress to Vanilla, need help!
If it were me I would start fresh, instead of converting, since it is only a week old. And you want have to worry about any conversion issues that could arise. you can check out porter if you decide … (View Post)2 -
Re: Thumbnails do not appear when using FileUpload
dnigrin, thank you for the donation for troubleshooting and workaround. I don't know exactly what created the problem. I don't know IIS. the op said enabling rewrite of urls in config.php seemed to c… (View Post)1 -
Re: Profile pic size help
right click over picture in profile, copy link and see where the image link is. or copy image location and paste it into browser. an easy way to see where image is located. or once again use your web… (View Post)1 -
Re: Profile pic size help
make the config change and upload a new pic and see if it fixes it. the config change only affects new uploads i believe. thumbnails already created will keep their original size. and therefore "… (View Post)1