Human-friendly interface - allow users to customiz...

Hello,
Starting with the an error I found trying to update "Display" preferences. They seem udpated after I click "Save", but a message is displayed "An Unexpected Error has occurred".
Is it possible to make certain links to certain features be selected by the user? For example, the simplest way to reach private messages page is to try to send anyone a private message. Are there any shortcuts on the community page? If they are, please help me find them.
I do not know who invented such a clumsy UI at the ciommunity, but it's definitely worth remaking.
All the best,
Konstantin
Solved!
Go to Solution.

Hi Temmokan,
Is there something specific that you were updating within your preferences that caused the issue?
Also, for more information on community features, you may reference this FAQ page: http://community.skype.com/t5/help/faqpage 
Please feel free to let me know if you have any questions regarding the community.
- Larry
Skype Support Network Moderation Team

Similar Messages

  • How can I allow user to customize the functionality of program at runtime? (not using runtime code compilation)

    Using .NET Framework 4.0 what features are available that would allow to accomplish something very modular and user customizable, like depicted in this XML.  Where I define specific base operations like Get() and Put() methods that operate on strings. 
    And allow the user to add and remove those or mix and match them in a way that they basically design their own run time functionality that suits them.  So they just create their own 'Operation' and fill it with the operations they want to perform on some
    incoming data type, in this case it is a string - with substring and insert methods. 
    EDIT - Assuming end user is non programmer and Dynamic Code compilation is not an option.  I have an idea maybe using dynamic keyword, but not sure if it makes what i suggest possible.
    <Operation Name="GetValues">
      <Get id=123"  FromIndex="2" ToIndex="23"/>
      <Get id="234"  FromIndex="3" ToIndex="5"/>
       <Output Path="C:\" Filename="testOut.txt" Append="true">
         <Format>
              <Result id="123"/> , <Result id="234"/>
         </Format>
       </Output>
    </Operation>
    <Operation Name="InsertValue">
      <Put AtIndex="5">stringtoinsert</Put>
      <Put AtIndex="36">anotherstringtoinsert</Put>
    </Operation>

    Hi sjs1978,
    I am not familiar with dynamic code, and I made a research about it.
    >> I'm aware of dynamic code compilation, but that requires user to input pieces of code.
    Did you try to store the pieces of code into a file and call the code when the dynamic code compilation requires user to input code?
    In addition, I found links about using code provider to compile a source file, and the links below might be useful to you.
    # Dynamic Source Code Generation and Compilation
    https://msdn.microsoft.com/en-us/library/650ax5cx(v=vs.110).aspx
    # CSharpCodeProvider Class
    https://msdn.microsoft.com/en-us/library/microsoft.csharp.csharpcodeprovider(v=vs.110).aspx
    # Is it possible to dynamically compile and execute C# code fragments?
    http://stackoverflow.com/questions/826398/is-it-possible-to-dynamically-compile-and-execute-c-sharp-code-fragments
    Best Regards,
    Tony
    Help each other

  • How to develop a webpage that allows user to customize a Mr. potatohead

    Hello Gurus,
    I'd like to develop a webpage that takes a shell of Mr. Potatohead and allows the user  to change colors, add/remove face/body parts, add accessories, add clothes, etc.  Something like the following sites.
    http://www.customink.com/lab/?#shared
    This site offers several options like adding text and graphics.  All very cool.
    http://www.picassohead.com/create.html
    This site offers similar options to the site above, but seems to offer more tools/options.
    The user interface seems simple, but I have absolutely no idea as to where I should start on this project.  Is Dreamweaver the right tool for this sort of webpage?  I am a complete amateur who knows that Dreamweaver can be used to make websites, but I have no idea how to do any more than adding links, pics, and text to a webpage.
    I would appreciate any help to get me started on this project. Thanks.

    Why is flash dying out?
    Many of us never liked flash in the first place. It is bloated and has never served much of a practical purpose. Adobe is not going to support flash for mobile devices, which is an increasingly large market segment. If Flash disappeared, life on the internet would hardly notice. Flash has had a position in delivering video on the web, but there are other ways, including HTML5.
    You might want to explore jQuery, which is a javascript framework. It can often provide complete javascript code for various pruposes.

  • How to allow domain users to customize page Size in Adobe PDF printer.

    Hi all,
    I am not able to customize page size in Adobe PDF printer when I logged in with Domain user login. But I am able to Customize PDF printer in admin Login.
    I need a solution to allow Domain users to customize page size for Adobe PDF printer.
    Looking for a solution ASAP
    Regards
    Nagesh

    Oops, I misread your question, so I edited my response.

  • Build GUI as user friendly interface to jcard manager

    hi im a newbie to java cards and doing my final project with java card. I am using gemxpresso rad 3 jcard manager. I am trying to make a new GUI (to perform authenticate-upload-install-changePIN-select- and send APDU function) as user friendly interface for gemplus jcard manager. The GUI will write to java card. can anyone help me please?? :)

    thanks for the advice.. some people also give me the same advice. my question now is..how to install jcpsc 0.72 on windows platform? i am sorry if this question has been asked for million times..step by step plz... :) thanks so much

  • Anybody knows that how to Allowing user Customization at runtime for portle

    Anybody knows that how to Allowing user Customization at runtime for portlet.
    What i want is to let user Customization persist to the repository. (not session). bu tmy testing accodring the Jdev 11g guide shows not working for portlet..
    Any body knows how to do this for portlet ? Web center 11g
    thanks a lot.
    Wayne

    Hi Wayne,
    You can only save runtime customizations to the repository for the users present in jazn-data.xml file (If you are using file based security).
    You will have to do the following before you can start saving user customizations:
    1. Create Webcenter Template project.
    2. Apply ADF Security
    3. Use page-definition files for jspx pages.
    After this, whatever customizations you do, will be saved to persistence storage.
    Better would be to try this on server. Since, before deploying, you run the pre-deployment tool, which will take the MDS Repository path as an input and store all persistence storage there.
    If there is nothing in that location, you can be sure something is wrong and debug it.
    Hope that was helpful.
    Regards,
    Kunal Chheda.

  • Allowing user Customization at runtime for portlet

    Anybody knows that how to Allowing user Customization at runtime for portlet.
    What i want is to let user Customization persist to the repository. (not session). bu tmy testing accodring the Jdev 11g guide shows not working for portlet..
    Any body knows how to do this for portlet ? Web center 11g
    thanks a lot.
    Wayne

    Hi Wayne,
    You can only save runtime customizations to the repository for the users present in jazn-data.xml file (If you are using file based security).
    You will have to do the following before you can start saving user customizations:
    1. Create Webcenter Template project.
    2. Apply ADF Security
    3. Use page-definition files for jspx pages.
    After this, whatever customizations you do, will be saved to persistence storage.
    Better would be to try this on server. Since, before deploying, you run the pre-deployment tool, which will take the MDS Repository path as an input and store all persistence storage there.
    If there is nothing in that location, you can be sure something is wrong and debug it.
    Hope that was helpful.
    Regards,
    Kunal Chheda.

  • How to allow user to change SAP Portal password by themselves

    We would like to allow user to change SAP Portal password by themselves. However, I added role Manage_My_Password and Manage_My_Profile to a user account. After logoned with this user account and opened the option 'Personalize'. I only find the page allow me to customize the page layout. But I haven't find tab for changing profile and password.
    Pls advise.
    Thanks.
    Edward

    Hi Edwar,
    You can hide the pages from portal personalization workset. copy the workset and select the page and click on property -> select Invisible in Navigation Areas ->yes
    You can find the workset under
    Portal content->End user content->Standard Portal Users>Workset->Portal Personalization
    If you want a custom developed application fro change password see the below blog
    A Change Password Application
    Hope it helps
    Regards
    Santosh

  • Allow user to edit their own Address Book server entry

    Hiya.
    I'm looking for a way to let users edit their own information in the Address Book Server/Open directory. I've made sure the main group for users is in the AB Read-Write Groups group in WGM.
    I've even checked the box in Server Admin that says "Allow users to edit their own contact information", but after adding the account to an address book client and authenticating as a user (For example, myself), I can't edit my own contact info anywhere that will push to the server.
    Is there any way to do this?
    Thanks!

    You'd need to write a php script or something to interface with applescript…

  • Allow users to add content

    Hello All,
    Please can someone recommend a solution for me. I would like
    users of a hobby-website (that I have yet to build) to be able to
    add content directly onto the website.
    Ideally there will be a little box for users to leave a
    description, make a rating, or write a review, and have this
    publish automatically to the website.
    Ideally users would have to be registered to do this.
    I am not a database expert and will create the website in
    html using dreamweaver cs3.
    Is there a solution that will give me this functionality?
    This might also be useful to other users of this forum,
    perhaps.
    Thankyou, and looking forward to your responses,

    This is answered in here very frequently, but I am aware that
    the FuseTalk Web access has a ...limited... search feature. Still,
    I was curious and logged in to see if it works at all. Yep. I found
    3 threads quite easily.
    Subject: Content Management
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=189&threadid =1421649&highlight_key=y&keyword1=content
    Subject: Allow Users to add Content?
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=189&threadid =1421870&highlight_key=y&keyword1=content
    Subject: User friendly web page editing
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=189&threadid =1435890&highlight_key=y&keyword1=content
    The new forum scheduled to be up next week has an even better
    search feature. Hope you use it before falling asleep next time ;)

  • Allow users to manage and change Automatic Update settings

    Server SBS 2011 SP 1
    Couldn't find a thread that helped. Hoping to get some light on my situation.
    The client has users who they'd like to have full control of their client PCs Windows Automatic Updates. The users would like to go into Control Panel and check updates at will, set times for auto updates to their liking. I haven't found the appropriate
    GPO setting to allow users to change update settings. 
    Is that possible? Will creating an OU without a linked GPO and blocking inheritance provide the answer? 
    Thanks ALL! 

    Server SBS 2011 SP 1
    The client has users who they'd like to have full control of their client PCs Windows Automatic Updates. The users would like to go into Control Panel and check updates at will, set times for auto updates to their liking. I haven't found the appropriate
    GPO setting to allow users to change update settings. 
    Is that possible? Will creating an OU without a linked GPO and blocking inheritance provide the answer? 
    the dedicated SBS forums might bet better for your question (since SBS can be finicky about some settings)
    https://social.technet.microsoft.com/Forums/en-US/home?category=sbsserver
    It will likely depend upon how the implementation is currently setup (there could be various things in place, in a customised fashion).
    Basically, when using GPO to deploy WUAgent settings for WSUS, the user interface for WU is disabled for the end-user - this is how classic domain GP works, and is intended to work. (i.e. if the domain admin deploys a setting, end-users are unable to change
    that)
    You may be able to easily identify the relevant domain GPO that is delivering this setting, but you would (presumably) want to only change the single setting relating to AUOptions, and leave the other settings as they currently are (i.e. continue to use
    WSUS to serve the update approvals and update files/patches.
    Creating a new OU and not linking/inheriting, may cause other unintended effects/complexity.
    (it might be the only way to achieve your goal, but analysing which GPOs are carrying which settings, and then which GPOs you *do* need to be linked/inherited, will be an important step)
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • FAQ: BC-LDAP-USR (Directory Interface for User Management via LDAP )

    Version: 20060317
    Q: Where can i find more information to the BC-LDAP-USR interface ?
    A: Have a look on our ICC webpage in the SDN:
    SAP NetWeaver AS - Directory Interface for User Management via LDAP (BC-LDAP-USR)[1] [original link is broken]
    Q: What costs a arising when we want our product to be certified ?
    A: See also our SDN page under the headline "Price List".
    Q: Is there a link/page for the already certified products for this interface ?
    A: Sure, have a look on our ICC page under the headline "Certified Solutions"
    Q: Who can we ask in case of general question ?
    A: Have a look at our general ICC forum:
    SAP Integration and Certification Center (SAP ICC)
    Of course, if you have urgent requests you can send them also directly to our local ICC's:
    ICC Walldorf in Germany: [email protected]
    ICC Palo Alto in USA: [email protected]
    ICC Bangalore in India: [email protected]
    Q: Who can we ask in case of technical questions ?
    A: This depends on the state of your certification project.
    1.) If the certification contracts have been signed then you can ask in this forum and if this does not solve your question go back to your assigned integration consultant.
    2.) When the certification contracts have not been signed then you can ask questions in this forum.

    I distinguish it using the passwordExpirationTime(or something like that, i don't have code here with me).
    This is possible if after password is expired user has at least one more access.It is a user policy that can be set in the Ldap server.
    If it is possible, user can still login and perform operations.You chan search the passwordExpirationTime attribute and determine if password is expired, and the send a message to the user, telling him to change it.(If only one access is allowed and you change the password with the same application or service then do not close context, else you should not be able to connect again.) Instead, if you use an external script, then the last acces should not give you problems.
    Hope i made myself clear.

  • Help! itunes 12 wont allow users to redownload past purchases all at once like it used to. Is there a way around this?

    Help! For some reason i-tunes 12 wont allow users to re-download past purchases all at once like it used to. Is there a way around this? It will only allow you to download what it calls "Recent Purchases" which in my case only would allow 250 items. I know i have at least 700 tracks if not substantially more possibly over 2000 tracks but I can't be sure. I don't know how to find that information, I've looked in itunes under the my account past purchases but id doesn't tell you how many total songs you have purchased or any relevant details. It only shows you small chunks of receipts by date but no total tracks purchased in an easy to view snapshot that I could find. The current support page says that if you have more then 2000 songs the "ALL SONGS" tab now listed above the left pan with all your purchased artists, will change to "Recent Purchases". IF apple changed this on purpose to stop user from downloading there entire library to cut down on bandwidth they have really upset me this time. At present the only way I can download all past purchases is by selecting each artist listed in the left pan one by one selecting the "Download ALL" button at the bottom right corner of the page at which point I have to input my apple password each time, which really slows things down. I have hundreds of artists and if this is the only way for customers to re-download there entire library this is ridiculous and really unnecessary to put customers through this kind hassle just to re-download all there past purchases when the whole idea of i-cloud is to make downloading and using your music simple, quick, and convenient on multiple devices. I know the old saying "your responsible for backing up your data" yeah I know that and I've been doing that for years when no one really should ever have had too. There is no reason a service that sells music digitally should not allow customers to be able to re download content purchased on there service regardless of the fact that people should just back up anyway as an extra precaution. Well sometimes backups fail like in my case and I have to re-download. No wonder paid subscription plans are so popular. You don't have to deal with any of these issues. I can only hope this is some kind of oversight by apple and will be fixed soon. Can anyone offer a quicker solution or any information about this issue? I would greatly appreciate any helpful assistance.
    Again this is for Windwos 8.1 x64 with Itunes 12.0.1.26

    After spending way too much time dealing with this issue myself, I discovered that you can:
    - Within "My Music", select all the songs you need to download (all w/ the cloud icon - use Shift-Click)
    - Right click and select download
    All songs will begin downloading from iCloud

  • Copy select value in the textfield from LOV and allow user to edit it

    Hi,
    I have a datablock with 20 records and each record has comments (say field_comments) fields. I would like to allow user to choose predefined comments populated from LOV (say lov_comments) and to append some extra comments after they choose the value from LOV.
    I have created a LOV and added Return type “field_comments” in the column mapping properties. When user clicks on a button, LOV opens up. They select the value from the LOV and the value goes to “field_comment” field. The problem with this approach, user can’t add their comment after selecting from LOV.
    I tried this way too. I created another non-visible textbox (say dummy). In the LOV, I added “dummy” field as returntype. In the dummy field, I have created “POST-CHANGE” trigger which basically says :block. field_comments = :block. Dummy.
    But, the user has to click on other field to view the selected value from the LOV. The values in the “field_comments” is not updated as soon as user click on “OK” button in the LOV.
    I would appreciate it if somebody could give me some input and help to solve my issue. Thank you for your help.
    Thank.

    Well, I tried exactly what you posted and it allowed me to SELECT from LOV and then CHANGE/APPEND new text in front of returned value in the field. It saved to the database and queried without any problems.
    Is your item allowed to INSERT/UPDATE ? If not, then set "Update/Insert Allowed" properties to Yes and attach your LOV to the item and set "Validate from list" to No.
    You may also see if you have any validation being performed on WHEN-VALIDATE-ITEM or POST-CHANGE trigger which will fail since you are editing the values populated from LOV.
    Hope it helps!

  • How do i allow users to change their oracle password?

    Please help.
    I need a procedure/module in my forms6 to allow users change their oracle database passwords. I am using Oracle 8.0.6.
    thanks for a reply

    SEND YOUR EMAIL SO I CAN SEND YOU A COMPLETE
    FORM HOW TO CHANGE THE USER PASSWORD
    MARK

Maybe you are looking for

  • Length error occurred in IMPORT statement.

    Hi All,            while exexuting a program i got dump saying that Length error occurred in IMPORT statement. through ST22 i came to know that both import and export structres are not same. Import structure is longer than the export structure.      

  • Network,Sound,Video issues -NEW to solaris

    Ok, i think before i ask my questions that i need to get something straight, i don't know a single thing about unix based systems, not one. Unfortunately i am (till i get this figured out) a windows server guy who is trying to get away from microsoft

  • ADF Task Flow Exception Handling

    Hi , I tried a very simple thing for taskFlow exception handling. I created a bounded task flow with a page fragment (View1.jsff) and another view which is the TaskFlow ExceptionHandler (error.jsff). The view1.jsff has a button whose action is bound

  • JMS receiver adapter configuration error

    Hi All, I am facing an issue with JMS receiver adapter. My Configuration parameters for receiver adapter are as follows. 1.Transport protocol:WebspherMQ (MQSeries) JMS provied 2.Message porotocol:JMS 1.x 3.Adapter Enigen: Integration Server 4.QueueCo

  • Illustrator cs4 license problems no solutions have worked

    i have cs4 illustrator. Imac running mavericks. get error code 150:30. I have reviewed the adobe information. no sollution works. I do not have flexnet folder- don't know why. I can't find it on any old computer either as some have. I downloaded the