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 to add a title above the 2nd box in the this discussion form ?
@Maddox you would need to write yourself a plugin that adds a field in the database, change the view, etc. etc. not for the faint-hearted, unless you have some coding skills. (View Post)2 -
Re: How to add a title above the 2nd box in the this discussion form ?
the proper way would be to: * use the event before bodyinput to insert text. in your themehooks or create a plugin ============ * alternatively you could modify your theme views copyapplications/vani… (View Post)4 -
Re: How can I localise/translate Vanilla easily?*
you could also try testing ... put this in turkishtest.php <?phpsetlocale(LC_ALL, "tr_TR.utf8");echo setlocale(LC_ALL, 0); and post the results if the results show tr_TR.utf8 then try th… (View Post)1 -
Re: Error : Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')'*
disable the add-ons one by one by removing them from your conf/config.php you will see in config.php // EnabledPlugins $Configuration['EnabledPlugins'] .... $Configuration['EnabledPlug… (View Post)2 -
Re: Error : Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')'*
fix the syntax error in the code you were trying to modify. (View Post)1
