"Points", where are they, please?

My first Post written on “Points where did they go?” was written to intentionally not be Posted but raise an eyebrow to internal-Apple or who ever does the calculation of Points. Thank You. 
Here it is again in proper form please. 
I have a total accumulation of 1-5 total points.  This seems odd after I noticed there are 109,313 hits on my previous Postings. 
So my question would be:  Are Points still being calculated, it’s been over 18 months and still nothing? Points in the past have extreme value and I consider them of great use so my second question:  Where did they go?  Does anyone else see any correlation of their point total with mine i.e. non -existent.  I highly encourage anyone who sees a discrepancy like mine (109,313 hits and a total points accumulation of 1-5)  ask what happened. Wheree aare they, where did they go? If so Research and inquire where do the points go or do they have any value or just what is going on.
[As a side note: after my eye brow raising question to internal-Apple or whoever does these calculations... there are tools that suddenly appeared.  They weren’t there a few days ago and previously of 18 months ago. -so- I am happy to say in a humble voice sometimes to raise an eyebrow without vulgarity has a place in the diction of English grammar.

total points accumulation of 1-5)
You have 5 points (not 1 - 5) and that means you're level 1. Having 5 points means that there is one person who thought your post was helpful and they awarded you the 5 "helpful" points.
Number of hits is irrelevant. No one at Apple awards points - only an original poster can, but it is not mandatory. Asking for points violates the ToU of the forums and the hosts will usually delete such posts.

