Disable avatar image upload option in Convergence 1u3

I would like to be able for users to have avatar images (populated by Administrators) from within Convergence 1u3 but I do not want to allow user's to be able to upload their own image. Is it possible to disable the "Upload new avatar" and "Restore default avatar" menu items? Please note that we will be blocking external access to our IM servers to prevent users from using XMPP IM clients (i.e. Pidgin), thereby allowing them to use their own avatar images that way.
Thanks,
Jim

jbuitt wrote:
I would like to be able for users to have avatar images (populated by Administrators) from within Convergence 1u3 but I do not want to allow user's to be able to upload their own image. Is it possible to disable the "Upload new avatar" and "Restore default avatar" menu items?You can achieve this using the following customisation:
<app_server_base>/domains/domain1/docroot/iwc_static/c11n/allDomain/js/widget/IMContacts.js
dojo.provide("c11n.allDomain.js.widget.IMContacts");
dojo.require("iwc.widget.IMContacts");
dojo.declare("iwc.widget.IMContacts",
        iwc.widget.IMContacts,
                // Remove the mouse-over add-image icon
                postCreate: function() {
                        this.inherited(arguments);
                        this.connect(this.avatarWrapper, "onmouseover", function(evt){
                                dojo.removeClass(this.avatarWrapper, "IMAvatar_addImage");
                // Disable the upload/restore avatar popup
                onClickUserAvatar: function() {
                        console.debug("c11n: Avatar upload/modification functionality disabled");
                last: ""
);Add the following to <app_server_base>/domains/domain1/docroot/iwc_static/c11n/allDomain/js/customize.js
// Remove the ability to upload/change the avatar
dojo.require("c11n.allDomain.js.widget.IMContacts");Regards,
Shane.

Similar Messages

  • How to remove the "Subscribe to folder" option in Convergence 1u3

    It is my understanding that there is a known bug in Messaging Server 7 which doesn't allow you to share folders across different message store hosts. We currently have a Comm Suite 7 set up with 4 multiplexors and 4 mail back ends, so this is like to crop up from within Convergence. Because of this, I would like to remove the menu option to subscribe to a folder from with the MailNavigator widget, I know that you need to add a line to:
    <app_server_docroot>/iwc_static/c11n/allDomain/js/customize.jsand then create the referenced js file, but I am unsure what code to put in it.
    Thanks!
    Jim
    Edited by: jbuitt on Feb 4, 2010 9:03 AM

    jbuitt wrote:
    kellyc wrote:
    Were distributed shared folder configured properly?
    If you telnet to port 143, login as the user (or log in as admin and proxyauth to the user), does LIST list all the shared folders?
    See [To Set Up Distributed Shared Folders|http://wikis.sun.com/display/CommSuite/Managing+Shared+Folders#ManagingSharedFolders-ToEnableorDisableListingofSharedFolders] in the Admin Guide.
    Edited by: kellyc on Feb 4, 2010 1:00 PMWow, totally missed that distributed folders doc, thanks for pointing it out! :) Implemented that and now when I telnet to port 143, I see the shared folder on the other mail store host:
    telnet mail.host.com 143
    Trying 1.2.3.4...
    Connected to mail.host.com.
    Escape character is '^]'.
    * OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS AUTH=PLAIN STARTTLS] Messaging Multiplexor (Sun Java(tm) System Messaging Server 7.3-11.01 (built Sep  1 2009))
    A1 LOGIN user1 XXXXXXX
    A1 OK User logged in
    A2 LIST "" "*"
    * LIST (\NoInferiors) "/" INBOX
    * LIST (\HasNoChildren) "/" folder1
    * LIST (\HasNoChildren) "/" folder2
    * LIST (\HasNoChildren) "/" folder3
    * LIST (\NoInferiors) "/" "Shared Folders/User/user2/folder4"
    A2 OK Completed
    A3 LOGOUT
    * BYE LOGOUT received
    A3 OK Completed
    Connection closed by foreign host.However, when I go to shared folders in Convergence, it still doesn't show up. Is there something else I need to do?
    Thanks,
    JimOk, got my shared folders working but I still have to disable the feature because of a policy coming from higher up. Can somebody please provide the code to disable the "Subscribe to Folder" menu item?
    Also, I just noticed that the "Sharing" tab in the Folder Properties window should also be removed to have the desired effect.
    Thanks,
    Jim
    Edited by: jbuitt on Mar 12, 2010 2:43 PM

  • No direct image upload option?

    why can't I upload images direct in the post and have to use external storage like flickr?
    in my message box headder I can't spot an to upload or an option to get an advanced meu
    to manage attaches like e.g. in the Toshiba forum.
    nor do I have an option in My Settings  to create an album although otherwise stated here:
    https://forums.lenovo.com/t5/help/faqpage/faq-cate​gory-id/images2
    Damian

    The help file you linked to is unfortunately a "stock" one from Lithium which we are trying to get altered.
    In these forums newer users aren't able to upload pictures directly; depending upon rank the ability becomes available.  If you don't have the insert picture button in your toolbar you can always host pictures externally and link to them from your post.
     About Posting Pictures In The Forums
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Image Upload option for Form within Muse CC

    Hi, Rohit776 suggested I post this question here for a feature in Muse:
    Hi,
    Im building a website via Muse and BC for a movie star client who has images of herself tattooed by ardent fans. Basically, the website is a gallery for fans showcasing the very best in inked images of herself on their skin. On the contact form in Muse, I'd like to add an option somewhere for the client to upload an image of their own tattoo to be included in the gallery (which will be added/edited manually in PS).
    Is this possible without too much xtra code? Or, will I need a single page where folks can upload their image to us which will include some sort of widget? I'd like to be able to manage it though without giving out an email address if possible?
    Any help most appreciated.
    Cheers
    [edit] And here is the original discussion with Rohit's great advice and my completion using FormsCentral. Re: Is it possible to add an 'Upload Image' option to a form in Muse CC 2014

    Hi Rohit, thank you for that.
    I do have a FormsCentral account and notice on a tutorial I found on AdobeTV, that you can specify file types. This is something I'd like to be able to do as they will be images so PSD, png, jpg etc. But just looking over on BC I see that you can add 'Attach File 250mb limit' to a form (as you advised) but I can't see where you can limit to type? Is it in there?
    Finally, will the image be uploaded to the BC server-side (if I use BC form creation method and not FormsCentral) in some type of assets folder or, will the form simply send any clients uploaded images to the specified email account within the form?
    Whoops, final finally: Do you think that it is better to use FormsCentral for this or BC? I want the page to be customised so the form sits on some b-ground artwork. The client has a famous image where she is holding a burning card invite. I have already used this and overlaid a contact form in Muse which has worked really well, so I want to create a (hidden from menu) uploaded page looking exactly the same and this page will be linked directly from the other Contact page, driving any fans there who wish to then upload an image rather than just send a general contact. I hope that makes sense?
    I guess what Im trying to find out is wether FormsCentral data gets fed back to BC in the same way a BC-created form would be seen in the dashboard area.
    Thanks Rohit

  • Safari web-browser file/image upload - How to disable/hide 'Photo library option'

    I am using IPAD Air and want to disable Photo Library option from file/image upload (choose file HTML controls).
    In short click photo from camera and then upload using safari browser only no other option require to upload file.
    Is there any way to disable "Photo Library" option while doing camera click & upload and allow upload from camera only?
    Thanks in advance

    Hi Poovi,
    You can try below js code in your master page. It may help you.
    Note : you have to replace GUID in below code with GUID of your document library.
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"
    type="text/javascript"></
    script>
    <script type="text/javascript">
        $(document).ready( function () {
            if (location.href.indexOf('F0023430-B616-455F-9045-3ERT59713456') >= 0) {    // you must need to change GUID of your lib here    
                $("label:contains('Add as a new version to existing files')").prev('input').hide();
                $("label:contains('Add as a new version to existing files')").hide();
    </script>
    Thanks, Please mark it as an answer if it helps.

  • How do I add image upload to web app edit template?

    How do I add image upload to web app edit template. When creating fields I am selecting image from the field type. But the only way to upload and image is when I create the web app item within the admin. The option to upload an image is not available when the user submit web form opens.
    Wont send any of these questions through this email anymore but really needed assistance.
    Thanks,
    Gordon

    On the Details tab of the Web App setup, under Web App Item Options; have you ticked "Allow File Upload" and specified a Default Upload Folder?

  • Multiple Image Uploading Question

    Please forgive my ignorance here but I saw the question on multiple image uploading and this is something i have been trying to do for a few days now without any success.
    I am using CS3 with ADDT and PHP
    I want to allow my users to be able to upload say 5 pictures at a time, each user has multiple photo albums the names of which are stored in mysql table, the image name is stored in a different table with a reference to the album id.
    So, I assume that i put an insert record on the page, I followed the usual process used to have a single image upload and thought it would give me or add the extra file field options on the form when telling the multi upload to allow 5 images to be uploaded, not the case. Do i have to create a form on the page first with 5 file fields or am i just missing the plot here.
    Sorry if this is just something that seems simple but i just don't seem to be able to get it to work at all. I have no working example to look over and have serach google to see if there are any tutorials for doing this but can't find any at all.
    Thank you in advance of any help and guidance given
    Regards
    Ray

    Hi Günter
    Thank you for your reply and also for the great tutorial site you run which has helped me quite a lot with several things.
    ok, so i am maybe a little confused here, so what is the multiple image uploader for if not for uploading multiple images, and how does it give you the option to select more than one file or is it that you can't use it when inserting the image file into a database?
    Please forgive my ignornace again, i can see when i have tried using the multiple image upload thatit puts a text link called upload, what is that for because it doesn't seem to do anything on the page i have tried it on?
    Kind Regards
    Ray

  • Can you move a 'Multiple Image Upload' button  into the 'Update Form'?

    I am able to creat and an Update form and an image upload using the "Update Form Wizard" tool and the "Multiple Image Upload" tool succesfully.
    <br />
    <br />The problem comes when I try to move the "UPLOAD" button inside the Update form. Right now it looks like this:
    <br />http://www.webritesolutions.com/Test/upload/now.JPG
    <br />
    <br />This is how I would like it to show:
    <br />http://www.webritesolutions.com/Test/upload/tryingto.JPG
    <br />
    <br />I want to "Upload" button to go next to the "Update record" button. When I do this I get a javascript error and the "Update record" button is disabled.
    <br />Here is the code of what I tried to do:
    <br />
    <br />
    <br />
    <br />
    <br />
    <table>
    <tr class="KT_buttons">
    <td>
    <?php<br />        // Multiple Upload Helper<br /> echo $muploadHelper->Execute();<br /> ?>
    </td>
    <td colspan="1">
    <input type="submit" name="KT_Update1" id="KT_Update1" value="Update record" />
    <br /></td>
    </tr>
    </table>
    <br />
    <br />Here is the Javascript error:
    <br />http://www.webritesolutions.com/Test/upload/error.JPG
    <br />
    <br />thanks for your help.

    A control can only appear once in the visual tree. So you have to remove it from the Grid before you can add it to the DockPanel.
    This code will move the Border element from the Grid to the DockPanel when you click the button:
    Private Sub Button_Click(sender As Object, e As RoutedEventArgs)
    Dim border = CType(LayoutRoot.FindName("myborder"), Border)
    LayoutRoot.Children.Remove(border)
    contain.Children.Add(border)
    End Sub
    <StackPanel>
    <Grid x:Name="LayoutRoot">
    <Border x:Name="myborder" BorderBrush="Black" BorderThickness="2">
    <TextBlock>...</TextBlock>
    </Border>
    </Grid>
    <DockPanel x:Name="contain" Background="Yellow">
    <TextBlock>2</TextBlock>
    </DockPanel>
    <Button Click="Button_Click" Content="Move"/>
    </StackPanel>
    You can try it for yourself. But please post your code as formatted text and not as embedded images if you want anyone to be able to reproduce your issue and help you in the future.
    Please remember to close your threads by marking helpful posts as answer.

  • ADDT multi image upload leads to Fake Record error???

    Rather than using a Wizard to create a multi image upload (which wasn't
    work!), I created an insert record page, and then created an "upload &
    resize image" file action on each of three fields:
    Thumb
    ItemImage
    LargeImage
    I designated these fields as file fields in the Insert Record setup, even
    though they are text fields because that allows a browse button to be added.
    I then added the Upload and Resize action on each of those fields and there
    is a place to store the image name in the fields for Thumb, Large, etc.
    It appears to be correct, but I got this error when trying to load the page:
    Error:
    Internal error.
    Developer Details:
    tNG_fields.getFakeRecordset:
    SQL error: Error creating temporary table:
    Table 'KT_fakeRS_20080918' already exists <<<<<<<<<<<<!!!!
    SQL:
    CREATE TEMPORARY TABLE KT_fakeRS_20080918 (LargeImage TEXT, ItemName TEXT,
    ItemShortDesc TEXT, ItemLongDesc TEXT, ItemCatID TEXT, LHJ_Number TEXT,
    ItemType TEXT, BrandName TEXT, ItemQuantity TEXT, Price TEXT, ItemThumb
    TEXT, ItemImage TEXT, catID TEXT) (FIELDS_FAKE_RS_ERROR)
    tNG Execution Trace - VIEW
    tNG_insert.executeTransaction
    STARTER.Trigger_Default_Starter
    tNG_insert.getRecordset
    tNG_insert.getLocalRecordset
    tNG_insert.getFakeRecordset*
    Why does this table exist? Is there some duplication in the ADDT code when
    adding Upload actions to an existing Insert Record set?
    Jeff
    Jeff
    ~~~~~~~~~~~~
    Jefferis Peterson, Pres.
    Web Design and Marketing
    http://www.PetersonSales.com

    On 9/19/08 7:05 PM, in article C4F94626.7F2EF%[email protected],<br />"Jefferis Peterson" <[email protected]> wrote:<br /><br />> <br />> Okay, I'm having a problem here. ItemThumb is a text field that stores the<br />> name of the gif or jpg file.<br />> <br />> I have 3 upload file fields  (large, medium, thumb) which are supposed to<br />> store their values (file names??) in the text fields, and I have set  the<br />> ItemThumb to receive its value on insert from the file field.<br />> There seems to be a duplication of field insertion requirements here, so I'm<br />> not sure what to make of the problem, but if I remove the text fields from<br />> the insert transaction, there is no option to store their names in those<br />> fields in the file upload dialog box....<br />> <br />> What is odd is that I'm not getting that error on the medium image text file<br />> even thought it is setup exactly the same as the thumb text...<br />> Jeff <br />> <br />> ~~~~~~~~~~~~<br /><br />After checking the database online, it is adding the information to all the<br />file fields but it is not uploading the images to the directories... Not<br />sure what the reason for the error is...<br />~~~~~~~~~~~~<br />Jefferis Peterson, Pres.<br />Web Design and Marketing<br />http://www.PetersonSales.com

  • Image Upload and Resize Trigger Order Question

    Hello All,
    I do enjoy and like using the ADDT, however I do have a problem with the Image Upload and Resize trigger.
    I understand that this trigger is of the AFTER type, and as such, the insert record I have on the page is implemented first and the data is inserted into the table, then images uploaded provided they are smaller than 200 kB in size.
    However, as I have a field that is unique in the database, if the upload fails I am unable to upload any files which are under the size and put that information into the database, as there is already a record with the unique value.
    Is there an easy way to work around this by trying to capture the error before the data is inserted into the database?
    An idea I have is to: check the unique field with the value to be inserted, if fails, change unique value -> nothing inserted yet, no files uploaded.
    If the unique check passes, insert remaining data and trigger the upload and resize image trigger, once that is complete, have an update of the table to update with the unique value.
    I can see the above working, (I think), but I just have to write the code to implement the idea.
    I am not sure how to use the roll-back triggers either, if the Upload Image trigger fails, to remove the inserted record.  But if I can manage the roll-back trigger to remove the record, that is an option to consider for what I want to achieve.
    Thanks to any help people can provide.
    Cheers,
    Ian.

    Thank you for your reply.
    I have a work-around, I have split the forms over two pages, rather than put everything on one page - which introduced another issue, to which I have made a work-around of sorts too.
    The two forms, on different pages, is probably a better idea in terms of better management of data input. The work-around was a Header redirect based on a form variable, as, if I used a Custom Trigger to dynamically generate a new URL, it generated an escaped-encoded URL - to which I have not figured out how to fix.
    So, in the meantime, it works, so I will settle for that at the moment.
    Again, thanks for you reply.
    Ian.

  • Image upload directory or server

    I want to upload imges file into directory and want to use
    for Database. I could not get any option in the Form of Dreamweaver
    for image uploading.
    please help me

    Dreamweaver does not come with any file upload scripts. You
    need to either create the script yourself or locate one on the web
    appropriate for the scripting language you are using.

  • Image upload through Portals?

    Hi All,
    I have a image field in my table and integrated with portals...I can able to see the existed images in the iviews, but I can't able to upload a image from portals.
    I didn't find any attachment button next to image value, please let me know how can I can add images through portals...
    Regards,
    Pooja

    This seems odd.... don't you get any options as to enable the image upload? Try looking at the iview properties, as where you set up the size, heigth etc, instead of the options given on the iView wizard.
    for instance, add the iview to a page. Open the page for edition and click on the iView to select it. Click on properties and on the right you should see them. Do you get anything useful there?
    I am currently using SP04 but I assisted to the SP5 webex presentation, and is stated there that this feature is in place
    Regards
    Alejandro

  • Multiple File & Image uploads with Developers Toolbox

    I am considering purchasing the Developers Toolbox if it will
    save me some time. The online information isn't very detailed and I
    am curious if it has the capabilities of handling multiple image
    uploads. For instance I'm building a news page where a news article
    will contain more than one image. Is this beyond the scope of the
    Developers Toolbox or am I better just hand coding?

    multiple image upload
    (with optional resizing) and file upload features are
    available in ADDT when using the PHP_MySQL server model -- without
    hand coding.

  • Image Upload with overwrite renaming

    Hi
    I wonder whether anyone can help, I have created an image upload page and want to edit the images in the albums I have created. I want to overwrite the image files and not rename them. Is this possible or do I need to create an update page? If so what would be the best way to go about this? I have tried to create an update page but it doesn't seem to work.
    Im using PHP/MYSQL
    Cheers

    Hi Sarah,
    ADDT has a "Delete File" behaviour
    (under "File Upload") -- as the Image Upload feature doesn´t provide an "overwrite if exists" option, I guess you´ll have to figure out a tailor-made chain of actions first, like...
    1. if the "filename" column of your table is not empty
    (means, an image has been uploaded)...
    2. then apply the "Delete File" behaviour and delete it.
    3. afterwards proceed to the "Image Upload" page and upload the image in question once again
    Would this approach make any sense ? ;-)
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Image upload functionality - SharePoint 2013 OOB

    Hello Everyone
    How can i achieve Image upload functionality  in SharePoint 2013 OOB feature ?
    Regards
    Prashanth
    SharePoint Administrator

    either you can provide a link to asset library from home page  to upload images or directly add the asset listview web part to the page to provide the upload option and view. You can check below links for more details about asset library.
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2013/02/21/how-to-use-asset-library-in-sharepoint-2013.aspx
    https://www.nothingbutsharepoint.com/sites/eusp/pages/sharepoint-asset-library.aspx
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

Maybe you are looking for

  • Error -1950678991 saving LV8.2 library of shared variables

    I used to be able to programmatically save my library of shared variables using "ProcessToLib.vi" (set to Process mode) after changing properties of some or all variables.  Now, and I don't know what has changed, I get this error: Error -1950678991 o

  • IMac G5 Airport Dead

    I have an iMac G5 that connects to the internet using an Airport Extreme (11G) router. this morning, the computer was showing that it was connected to our SSID, but I was unable to access the internet at all. Cycling the G5 airport on and off had no

  • Premiere Elements 8 "Could not connect to remote server" when sharing to YouTube

    I'm trying to share my Adobe Premiere Elements 8 video to YouTube through the task panel, but I get a "Could not connect to remote server" message. My computer is connected to the Internet. I notice at the bottom of the message there is "Open the Ope

  • HT204074 Manage Devices missing?

    Hello, I read this article: http://support.apple.com/kb/HT4627 I would like to remove an associated device from an Apple ID I am using iTunes 11.0.2.26 I can't find the option "Manage Devices" Please advice. Thanks. Regarde, Sethide

  • 350wgb stops responding

    I have a location where I am using a WGB350 going to an ATA186 then into a standard 2500 series telephone. Everyday the WGB will stop replying to pings, snmp requests, etc. It almost seems like it has lost power or connection. This will go on for hou