What About Moderators in the New Forum?

Read the spam thread for awhile and you will see that moderation works well in these webx forums
You will also see messages concerning the LACK of moderation over in the cfusion side of things
Will the new forum software/structure allow for "this" moderation to continue, or will it fall away to "that" style of non-moderation?

Actually, on that note: how does one double-check that they've managed to link their user here with an Adobe ID?
The first umpteen dozen times I tried to do this the login to the Adobe ID would time out -- something I frankly get quite a lot when I try to login anytime with my Adobe ID. I'm not sure what's going on there.
I just tried to link my users here a few minutes ago and got the same time out. So I opened another window and tried logging in manually somewhere else. On my fourth or fifth try (after double-checking the password with the 'forgot your password?' function) it went through. Satisfied I had the right user/pass combo, I went back to the timed out page and hit fresh. It came up with some window asking to confirm I wanted to login with my (correct) Adobe ID and I said 'confirm'. So I *think* I'm linked, but I don't see any visual cue. At least, it doesn't ask me when I login anymore.
At any rate, is there way to verify it at our end? It'd be nice to have that peace of mind. Also, it'd be nice if I could find out why I timeout 90% of the time I try to login with my Adobe ID -- is it just that overloaded with users logging in?

Similar Messages

  • What's wrong with the new forum design.

    Thought I'd kick off the list here.
    1. O.P. can award a correct answer to themselves.
    2. Status stays hidden unless checked, making it hard on both newbies and those trying to help them
    3. No advanced search (that I can find) I've given up even trying to look, and users aren't even aware of it
    4. Difficult to see what you have or haven't replied to
    5. Can't see very far back in the threads
    6. Huge waste of space on useless quote bubbles
    7. Trying to edit your own settings takes you round in circles
    8. Where is the forum how-to and guide?
    9. Absurd to ask users to search without a suggested list to work from, the Pages iPad users are constantly landing in the wrong forum
    10. I hate the default of sending email advisories and Safari messages of answers in the forum. My Mail Inbox is inundated and I am getting constant pop-ups interrupting my work on my Mac.
    …many more but I'd like to let others add to the list
    BTW I give 2 thumbs up to the improved post formatting options, but that was a long overdue catch up to other forums.

    Don't have time to answer all of this, but here's a start...
    1. O.P. can award a correct answer to themselves.
    Useful when they've come up with the correct answer themselves. (OPs can't award themselves points, though.)
    3. No advanced search (that I can find)
    https://discussions.apple.com/search.jspa (or click the blue Search button in the top right of any page without entering any text in the search field)
    4. Difficult to see what you have or haven't replied to
    The equivalent of My Posts is here:
    8. Where is the forum how-to and guide?
    https://discussions.apple.com/static/apple/tutorial/index.html
    10. I hate the default of sending email advisories and Safari messages of answers in the forum. My Mail Inbox is inundated and I am getting constant pop-ups interrupting my work on my Mac.
    https://discussions.apple.com/static/apple/tutorial/email.html
    Good luck!

  • Welcome to the new forums

    Welcome to the new forums for GroupWise 2014. You can find more information about GroupWise 2014 at http://www.novell.com/products/groupwise/
    Here you can ask questions, share experiences, and talk to others about your 2014 experiences and/or get the information you need about upgrading to this new version of GroupWise.
    Thank You for participating with us in this community and sharing your knowledge/experiences!

    Forums,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • Is the new forum harder to navigate?

    I haven't been here in a few months. For years in was my regular stop 4-5 times a day.  Is it me or is the new forum very confusing and a real hassle to navigate?  I mean it was a real pain just to post this!

    gjmnz wrote:
    Does any know what the difference is between the Discussions Tab and the All Content Tab? Apart from one shows which threads you have viewed and which ones have been updated. Is it a double up for nothing?
    There's a forum for discussing the forum... kinda meta:
    https://discussions.apple.com/community/using_apple_support_communities
    I started a thread asking that very question: "What is the difference between 'All Content' and 'Discussions'"
    The answer is just as you said, double up for nothing:
    https://discussions.apple.com/thread/3000868

  • I updated to Firefox 5, "about Firefox" shows the new version in the browser window, but my shortcut buttons still show "Firefox 4.0 Beta 10"

    I updated to Firefox 5, under the help button in the browser "about Firefox" shows the new version, but my shortcut buttons on my monitor still show "Firefox 4.0 Beta 10". Most updates also update the shortcut buttons. Is there a way I can do this?

    I just updated to Firefox 5. About Firefox shows me no version number at all. I had to look at Help > Troubleshooting Information to see the version number.
    Update: I saw the version number after changing themes. I guess it depends on what theme you use.

  • Love the new forums... but

    love the new forums... but hate the performance.  Keep in mind my internet connection is 20MB/S download speed, there are times the pages wont even finish loading and you have to stop and reload again and/or very slow loading times.  Of course, there are times the performance is as expected, but rarely.  I hope Adobe plans to support the forums with better hosting.

    jon@cmiwebstudio wrote:
    love the new forums... but hate the performance.  Keep in mind my internet connection is 20MB/S download speed, there are times the pages wont even finish loading and you have to stop and reload again and/or very slow loading times.  Of course, there are times the performance is as expected, but rarely.  I hope Adobe plans to support the forums with better hosting.
    As an od adage says: "Don't feel like the Lone Ranger".
    which means everyone and his , brother, sister, Aunts, Uncles, mothers's and Father, and cousins on the Acrobat forums are complaing about the Speed.
    There is really we as Users of the Forums can do about it other than complain and hope adobe will do something about it when they get finished with their easter holiday. Maybe that will be before their 4th of July vacation.

  • I like the new forum

    i havent been able do any programing for over a week
    i came back and see the new forum
    my question is how would i convert this to a applet
    class Art {
    Art() {
    System.out.println("Art ");
    class Drawing extends Art {
    Drawing() {
    System.out.println("Drawin");
    public class Cartoon extends Drawing {
    Cartoon () {
    System.out.println("Cartoon");
    public static void main(String[] args) {
    Cartoon x = new Cartoon();

    Hello xlightwavex,
    To convert your application into an applet you need to create a class that extends the java.applet.Applet class. Below is the complete applet version of your application Cartoon.
    class Art {
    Art() {
    System.out.println("Art ");
    class Drawing extends Art {
    Drawing() {
    System.out.println("Drawin");
    class Cartoon extends Drawing {
    Cartoon() {
    System.out.println("Cartoon");
    public class CartoonApplet extends Applet {
    public void init() {
    Cartoon x = new Cartoon();
    However, like your application, this applet sends all output to the system console (the DOS window in Microsoft's Windows for example). If you want the output on the applets panel itself you will need to update each class and replace the System.out.println methods. The applet below shows how you might do this, this is just one out of the many ways you might do it:
    import java.applet.Applet;
    import java.awt.*;
    class Art {
    public String toString() {
    return( "Art.");
    class Drawing extends Art {
    public String toString(){
    return( "Drawin, " + super.toString());
    class Cartoon extends Drawing {
    public String toString() {
    return( "Cartoon, " + super.toString());
    public class CartoonApplet extends Applet {
    Cartoon x;
    public void init() {
    x = new Cartoon();
    public void paint(Graphics g) {
    g.drawString( x.toString(), 25, 25);
    The output of this program verifies that a Cartoon object, Drawing object and Art object have been constructed. The output is show below, which appears on the Applets Panel:
    Cartoon, Drawin, Art.
    Is this output just helping in debugging, or is it vital to the applet? If it is for debugging purposes, the System.out.println method is a good way of doing it. If not, do you need the output to appear antwhere in the applet? If so, it is hard to create output from the object of which other object can inherit - it is not the usual way of doing it. Otherwise, the above CartoonApplet is a good way of getting information about an inheritance model.
    I hope this helps.
    Best reguards
    -Marek.

  • Difference between the TABs  "All Content" and "Discussions" on the new forum?

    Hi,
    Does anyone know the difference between the TABs  "All Content" and "Discussions" on the new forum?  They seem to be the same.  I'm confused.
    Petey

    Petey,
    Though I was part of the forum update beta, there was some that we could not effectively test, plus some aspects (like "Like"), that some liked, but others did not. That sort of thing happens.
    Also, now that we have the full version, and all servers are synced, there will probably be things that the beta testers did not get to experience. We will all be learning, in the process too. Also remember, much of the new forum software was provided by Jive, and though many of us commented (pros and cons), only so much could be addressed. It was not quite like doing a beta on Adobe software, as there was a complete, separate layer in between.
    So far, what I see looks close to what we saw a few weeks (months?) ago. Now, I need to really put the real software through its paces, to see what got changed from then, until now.
    Good luck,
    Hunt

  • What will happen to " the new iPad " I bought 2 months ego. Now the model is discontinued . What apple will do?....really disappointing.

    What will happen to " the new iPad " I bought 2 months ego. Now the model is discontinued . What apple will do?....really disappointing.

    I just bought two new iPads a few weeks ago. If they're still in the return window they're going back. Maybe it's time to look at some of the Android tablets since all of a sudden Apple thinks the mini is a great idea.

  • Can't paste onto the new forum...

    For some reason I can't paste anything into the new forum, which is rather annoying since typing out log files is a bit tedious. Anyone know how to fix this?

    Don't know, do you get any errors? Perhaps you can't paste because you didn't copy something first? How old is your keyboard?
    I do know that your question probably will end up here:
    https://forums.oracle.com/community/developer/english/technology_network_community/community_feedback_and_suggestions_(do_not_post_product-related_questions_here)

  • The new forum software

    Folks,
    Lets take a vote. Do you just love (10) or utterly despise (-10) the new forum software?
    -8
    Against
    1. It's kitchy.
    2. It's buggy.
    3. Source code is HARDER to read than ever.
    4. They should have adopted wiki markup.
    For
    Ummm. RTF is kinda cute, I suppose.

    i like the look and feel, but i have to agree that the speed is not wonderful.
    of course i have a lot more tolerance for slow these days, since i became
    a full time DBA and some of our runs literally take days.

  • TS1550 What about when using the "Time Capsule" HD as the external disk, especially when it is connected by ethernet cable? I'm having trouble getting it to work at all. Don't need it to work as anything else, other than a ethernet connected Time Machine

    What about when using the "Time Capsule" HD as the external disk, especially when it is connected by ethernet cable? I'm having trouble getting it to work at all. Don't need it to work as anything else, other than a ethernet connected Time Machine backup. Already have a wireless network that works fine so no need to mess with it. We get the internet via cable company and their modem is upstairs and the Time Capsule is downstairs in the basement. The latest error message was about it could not backup as it was already in use (should have written it down before clicking OK and moving on.

    See if this helps...
    http://pondini.org/TM/C12.html

  • I loaded what I guess is the new version of Firefox and it completely changed my whole task bar. I don't have my Norton Logins with stored passwords, and it's hard to find my favorites. Help get it back to how it was.

    I loaded what I guess is the new version of Firefox and it completely changed my whole task bar. I don't have my Norton Logins with stored passwords, and it's hard to find my favorites. Help get it back to how it was.

    Credit Tony E
    To downgrade to Firefox 3.6 first uninstall Firefox 4, but do not select the option to "Remove my Firefox personal data". If you select that option it will delete your bookmarks, passwords and other user data. See https://support.mozilla.com/kb/Uninstalling+Firefox
    You can then install the latest version of Firefox 3.6 available from http://www.mozilla.com/en-US/firefox/all-older.html - it will automatically use your current bookmarks, passwords etc.
    To avoid possible problems with downgrading, I recommend going to your profile folder and deleting the following files if they exist - extensions.cache, extensions.rdf, extensions.ini, extensions.sqlite and localstore.rdf. Deleting these files will force Firefox to rebuild the list of installed extensions, checking their compatibility, and reset toolbar customizations.
    For details of how to find your profile folder see https://support.mozilla.com/kb/Profiles

  • I am about to buy the new iMac, but do I have to buy all the software I have in my old one, like Aperture, pages, etc.?

    I am about to buy the new iMac, but do I have to buy all the software I have in my old one, like Aperture, pages, etc.?

    No, you don't. If you got it from the Mac App Store, log into it with the same Apple ID and redownload it for free. If you got it from CDs or DVDs, reinstall it from those; having the DVD version of a program does not get you a free download of it from the Mac App Store.
    (72200)

  • MOVED: Thanks for the new Forum!

    This topic has been moved to Forum Info & News corner.
    Thanks for the new Forum!

    I too have benefited from good advice on my MSI K8n Neo2 mb questions.  The members here are knowledgable and polite.  Questions asked nicely are answered by good suggestions.  Thanks to MSI for sponsoring such a useful owner's forum.   

Maybe you are looking for