MVP List #91: Nov18 - 22, 2013

The Verizon Community Forums Most Valuable Posting List is where we recognize great work and words happening every day right here on our community. We know the success as a community is based on the continual and lively contributions of our valued members. Each member provides special and unique contributions and this is the place we try to highlight members that have stood out during the previous week.
We have been on a brief hiatus during the transition, and we are retooling a bit and making some changes to processes. Let us know what you like and you don’t like, we are flexible!
Thread of the Week:
The Issue: New outgoing 465 port not working in my Windows 7 / Thunderbird OR Samsung Galaxy S4. The poster had searched the forums and the internet trying to find a solution. See the post here for the trouble shooting and conversation
Post of the Week:
This week, the post of the week goes to TopazMoon for the post on utilizing the guide. You can find the post here. (I personally updated my guide after reading this!)
Member of the Week:
This week, the member of the week goes to JOSEm441 for the post on email settings. Thank you JOSEm44! I especially like how you remind others about good forum etiquette.
Top Kudoed Authors:
JOSEm441
30
Justin
22
logan8
18
TNS_2
15
armond_in_nj
12
PJL
10
Community leaders, thank you as always for your hard work. Please keep us posted with anything else you might need or want to help us drive forum engagement!

The Verizon Community Forums Most Valuable Posting List is where we recognize great work and words happening every day right here on our community. We know the success as a community is based on the continual and lively contributions of our valued members. Each member provides special and unique contributions and this is the place we try to highlight members that have stood out during the previous week.
We have been on a brief hiatus during the transition, and we are retooling a bit and making some changes to processes. Let us know what you like and you don’t like, we are flexible!
Thread of the Week:
The Issue: New outgoing 465 port not working in my Windows 7 / Thunderbird OR Samsung Galaxy S4. The poster had searched the forums and the internet trying to find a solution. See the post here for the trouble shooting and conversation
Post of the Week:
This week, the post of the week goes to TopazMoon for the post on utilizing the guide. You can find the post here. (I personally updated my guide after reading this!)
Member of the Week:
This week, the member of the week goes to JOSEm441 for the post on email settings. Thank you JOSEm44! I especially like how you remind others about good forum etiquette.
Top Kudoed Authors:
JOSEm441
30
Justin
22
logan8
18
TNS_2
15
armond_in_nj
12
PJL
10
Community leaders, thank you as always for your hard work. Please keep us posted with anything else you might need or want to help us drive forum engagement!

