Drop off from this forum

How can I cancel/delete my subscription and account to this forum?
thanks

You can delete your account for this forum by terminating your ovi account but that will also terminate any other ovi service that you use.
Visit https://account.nokia.com , enter your username and password and look for the terminate option on the right hand side.
You will no longer be able to use this forum with your current username and will need a new account if you use other ovi services.
If you no longer wish to use this forum without the hassle of doing that you have three choices:
1. Simply stop using the forum and never log in again. They won't spam you or send you newsletters so you can simply walk away.
2. Send an email to [email protected] requesting that your account be deleted. You will need to tell them your username and the email address you registered with.
3. Send a personal message to the forum administrator, vandelay, but it's quicker to use the email address above.
/t5/notes/privatenotespage/tab/compose/note-to-user-id/106
Closing your account will not remove any posts that you've made.

Similar Messages

  • I have Acrobat 9 Pro and when I print hard copies of my PDF letters drop off from sentences throughout the document. Any idea why and how to fix this problem?

    I have Acrobat 9 Pro and when I print hard copies of my PDF letters drop off from sentences throughout the document. Any idea why and how to fix this problem?

    Hi,
    We’re using Windows 7 Professional, Service Pack 1 and system type is 32-bit operating system.
    Ange

  • Ok so I am having issues with charging my iPad as well. So I took advice from this forum and yes, if you turn the brightness down my iPad charges. Thanks Apple I just went and spent money on a new charger I didn't need. Really you need to fix this issue.

    Ok so I am having issues with charging my iPad as well. So I took advice from this forum and yes, if you turn the brightness down my iPad charges. Thanks Apple I just went and spent money on a new charger I didn't need. Really you need to fix this issue.

    Wow. Okay...
    I'll let the real veterans in this forum tackle your issues one after the other. But, I can tell you, all will be well.
    My only comment would be re: your computer specs:
    BJReis wrote:
    .  This may be due to somewhat older equipment:
    GHz Intel Core Duo MacBook Pro with a 4GB memory computer with Ddr3 running OSX 10.8.4
    To be completely honest, FCPX is a RAM hog. It just is. But, RAM is relatively cheap, and the pay-off is good.
    4GB is right on the edge, IMHO. 16G is ideal.
    I wish you luck, hang in there, and standby for more help.

  • I have a new laptop and I am trying to download CS3. The site on adobe gives an error message and the one I tried from this forum downloaded CS3 extended, so my serial number does not work. Does anyone have any suggestions. Regards Vicki

    Hi,
    I have a new laptop and I am trying to download CS3. The site on adobe gives an error message and the one I tried from this forum downloaded CS3 extended, so my serial number does not work. Does anyone have any suggestions. Regards Vicki

    The trial is always extended. The serial number you enter determines whether it runs as standard or extended.
    I'm getting through fine with that link, so it must be a browser issue or some such thing. Try another browser.

  • Out from this forum

    how to out from this forum?

    If by "out from this forum", you mean post links to other sites, read
    http://social.technet.microsoft.com/wiki/contents/articles/15960.how-to-verify-your-msdntechnet-forums-account-so-that-you-can-post-images-and-links.aspx .
    If you mean something else, you'll need to clarify your question.

  • Some messages are disappearing from this forum

    Hello friends at www.oracle.com ,
    some messages seems to disappear from this forum, I've just read 2 answers to a message I've posted these days and they disappeared when I answered. What's happening?
    If I'm doing something wrong, I want to be advised of this. Even my personal e-mail can be used for explanations - but I need to know what's the problem.
    Franklin Gongalves Jr.
    [email protected]

    Open Mail.
    From the Mail menu, select Preferences. Select the Accounts icon and click on your email account under the Description heading.  The Account Information appears.
    Click on the Advanced tab.
    Make sure that Remove copy from server after retrieving a message: is not checked. Click on the field below and select after one day, or after one week, etc.
    Close the Accounts box to return to the email program.

  • Cannot stop getting email threads from this forum.

    Had a problem with Safari crashing. Posted the problem and even though people tried to help the problem never got fixed.
    Since then i get a notification copy of every email of every problem sent to the person I posted the question to.
    Changed settings to no avail. I get 20-40 emails from this forum every day and cannot stop it!
    What to do? Thanks.

    Next time you see one of those emails, click vew full discussion. Once there sign in, then in the upper right hand conner click "stop email notification"

  • Never got any response from this forum!!!!

    Never got any response from this forum!!!!

    PLEASE DO HELP ME, ELSE I WILL BE KICKED OUT FROM MY JOB!!!
              I have been encountering the same problem for two weeks, but I couldn't solve it yet since I am using WebLogic not Websphere, and I'm not using SAPJ2EE server.
              Running it under Windows, there is no problem. But in Linux, it does. I always encounter,
              java.lang.NoClassDefFoundError: com/sap/mw/jco/JCO; nested exception is: java.rmi.RemoteException: EJB Exception:
              The configurations are right on LD_LIBRARY_PATH. I mean, the file "librfccm.so" and "libsapjcorfc.so" are being refered. Also the sapjco.jar is set to CLASSPATH.
              I am using JCO in Linux and deploying it in WebLogic. I already put the
              APP_CLASSPATH=$APP_HOME/sapjco.jar. I guarantee you that the configurations on path and classpath are correct.
              Is there anything to do with "application.xml" of the j2ee? Do I need to add some tag there?
              I tried also putting the "sapjco.jar" in WEB-INF\lib but it doesn't wiork.
              The tag below obviously, wouldn't work for me.
              <reference reference-type="hard">
              <reference-target
              provider-name="engine.sap.com"
              target-type="library">com.sap.mw.jco
              </reference-target>
              </reference>
              PLEASE DO HELP SINCE MY DAYS ARE NUMBERED

  • Can I get some help with CF8 and Unix from this forum?

    I did my dev in my local machine running windowsXP and CF8
    In prod. environment, my CF8 runs in Unix and I'm not familiar with Unix at all.
    My manager is out for awhile and I want to do this if I could without waiting for him because in windows it is very simple.
    Here is what I did in windows and I think I should do the same in unix but unfortunately I don't know how:
    In Windows environment I have done the following successfully and easy:
    1. installed/moved a .exe file in 2 folders: 1. in cfx folder under Coldfusion8 folder and
                                                                2. and again in CFClasses folder under WEB-INF folder
    2. Then in CF8 administrator I went to SERVER SETTINGS >> Java and JVM >> under ColdFusion Class Path, I put: c:\Coldfusion8\cfx\cfx_myexe.jar >> submit
    3. Under CFX Tags >> clicked REGISTER Java CFX >> I put: cfx_myexe in Tag Name and the same in Class Name  >>submit
    Then when I go to my application, everything work as a charm!
    How can I do these things in Unix?
    When I logged into CF server in unix using my FTP FileZilla, I immediately see /space/users/www , so I'm in the root directory. I can't see anything above this directory
    In windows, CFX is found under ColdFusion8 folder AND cfclasses is found under WEB-INF folder like this:
    C:/ColdFusion8/www/WEB-INF/cfclasses
    All my CF files for the application are on C:/Inetpub/www/myfolder/
    So my questions are:
    1. How can I access point 1 using my FTP to move my exe file to the right folders
    2. Since I don't have CF administrator interface with Unix, how can I do point 2 and 3 above????
    I have searched on this forum if someone had this problem in the past and also googled it but I got no result.

    1)  If the account you use to FTP to the site does not give you permissions to the ColdFusion instlation directories, you will need to ask permission from whomever in your organization provides those permissions.
    2) You would run the same ColdFusion administrator tool.  It is usually located at yourwebsite-domain/cfide/administrator/
    If it is not located at this location, you need to ask whomever controls your ColdFusion server where it is located and how you should access it.
    In otherwords, these are not general problems that we can help you with much.  These are specific problems dealing with your organizaiton and how it has configured its systems and network.

  • I am going to have to resign from this forum over these ads coming thru

    18 emails at once this is the 4th day of this **bleep**! Enough!
    THE BITTERNESS OF POOR QUALITY, LINGERS LONG AFTER THE CHEAPNESS OF PRICE, IS SOON FORGOTTEN.

    Hello LCromwell
    You are a nice person , you have been assisting many user in this community, So please be calm
    Regarding your issues with those email can you confirm are you getting those email from within this Forums as you stated ? 
    On those Community Forums advertisement are not allowed , so you have to be sure if you have subscribed to any apps or any event out side this Community forums.What kind of emails are you getting on your device ?
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Administrator please remove non CS review topics from this forum

    Feature requests, technical solutions etc would be much more clear if all of the unrelated topics were moved to their appropriate forums.
    As long as people see posts about photoshop, indesign, etc. in this forum, they will continue to be confused and post non CS review topics here.
    Thanks!
    -B

    Hi,
    I think I found out what's going on here. Someone with Admin privileges  (but without my permission) reset the Premiere Pro Overview page, blowing away all the info in the pods. Then someone else with access - or maybe the same person - (again without asking my permission) went ahead and tried to "fix" it by copy/pasting data from the Hardware page. Hence, all these issues.
    I will find out who has the permissions with access to changing the Overview page, and will ask them not to do that. It is unacceptable that no one PM'd me telling me what they did.
    I am on vacation this week so please be patient as I try to restore the former page to its former glory when I get back. Great….
    Thanks,
    Kevin

  • Receiving a bunch of emails from this forum. HELP

    I was reading this forum this afternoon and somehow since then I have been receiving responses from Phase1234, Peter Spier, Lora E, Scott Falkner to other peoples questions. I must have inadvertently done something to my settings but I don't know what. Can anyone help??
    thanks
    jon

    You may have subscribed to the forum in general, or to some individual threads. There is an "action" box next to each topic thread and on the forum page where you can change your email subscription status.

  • Unable to install copy of PSE9 to new computer after installing the new drivers from this forum.

    I have a new computer and wanted to instal my previously downloaded version of PSE9. As the installers were outdated I contact the online chat and was directed to this forum. I downloaded the new installers and now need to look at how I download the PSE9 using the serial number. I know the number just haven't been asked to enter it and not sure if I have properly downloaded the PSE9.
    Thanks

    Unfortunately I am not well-versed in Mac matters.  See if the following articale helps:
    http://www.ofzenandcomputing.com/how-to-install-dmg-files-mac/

  • Relevant Adobe Links Missing from This Forum

    Congratulations on the new user forums.  I noticed the tweet today calling attention to the links to Dreamweaver and Muse forums from the BC forums under the "relevant forums" section.
    However, you guys forgot to list Adobe Fireworks there.  According to Adobe, that is your web design app for creative professionals and it works directly with Dreamweaver and BC sites to create design assets for BC sites like logos, icons, and other graphical assets plus it generates CSS3 code for styling objects on BC sites without using images.
    Is there some reason you left it off or was this a mistake?

    Hey Darly,
    This is on the Adobe forums so you can go to anyone such as photoshop or flash as all can be considered related in that way in terms of web development.
    The relevant links box links to Muse and Dreamweaver because both have bulky in elements to work directly with Business Catalyst. Dreamweaver ha the plugin and Muse has more direct in built features.
    So these are more relevant to any others and those forums are easily accessed by clicking the route Adobe forums link :)

  • Does anything worthwile come from this forum?

    I am new to this. Is this worthwhile to express your concerns and does anybody from Best Buy read it, or is it merely an exercise in futility?  Like I have a problem with a phone replacement and have been to the store 3 times and get nowhere. Is there a place on this website where you can actually send an email to someone at Best Buy?

    If you post in the Customer Service section, your issue will be addressed by a Community Connector. Be aware that this is a forum, which by definition means it is not a means of instant communication, however the Community Connectors will work toward a resolution for you. If you need immediate support, it's much quicker to call 1-888-BESTBUY.
    MFG Warranty & Protection Plans Forum:
    http://forums.bestbuy.com/t5/Manufacturer-Warranties-and/bd-p/Warranties
    Dan K. | Mobile Specialty Stores
    Any opinions expressed in this post are those of
    the author and do not represent Best Buy Co., Inc.

Maybe you are looking for