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: Why is custom mobile theme not showing on dashboard.
'AuthorUrl' => 'http://www.my-site.com' should be 'AuthorUrl' => 'http://www.my-site.com', every field in the array needs a comma after it, except the last one if you omit a comma it stops read… (View Post)2 -
Re: 500 Error When creating new Discussion
since you disabled your plugins (but not htmllawed, which you should not) ... also auto draft can sometimes cause issues. did you make sure to turn off debug in in config.php after doing preliminary … (View Post)1 -
Re: Which editor is used on this forum?
$PluginInfo['editor'] = array( 'Name' => 'Advanced Editor', you are correct * the Name is Advanced Editor when debugging with firebug, etc - it will show files relating to "editor" and (… (View Post)1 -
Re: Which editor is used on this forum?
@whatsupbro you are welcome. no problem. thanks for responding. Always great to get a follow-up response when answering a question for someone in a post. Sometimes people ask question and don't respo… (View Post)1 -
Re: How To Only Have JS code on Home Page/Index Only?
so pockets alone will not work! * tpl option you either have to use a theme tpl mod that I suggested before. modification to your themes tpl {if ($BodyID =='vanilla_discussions_index')} {literal} <… (View Post)2