Similar Messages

  • I lost my numbers documents where are they please help me

    I lost my numbers documents where are they please help me

    Hi and Welcome to the Forums!
    Report it to the police. Report it to your wireless service provider. Attempt to use BB Protect to wipe it clean. Outside of that, there is nothing to be done. If your personal issues prevent you from carrying this out, then you must consider all of your data on your BB to be compromised.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Looked up DNT:1 and reference to "Firefox Preferences" .. "Advanced panel" and "Privacy panel" yet I can't find ANY OF THESE ... Where are they please?

    I know some find this type of knowledge simple, but it's frustrating for an old non-geek like me. I tried to sign up for the mailing list about DNT:1 ... but when I clicked on "subscribe" a small window opened, telling me I had "no email program associated.." and to "create an association in the Default Programs control panel". I went to my Control Panels and Default Programs, but could not find ANYTHING in there to enable me to associate my email address TO ANYTHING. So much computer jargon ASSUMES the user knows the jargon. I'm not stupid... I have a degree and Post Grad qualifications, but I am not a mind reader even at close range - let alone online.
    Why is something important as Advanced panel, Preferences or Privacy panel nowhere to be seen on my Firefox browser page?

    * Tools > Options > Privacy > Tracking: "Tell web sites I do not want to be tracked"
    * http://blog.sidstamm.com/2011/01/opting-out-of-behavioral-ads.html
    * http://blog.sidstamm.com/2011/01/try-out-do-not-track-http-header.html
    * http://blog.mozilla.com/privacy/2011/09/08/mozilla-publishes-developer-guide-on-dnt-releases-dnt-adoption-numbers/

  • TS2755 i have no messages in my phone but my storage is 90% full and in my usage it says i have 12MG in messages (saved) but i dont have any messages in my phone - where are they saved ? how can i delete them? please help

    i have no messages in my phone but my storage is 90% full and in my usage it says i have 12MG in messages (saved) but i dont have any messages in my phone - where are they saved ? how can i delete them? please help

        pamalushka54,
    We want to make sure that we get your phone up and running. Can you look to see where you have the most stuff stored at. Settings>General>Usage>Storage.
    This will tell you what exactly is using everything. Then you can delete things from there.
    RobinD_VZWSupport
    Follow us on twitter @VZWSupport

  • I am using Garageband and saving my tunes as iTunes files but can´t find them in iTunes on my computer after syncing. Where are they?

    I am using Garageband and saving my tunes as iTunes files but can´t find them in iTunes on my computer after syncing. Where are they?

    My answer in the older thread is still valid
    Maybe the "iTunes Music" folder is hidden.
    Please open Terminal and issue the following command
    ls -ladO /epoche/Music/iTunes/iTunes\ Music
    you should get a line similar to this
    drwxrwxrwx  13 yourusername  staff  hidden 442 12 Mar 21:49 /epoche/Music/iTunes/iTunes Music
    Numbers, date and time may differ.
    If you see hidden then the folder is hidden. To unhide "iTunes Music", in Terminal issue the following command
    chflags nohidden /epoche/Music/iTunes/iTunes\ Music

  • Missing episodes of paid TV series. Where are they? How to get them back?

    I downloaded a paid TV series back in 2011 and all of a sudden they are missing. They are not located in the Library. Where are they and how can I get them back?

    Hello arthur1979,
    Thanks for using Apple Support Communities.
    Please follow the steps in the article below to download your previous purchases.
    Download past purchases
    http://support.apple.com/kb/HT2519
    Take care,
    Alex H.

  • Library only showing one project.  ALL others are gone.  I exported one folder to external drive and now ALL projects are gone from Aperture library.  WHERE ARE THEY?  TIA

    I exported one folder to an external drive.  Now ALL my projects in Aperture are gone!  WHERE ARE THEY?  I've tried to rebuild and repair database.  It only shows the one project I had exported because I opened it in Finder back into Aperture.  HELP PLEASE!

    I found them.  Sorry, don't know how to delete post.

  • What is the main use of pooled talbe and where are they use?

    Hi gus:
             Can somebody tell me what is the main use of pooled table and where are they use,thanks!
            Regards
             Jerry
    Moderator message - Please search before asking - post locked
    Edited by: Rob Burbank on Sep 1, 2009 9:11 AM

    Hi,
    Table pools are special table types in the ABAP Dictionary. The data from several different tables can be stored together in a table pool or table cluster. Tables assigned to a table pool or table cluster are referred to as pooled tables or cluster tables.
    This table are similar to the CLUSTER table types but these work on "LINEAR SEARCH" while CLUSTER TABLE uses "BINARY SEARCH to retrieve the data from the various tables and thsi is mainly used in the logical databases "LDB's" used in HR or ABAP-HR.
    A table in the database in which all records from the pooled tables assigned to the table pool are stored corresponds to a table pool.
    The definition of a pool consists essentially of two key fields (Tabname and Varkey) and a long argument field (Vardata).
    Table Clusters Several logical data records from different cluster tables can be stored together in one physical 
    record in a table cluster.
    A cluster key consists of a series of freely definable key fields and a field (Pageno) for distinguishing continuation records. A cluster also contains a long field (Vardata) that contains the contents of the data fields of the cluster tables for this key. If the data does not fit into the long field, continuation records are created. Control information on the structure of the data string is still written at the beginning of the Vardata field.
    Regards,
    Samad.

  • Rgb sliders where are they?

    Hello forum I am trying to calibrate my emac with a Spyder monitor calibrator the set up takes me to a point where it says " move RGB sliders" I know what they are BUT where are they?. I have looked in vain in System preferences but can not find them, any answers? Or are they not in iBook? Regards, Tony

    Just as a matter of trivia if it is the Optical you
    are using the Spyder Website says that it is not for
    use for LCD screens.
    I'm not sure, but Tony said it was an eMac and then asked if the sliders weren't available on an iBook... The eMac has a CRT screen. The iBook, however, does have an LCD screen.
    If you click on the Displays System Preferences, you can click on the "Color" tab. This will give you a "Calibrate..." button. You may want to enable the "Expert Mode" on the next screen. You can step through calibrating either your eMac or your iBook with these built-in tools. Unfortunately, even this does not give you access to RGB sliders.
    -Doug

  • In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    Preferences/Compsing/set to Rich Text (only then you can use bold etc).
    Then Rightclick the toolbar in Mail, and clcik Customize the toolbar.
    Put the icons (with or without text) that you want on your toolbar.

  • Check for Available Downloads... (where are they?)

    My daughter has purchased several songs from iTunes using her iPhone and my iTunes account. She never synchs with her Powerbook, so I can't do a Home Share to transfer them to my own, or any of the other computers on our home network. However, according to the iTunes menu, any song bought using our iTunes account should automatically download to my computer. At least that's how I set the preferences.
    But it's not working - when I go to the "Check for Available Downloads..." menu it tells me that all my purchases have been downloaded but these new songs are not in my Library. Is iTunes not recognizing that she has purchased them with the same account? (my credit card is certainly being charged using that account) So where are they? How do I get them on our other other computers - and eventually on our respective iPad and iPods?
    Any thoughts, instructions or clarifications on how this works, would be appreciated.

    Do you have automatic downloads turned 'on' for your account on your computer's iTunes ? If not then you can turn it 'on', but that will only take effect from the next purchase.
    Depending upon what country that you are in (it's not possible everywhere) then you might be able to re-download them via the Purchased link under Quick Links on the right-hand side of the iTunes store home page on your computer's iTunes : re-downloading.

  • After updating to iOS 8 all of my files in Pages are gone!!!! Where are they? And how do I get them back?

    After updating my iPad to iOS 8 all my files in Pages and Numbers are gone!!! Where are they and how do I get them back?

    If you didn't configure Windows Phone backup option or use VZW Backup Assistant then all is lost.
    If you did go with Windows Phone native backup and you use an Outlook account you should find your photos and videos on OneDrive.  I'm not sure how much VZW Backup Assistant backs up but you would need to start a restore from that software and see what's preserved.
    With any OS installs/updates a backup is always best to first.

  • In adobe reader app on iPad, I have a PDF document that added notes and comments to.  Once I left the document and returned to it, the notes and comments were gone.  Where are they?  I clicked "save" and "done" buttons after I entered text.

    In adobe reader app on iPad, I have a PDF document that added notes and comments to.  Once I left the document and returned to it, the notes and comments were gone.  Where are they?  I clicked "save" and "done" buttons after I entered text.

    The application auto-saves your input when you close the document.  If you left the document, as you state, the notes/comments should have been saved and should have been visible the next time you opened the document with the Mobile Reader (note that if you are opening the document with another app such as Apple's built in PDF Viewer, things like notes/comments may not be visible).  Also note that if you are doing an Open In... from another app (like Dropbox), the version of the document in Dropbox does not update; only the version of the document in the Mobile Reader is updated.
    Would it be possible to send a video of the problem you are encountering to [email protected] so that we can try to help?

  • TS3274 My photos that were saved to camera roll are not in my photos.  Where are they?

    My photos that were saved to camera roll are not in my photos!  Where are they and how do I fetch them?

    Make sure you iPhoto/iCloud preference pane is setup as shown in this screenshot:
    OT

  • Jumper SW1 and SW2, where are they?

    I have a 2100+, and my KT4 Ultra is only recognizing it as a 1500+.  I know it is because the FSB is set to 100, but when I try to change it to 133, my computer dies hard, and I have to clear the CMOS and start over.  But printed on the MB is a table that says I have to set Jumper SW1 and SW2 to 1-2 in order to change the FSB successfully.  But I couyld not find any jumpers anywhere on the board that weren't audio or the clearing CMOS one.  Where are they?   Is there some other solution to my problem?
    Help!!!  I have been looking for a relavent answer to this question for the last two weeks.  (and yes, my power supply is fine...)

    I am experiencing the same problem.  I have an Athlon XP 2600+ barton (333mhz), and every time I try to clock the CPU at the factory speed, it will shut down.
    I also noticed the FSB jumpers on the motherboard, and did some experimenting with the jumper settings on 1-2 and 2-3 for a 166MHZ fsb.  After I set this and change the fsb in the bios to 166mhz and a multiplier of 10-15 it reports clocks speeds from 850mhz-933mhz?!  
    My question is for the KT4 ultra does the fsb have to be set through jumpers and bios,  or just bios?
    -kid

Maybe you are looking for

  • I want to create a blog on my website but don't know where to start.

    My server is Lunarpages and they have Wordpress for creating a blog. Can you direct me to simple bulleted instructions on how that might interface with using my website template that is consistent for all html pages? I already have eBlogger.com blog

  • How to achieve following scenario through Payment term

    Hello All, Our Client wants the Following scenario to be achieved through payment terms in the system: 30 Days Due Net 20th of the subsequent month If an invoice gets posted on 01.04.2011- The Invoice should get overdue on 20.05.2011 If an Invoice ge

  • DESELECT FUNCTION IS NOT WORKING IN MIRO TCODE

    Hi All,            I am creating a BDC for MIRO t-code,  When recording I have selected DESELECT function( technical function text is ADMA) to deselect all the items.         The Deselect function is working well when i do recording, But same is not

  • Deployment wizard

    Is there a deployment wizard for deploying web services on weblogic 6.1?

  • Play a keynote presentation through windows

    I have a MacBook Air with OS X 10.9.4 with Keynote 6.2.2 (1878). This Sunday (Sep 28) I'm gonna do a presentation that I'll make on this macbook. The classroom I'll do the presentation in is set up for only Windows. I'm thinking to plug my mac into t