Best Of
Re: Flagging plugin translation
@ytadvisors said:I think you are talking about GitHub.
Perhaps not.
actually he talking about the whole idea of transifexes and translations that are missing. concerning core plugins.
- what is the standard
- meaning is lack of translations in transifex that relate to core plugins an oversight or purposeful
- and he is seeking guidance from @Todd I believe.
Excellent question that needs clarification.
Re: Symbol Edit "User not found"
I run 2.2
from the announcement.
Vanilla 2.2 beta 1 can now be downloaded. It requires PHP 5.3* and is NOT recommended for production environments or non-developers.
you have given the quintessential reason why it is not a good idea to run beta versions of software live especially if you are not a Developer. it becomes alot of chatter from people running test versions of products without the skills to solve there own problems when using addons that are not updated for 2.2 (because volunteer developers don't want to chase a moving BETA target).
Most people recognize this problem, some don't,
Phreak, Have you updated all your themes on this forum to work with vanilla 2.1 ? and do they use vanilla 2.1 views or are they still vanilla 2.0.x
http://vanillaforums.org/discussion/comment/198723#Comment_198723
Re: Some adjustments to more clearly see Ask a Question in Q & A 1.2.1 (new discussion button).
Problem solved here using the copy paste steps, thank you
Re: Allow users to create/view own thread but no one elses within a category?
I now have fixed osTicket on my own server. If you would like to take a look, here is basically your default setup.
http://yourtechadvisors.com/tickets
Re: 404 Not Found Error
dhana said: what should I do next?
are you using vanilla 2.2.x? you posted in vanilla 2.2 category.
if you post ambiguous things, you get ambiguous answers.
vanilla 2.2.x has its own set of issues distinct from vanilla 2.1.11
I would start over and download 2.1.11 - if you are not familiar with 2.2 and not testing.
then post in a new discussion in vanilla 2.1 category if you still have problems.
determine whether you are using apache or nginx (ask host)
determine what os your server is, are you in control of server?, what provider.
then post your .htaccess
and config.php (with sensitive passwords, salts, hashes etc removed).
Re: ImageUpload: Doesn't work on iPhone UNLESS it's a PNG
OK, I think I fixed it. Open imageupload.js and on line 12, change:{title : "Image files", extensions : "jpg,gif,png"}
to {title : "Image files", extensions : "jpeg,jpg,gif,png"}
@whu606 try this out and let me know if it works for you.
Images are rotated when resized
Hi,
I'm using the wonderful ImageUpload on 2.1.6, and some images are getting turned sideways or upside-down after uploading. I've been sorting through the plugin and core image upload code, and nothing is popping out at me (I am a PHP developer but pretty new to VF in particular). Is this just the flakiness of exif tags on different camera devices, or have you seen/heard of this before?
Re: ImageUpload: Doesn't work on iPhone UNLESS it's a PNG
I can confirm this issue.
My i-Users had been having problems, and I've just asked some of them to test upload a PNG and a JPG.
PNG went fine, but no luck with the JPG.
AfaIk there were no problems with iOS 8, so I think it is an iOS9 issue.
MyProfile: Call to undefined function Email()
Found this repeatedly in the error_log: [29-Sep-2015 17:17:26 UTC] PHP Fatal error: Call to undefined function Email() in /home/mysite/public_html/plugins/MyProfile/views/view.php on line 81
I simply commented out the line, but would be nice to fix. Is Email() an old vanilla function that was deprecated? If so what took its place?
Re: 404 not found error when clicking messages
http://vanillaforums.org/discussion/25552/tutorial-diagnose-page-not-found-404-errors
http://vanillaforums.org/discussion/comment/220157/#Comment_220157
http://vanillaforums.org/discussion/28420/FAQ/p1
update messages
ambiguity could be mitigated with a better explanation.
there are 4 or more types of messages (messages, conversation messages, comments, discussions, and notification messages)
update means what? edit add delete, update structure?