Similar Messages

  • MVP List #94: Dec. 23-27th, 2013

    MVP List #94: Dec. 23-27th, 2013
    Happy almost New Years!
    The Verizon Community Forums Most Valuable Posting List is where we recognize great work and words happening every day right here on our community. We know the success as a community is based on the continual and lively contributions of our valued members. Each member provides special and unique contributions and this is the place we try to highlight members that have stood out during the previous week.
    Please let us know what you think!
    Thread of the Week:
    This week, with over 340 views, the thread of the week goes to a thread about removing a channel from a user’s TV line up.
    Post of the Week:
    The post of the week goes to viafax999  for the thread “Can MI424WR be used as a bridge/repeater?”.
    Member of the Week:
    Congratulations to gs0b because of your contributions in various threads this week, you are the member of the week.
    Keep up the good work!
    Top Kudoed Authors:
    Justin
    9
    walt178
    9
    melissa01
    6
    mcquillen811
    5
    armond_in_nj
    5
    This week’s MVP’s
    This week, the MVP’s for the forums are Anti-Phish, Smith6612 , and walt178
    Thank you for your continued efforts!
     ChrisB_VZ

    Patrick,
    Thanks my session verify function was causing the problem and I have removed it temporarily from my authentication scheme.
    I am using the "check_timeout" function that was developed a number of years ago as part of a "How To" section in the old HTMLdb days. I knew there was an issue with this routine as the newer versions of the browsers handle cookies differently and I was going to redevelop it at some point. Do you know which part of the function causes the issue?
    Many Thanks,
    Jon
    FUNCTION check_timeout
    RETURN BOOLEAN
    AS
    l_session_expire VARCHAR2(256) := NULL;
    l_cookie_exists BOOLEAN := TRUE;
    BEGIN
    IF htmldb_custom_auth.get_user IS NULL THEN
    RETURN TRUE;
    END IF;
    BEGIN
    l_session_expire := owa_cookie.get('HTMLDB_IDLE_SESSION').vals(1);
    EXCEPTION WHEN NO_DATA_FOUND THEN
    l_cookie_exists := FALSE; -- no cookie set, assume first page visit after login
    END;
    IF l_cookie_exists
    AND TO_DATE(l_session_expire,'DD-MON-YYYY HH24:MI:SS') < SYSDATE
    THEN
    wwv_flow.g_unrecoverable_error := TRUE;
    owa_util.redirect_url('f?p='||'500:101'); -- Note hard-coded login application and page ID 500:101
    RETURN FALSE;
    ELSIF NOT g_cookie_already_sent THEN
    owa_util.mime_header('text/html', FALSE);
    owa_cookie.send ( NAME => 'HTMLDB_IDLE_SESSION',
    VALUE => TO_CHAR(SYSDATE+(c_max_idle_minutes/1440),'DD-MON-YYYY HH24:MI:SS'),
    expires => NULL,
    path => '/',
    domain => NULL );
    owa_util.http_header_close;
    g_cookie_already_sent := TRUE;
    END IF;
    RETURN TRUE;
    END check_timeout;

  • MVP List #99: Feb. 8, 2014, 2014 - Feb. 14, 2014

    MVP List #99: Feb. 8, 2014, 2014 - Feb. 14, 2014
    The Verizon Community Forums Most Valuable Posting List is where we recognize great work and words happening every day right here on our community. We know the success as a community is based on the continual and lively contributions of our valued members. Each member provides special and unique contributions and this is the place we try to highlight members that have stood out during the previous week.
    Thread of the Week:
    This week, the thread of week goes to a thread with over 100 views is a post about the 7232 Volume being stuck. Check it out and reply if you have any guidance.
    Post of the Week:
    Thank you Walt178 for providing this weeks post of the week with over 93 views on the thread of the week listed above. Thanks for your help and attention!
    Member of the Week:
    TNS_2, thank you for your support in the thread about “Configuring e-mail to Outlook 2013”, you are this weeks member of the week!
    Top Kudoed Authors:
    Anti-Phish        8
    thetick1234        5
    Smith6612        5
    This week’s MVP’s
    This week, the MVP’s for the Verizon Community Forums are TNS_2, dslr595148, and Anti-Phish. Thank you for your continued support of the Verizon peer to peer forums!
     ChrisB_VZ

    I am honored to be on the list, however I wish it wasn't for the reason it was.
    Unmentioned in your post is the outpouring of support for the Funimation channel.  This channels cancellation, due to what is quickly turning out to be a less than factual reason of 'low viewership' from Verizon, has mobilized many of your customers.  In fact, I'm sure that most of the people in your list this week were kudo'ed for posts in 1 of 2 threads:
    Funimation Canceled!
    Save Funimation Petition
    If we are to look at the pure numbers, at the time of this writing those 2 threads combined for a total of nearly 950 kudos and 3800+ views.  Even more telling:  198 of the 200 most kudo'ed posts are people SUPPORTING Funimation Channel and against Verizon's decision to cancel the channel.  (http://forums.verizon.com/t5/kudos/leaderboardpage/board-id/FiOS_TV_Entertainment/timerange/one_mont...
    IMHO (and no offense to Justin and his very helpful document) either of these 2 would have made a much more appropriate 'Thread of the week'.

  • How to add List view to SharePoint 2013 app

    Hi
    I'm developing intranet metro style app as SharePoint 2013 auto hosted . i need to get promoted list to display in my app page as it is display in SharePoint host site. i have seen some blog post but no clue of detail way of doing it (http://www.greggalipeau.com/2013/12/25/adding-list-views-to-sharepoint-2013-apps)
    Can any one let me know how to do this in a way steps to follow or any information on this highly appreciated.
    Kind regards
    Radika 

    http://newscarrouselapp.codeplex.com/ Download sample
    http://nettitude.wordpress.com/2013/01/27/creating-a-carousel-in-a-sharepoint-app-using-client-side-rendering/
    http://webcache.googleusercontent.com/search?q=cache:t4nEmPtXxtQJ:sp2013.blogspot.com/2012/08/use-list-view-in-sharepoint-2013-apps.html+&cd=4&hl=en&ct=clnk&gl=in&client=firefox-a
    <WebPartPages:WebPartZone runat="server"
    FrameType="TitleBarOnly" ID="full" Title="loc:full" >
    <WebPartPages:XsltListViewWebPart ID="XsltListViewWebPart2"
    runat="server" ListUrl="Lists/SlideShow" IsIncluded="True"
    NoDefaultStyle="TRUE" Title="Slideshow Images"
    PageType="PAGE_NORMALVIEW" Default="False"
    ViewContentTypeId="0x">
    </WebPartPages:XsltListViewWebPart>
    </WebPartPages:WebPartZone>

  • Create search refiner for list name in sharepoint 2013

    Hi everybody!
    How could I create a search refiner for list name in SharePoint 2013?? I think I can create a search refiner for list ID but how could I show list name base on list id to users in refinement webpart??

    you can create your custom Manged property and use content enrichment to fill the managed property 
    http://blogs.msdn.com/b/richard_dizeregas_blog/archive/2013/06/19/advanced-content-enrichment-in-sharepoint-2013-search.aspx
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • Hide view links in list view in sharepoint 2013

    Hi
    How I can hide view links in list view in sharepoint 2013. Like below pic?
    Thanks.

    for that you can use id of its parent span element something like below.
    #WPQ2_ListTitleViewSelectorMenu_Container {
    display: none !important;
    Thanks.

  • SSIS List Adaptors for SharePoint 2013

    Was wondering if anyone is using the SSIS SharePoint List Adapters with SharePoint 2013 ?  We are interested in using them, but wasn't able to get information on support for SharePoint 2013 and the api's used (ASMX vs WCF web services). 
    https://sqlsrvintegrationsrv.codeplex.com/documentation
    https://msdn.microsoft.com/en-us/library/hh368261.aspx
    Thank you in advance for any help. 
    Tom
    Tom H.

    Hi Tom,
    Based on my test, we can use SSIS SharePoint List Adapters for SharePoint 2013.
    The following steps test in my environment are for your references:
    Download and Install SharePointListAdaptersSetup.msi or SharePointListAdaptersSetup_x86.msi.
    Right-click the SSIS Toolbox pane to Refresh Toolbox, then we can see SharePoint List Source and SharePoint List Destination under Common group.
    Create a SharePoint connection as SharePoint Credential in the package.
    Double-click SharePoint List Source or SharePoint List Destination to open the dialog box.
    Select the SharePoint Credential as Connection Manager in the Connection Managers pane.
    In the Component Properties pane, paste the URL for the SharePoint site into the SiteUrl (exclude anything from the word Lists onward in the URL)
    Example: if your SharePoint site URL for Lists is
    http://sp2k13/sites/report/Lists/11/AllItems.aspx
    then type http://sp2k13/sites/report as SiteUrl, type 11
    as SiteListName, type All Items as SiteListViewName.
    Finishing the mapping in the Column Mappings pane.
    The following screenshot is for your reference:
    Reference:
    How To Use a SharePoint List as a Data Source in your SSIS Package
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • Expand (deploy) distribution lists not working Outlook 2013 + Outlook Mac 15.9

    I try to figure out how to expand (deploy) the distribution lists in both Outlook 2013 (Windows) and Outlook for Mac 15 (Apple). Actually it's extremely weird because it work randomly... We mainly uses Outlook for Mac 15.9 in the Office and some people (only
    a few ones) actually see a blue down-pointing arrow in from of the Distribution Lists when they are it to the "TO" field in Outlook for Mac 15.9. Then if they click on it, the list are deploying and been replaced by employees in the list. On Outlook
    2013 for Windows, there's NO WAY to get the small "+" sign in front of the distribution list... FYI, the same person who can deploy on Outlook for Mac 15, can't deploy on Outlook 2013 for Windows.
    I already eliminate a lack of permission somewhere in my Exchange Online manager, because I am the "owner" of distribution list and I can't expand (deploy) it anyway in Outlook 2013 and I tried to promote somewhere else as the "owner" and
    it doesn't make him/her able to expand any more.
    FYI I created few distribution lists in my Exchange Online admin into the "GROUP" section, they are all Dynamics Distribution Lists and as I told you, some people can deploy (well, 99.9% of peoples CAN'T deploy lists, but a few CAN do it, 0.01% of
    employees).
    I checked carefully in the distribution list settings on Exchange Online admin portal, but there's not much settings I can change...
    The point is I MUST get the deploy feature to work with the distribution list because SEVERAL TIMES a week administration teams need to send email to all employees but while excluding a few of them, so they need to be able to deploy the dynamic list, then remove
    manually the 2-3 peoples from the recipients list. As you can see on my screenshot, there's a few people where the blue arrows are working (Outlook for Mac 15.9)...

    Hi,
    Please follow these steps: -
    If
    RoomFinderShow = 0 under registry path: HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Outlook\Preferences
    The Room Finder behaves the following ways when you start Outlook: -
    The Room Finder is not shown by default on the
    Appointment tab.
    You can manually enable the Room Finder on the
    Appointment tab.
    If you open a new meeting from after enabling the Room Finder in another meeting room, the Room Finder is not shown by default on the
    Appointment tab of the new meeting form.
    If you manually enables and then disable the Room Finder on the
    Appointment tab, nothing is written into the registry.
    When you have the required update installed and
    RoomFinderForceDisabled=1, Outlook will not display the Room Finder pane on either the Scheduling Assistant tab or the Appointment tab in a meeting form.
    Regards
    Ashish@V

  • MVP List #117 Sept. 13, 2014- Sept. 19, 2014

    MVP List #117 Sept. 13, 2014- Sept. 19, 2014                                                             
    The Verizon Community Forums Most Valuable Posting List is where we recognize great work and words that happen every day right here on our community. We know the success as a community is based on the continual and lively contributions of our highly valued members. Each member provides special and unique contributions to the group. This is the place we will highlight members that have been especially outstanding during the previous week.                    
    Thread of the Week:
    This week’s thread of the week is: ROBOCalls
    Post of the Week:
    Thanks to Kestrel for your post on the thread “faster router offer etc. apple/wep/wpa”
    TOP KUDOED AUTHORS: great job guys!
    bbrown9: 4
    hubrisnxs: 4
    jimsnow: 3
    sangs: 3
    Justin: 3
    This week’s MVP:                                                                                             
    This week’s MVP is CaptainSTX, thanks for your continued contributions to the forums! 
    Cheers,
    Brittany_VZ

    MVP List #117 Sept. 13, 2014- Sept. 19, 2014                                                             
    The Verizon Community Forums Most Valuable Posting List is where we recognize great work and words that happen every day right here on our community. We know the success as a community is based on the continual and lively contributions of our highly valued members. Each member provides special and unique contributions to the group. This is the place we will highlight members that have been especially outstanding during the previous week.                    
    Thread of the Week:
    This week’s thread of the week is: ROBOCalls
    Post of the Week:
    Thanks to Kestrel for your post on the thread “faster router offer etc. apple/wep/wpa”
    TOP KUDOED AUTHORS: great job guys!
    bbrown9: 4
    hubrisnxs: 4
    jimsnow: 3
    sangs: 3
    Justin: 3
    This week’s MVP:                                                                                             
    This week’s MVP is CaptainSTX, thanks for your continued contributions to the forums! 
    Cheers,
    Brittany_VZ

  • MVP List #102: Mar. 8, 2014- Mar. 14, 2014

    MVP List #102: Mar. 8, 2014- Mar. 14, 2014
    The Verizon Community Forums Most Valuable Posting List is where we recognize great work and words happening every day right here on our community. We know the success as a community is based on the continual and lively contributions of our valued members. Each member provides special and unique contributions and this is the place we try to highlight members that have stood out during the previous week.
    I appologize for the lack of a MVP report for last week, we have been swamped with projects at HQ!
    Thread of the Week:
    I am always impressed by the depth of knowledge of our community memebers, and this week’s thread of the week is no exception! This week, the thread of the week is about Cat5e or Cat6 and Router Differences.Thank you everyone who helped with this thread!
    Post of the Week:
    This weeks post of the week goes to Anti-Phish for the post on “router channel. leave on auto or pick a channel?”. Thank you for your attention and support!
    Member of the Week:
    The member of the week goes to gs0b . Thank you for all of your hard work and attention.
    Top Kudoed Authors:
    macgig
    6
    RobHunt
    6
    gs0b
    5
    This week’s MVP’s
    This week, the MVP’s for the Verizon Community Forums are Viafax999, gs0b , and TNS_2, good work!
    Big thanks to everyone in the community, keep up the great work helping the Verizon peer to peer forum thrive!
    Best, ChrisB_VZ

    What is the update number causing this issue?
    Sounds very similar to this issue:
    http://blogs.vmware.com/workstation/2014/10/workstation-10-issue-recent-microsoft-windows-8-1-update.html
    Are you running the most recent version of VMware Workstation 10?
    For more support for VMware products, a better place is the VMware forums, as this forum is for Windows 8.x Hyper-V. (
    https://communities.vmware.com/community/vmtn/workstation/content?filterID=contentstatus[published]~objecttype~objecttype[thread])

  • Add two attachment field in custom list through sharepoint designer 2013

    Hi all,
    I want to add two attachment columns to the SharePoint 2013 custom list through SharePoint Designer 2013 (not using ribbon attachment option) only . I managed to attach single attachment column to the attachment field. But I am not able to create second
    field for attachment.
    for example, one column for attaching address proof and second column for identity proof.
    Any help would be appreciated.

    Out of the box this simply isn't going to be possible the way you seem to want it. The attachment field does allow for multiple attachment, but I can see why you'd potentially want these separated out.
    Alternative:
    You could instead create a link field for each. Users load the documents into a document library and then copy the URL to paste into the form. If you potentially need multiple attachments for each, you can use an InfoPath form and a repeating table.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • MVP List (Most Valuable Posting) List Week #5

    MVP List (August 1st through August 7th)
    The Verizon Community Forums (Most Valuable Posting)List is where we recognize great work and words happening every day right here on our community.  We know the success as a community is based on the continual and lively contributions of our valued members.  Each member provides special and unique contributions and this is the place we try to highlight members that have stood out during the previous week.
    Thread of the Week: 
    Great teamwork troubleshooting this Verizon Modem Router issue. 
    Post of the Week: 
    Thank you, jtktlw, for detailing such thorugh step-by-step instructions on connecting your Xbox Live with the Actiontek GT704-WGB wireless router. 
    Most Helpful Member: 
    This would have to go out to Justin this week.  A member wanted help with "Setting up the IMG Guide to just show channels that they actually get" We were reminded at how helpful it is sometimes to point each other back to content/solutions already previously posted. Justin had written a user guide on that very topic previously with "Exploiting TV Favorites."
    Most Noteworthy Quote: 
    "In contrast to those users who claim they aren't being given the speeds they were advertised, FiOS customers in our forums indicate they're actually getting more than they paid for."  Great observation, Hubrisnxs!
    Top 10 Kudos of the last 7 Days!
    Screen Name
    # of Kudos
    1.
    prisaz
    29
    2. 
    Hubrisnxs
    17
    3.
    Viafax999
    12
    4.
    Justin
    11
    5.
    lasagna
    10
    6.
    spacedebris
    9
    7.
    Jumpin68ny
    8
    8.
    Keyboards
    5
    9.
    RetiredDBA
    5
    10.
    ACABThomas
    4

    Just a reminder folks, that this is a thread to celebrate the positive about the Verizon Residential Services Forum and its contributors. Please be courteous to all Verizon users, and if there is a feature you would like to see on any Verizon board, please make the suggestion.

  • MVP List (August 22 through August 28)

    The Verizon Community Forums Most Valuable Posting List is where we recognize great work and words happening every day right here on our community.  We know the success as a community is based on the continual and lively contributions of our valued members.  Each member provides special and unique contributions and this is the place we try to highlight members that have stood out during the previous week.
    Thread of the Week: 
    Great testimonials why our members love their FiOS packages and service.  If you are trying to decide if FiOS is for you, this is a great read!
    Post of the Week: 
    We want to give a shout out to eljefe  Thank you for taking the time to help with internet shortcuts and sticking with the thread until member got all his answers needed!
    Most Helpful Member:   
    Special recognition to viafax999.  Lots of great information on FiOS Internet last week  Also, in the top 5 for kudoed members.  Way to Go!
    Top Kudoed Members for Last Seven Days!
    Screen Name
    # of Kudos
    1
    Lasagna
    22
    2
    Hubrisnxs
    15
    3
    Prisaz
    12
    4
    Spacedebris
    11
    5
    Viafax999
    10
    6
    Justin
    10
    7
    CapnCrunch
    7
    8
    Keyboards
    7
    9
    Dslr595148
    6
    10
    Brennok76
    6

    Great contributions, everyone, and congratulations on making the MVP list this week!

  • Migrating InfoPath 2010 Forms(Lists/Libraries) to InfoPath 2013

    Hi All,
     We have lots of InfoPath Forms in SP2010 and migrating to SP 2013. It would be helpful if anyone could suggest a suitable way to migrate the Forms. 
    Trying to avoid external tools just planning to inhouse.
    Thanks,

    Hi,
    According to your post, my understanding is that you wanted to migrate InfoPath 2010 Forms(Lists/Libraries) to SharePoint 2013.
    The issue is caused by the security and Claims-Based authentication.
    There is a new Secure Store Service ID that needs to be created to allow InfoPath to connect over Claims Based Authentication
    Here is a great blog for your reference:
    http://thatssharepoint.blogspot.com/2013/12/issues-with-infopath-forms-after.html
    More information:
    InfoPath and SharePoint 2013 – Upgrading your forms
    Migrating InfoPath Forms Services applications from 2010 to 2013
    Thanks,
    Linda Li
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • MVP List #66: Jan 26 - Feb 1, 2013

    The Verizon Community Forums Most Valuable Posting List is where we recognize great work and words happening every day right here on our community. We know the success as a community is based on the continual and lively contributions of our valued members. Each member provides special and unique contributions and this is the place we try to highlight members that have stood out during the previous week.
    Thread of the Week:
    Our Thread of the Week discusses what to do if your TV settings keep changing- seemingly by themself! In this instance, DarkDune's FiOS TV keeps switching back to 720p after it's set at 1080i and he can't figure out why. Thanks to everyone who helped solve this issue- including the OP who built upon all the advice given and figured this out! 
    Post of the Week:
    Prisaz wrote our Post of the Week in this thread asking how to watch movies from a PC on the TV. Huge thanks to Prisaz for helping out and for linking to all the great information he learned while attended CES as a guest of Verizon.
    Member of the Week:
    Charliebarrett is our Member of the Week with this great post detailing how to make sure the YouTube widget on FiOS TV is working properly. Thanks Charlie for the great instructions!
    Top Kudoed Authors:
    Author
    # of Kudos
    1
    Smith6612
    20
    2
    PJL
    16
    3
    Hubrisnxs
    15
    4
    22Becca22
    11
    5
    Justin
    11
    6
    Prisaz
    10
    7
    KathyByrne
    10

    Thank you!  I noticed the MVP symbol next to my name and used my fabled tenacity to find myself on this list.  I hope my message will be of help to the possibly one other person who prefers an old TV and doesn't have HD.

Maybe you are looking for