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: How can i translate this?
look in the locale folder of the YAGA app. applications/yaga/locale clone the en-CA folder and give it a new name based on your locale name here's a tutorial how to determine the folder name you need… (View Post)3 -
Re: mobile reverts to default theme?
no its the same in 2.0.x older versions. also depends on the mobile device how it shows up as well. http://vanillaforums.org/discussion/26490/tutorial-how-to-create-a-new-mobile-theme boootstrap them… (View Post)2 -
Re: works with self-hosted version?
Yes, numerous people do it. search the discussions on this forum which is the open-source community forum for non-hosted users. http://vanillaforums.org/discussions (View Post)1 -
Re: view Resolved/Unresolved all members; members can Rsolve their own topics
part one. /** * Show Unresolved meta tag. */ public function Base_BeforeDiscussionMeta_Handler($Sender, $Args) { $Resolved = GetValue('Resolved', GetValue('Discussion', $Args)); // if (CheckPermissio… (View Post)1 -
Re: Forum Signin returns nothing on clicking
if you have a problem with signin popups, go to a full page you may want to try adding conf/config.php $Configuration['Garden']['SignIn']['Popup'] = FALSE; tested and works with bootstrap. (View Post)1