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: Image Upload Orientation Changer
@marthajane77 An alternate idea.... AFTER IMAGE IS UPLOADED inline (not for attachments) a user could click on image to rotate by 90 degrees. you could do something with jquery. * 1 download this cod… (View Post)2 -
Re: Image Upload Orientation Changer
correct the viewer has the influence by clicking to view the orientation after upload. //for mouse click var value = 0 $( ".Item img" ).live( "click", function() { value +=90; $(t… (View Post)1 -
Re: Image Upload Orientation Changer
@marthajane77 your link for transform and css proved easiest. ok tagged it as insightful :) and once again http://vanillaforums.org/discussion/comment/193045/#Comment_193045 alot simpler just doing 6… (View Post)1 -
possible changes to make in work in vanilla 2.1 and 2.0.18.x and does NOT require php 5.4
FirstRow(DATASET_TYPE_ARRAY)['Gender']; // will only work in php 5.4 as far as I can guess change from function DiscussionController_BeforeCommentMeta_Handler($Sender) { $UserID = $Sender-&… (View Post)2 -
Re: New discussions without content
http://vanillaforums.org/discussion/comment/189479/#Comment_189479 (View Post)1
