How to show number of replies, views, likes, bookmarks

Is there a way to show the number of replies, number of bookmarks, number of views, number of likes for an individual forum (like Yosemite OS X) like when you click on one of the main categories (Content, Discussions, etc).
Have not found any way to set these "attributes" when viewing the individual forums - only when viewing the "global" type collections of things.
THanks

check out our friend turingtest2's SITEMAP | ASC - there's some special  links to your own stuff below the Table of Contents
for the " /content " forum main pages - make browser bookmarks after you have arrived at them and use instead of in page navigation
If using Safari, check out our friend Etresoft: ASCPowerTools
If other browsers, check out ASCPowerTools "Lite" workaround - Adjust the format and layout of ASC Web Pages - by Hiroto, tt2, rccharles, et al

Similar Messages

  • How to create the floating message view like Map app and Safari does?

    Hi, guys,
    I am trying to implement a information message view like the Map app and the Safari does.
    Here is the description:
    1. When you drop a pin in the Map app and then tap on the pin, you always can see a floating transparent message on the top of the pin.
    2. When you tap and hold on a link in the Safari app for a few seconds, you can also see a same message view like the Map app does and without showing the disclosure button.
    All I want is such kind of thing, but I had look through out the documentation and the Interface Builder components list. I can not find such a component.
    Does anybody has a similar experience on implement this?
    Thank you guys..

    You're not going to find a control to do this for you. You will have to create a subview and set the properties (color, frame, etc) yourself.

  • How to show number of days:hours:min:second

    Hi !
    Need your help on this one:
    I have to calculate the number of (  Days;Hours:Minute:Second  ) that a ticket have been opened
    But I have a problem to display the format that I want:  DD:HH:MM:SS
    EX:the ticket have been opened 2011-05-03 11:00:00
    first I create a formula to show number of second to show how long the ticket have been opened since the currentDate in seconds
    Formula Name is:
    {@number of seconds OpeningTime}
    Crystal Syntax:
    DateTimeVar dt1:= {@DTOpenDate};
    DateTimeVar dt2:= {@CurrentDateTime};
    If dt2 >= dt1 Then
    NumberVar ds:= (Date(dt2) - Date(dt1))*86400; 
    NumberVar hs:= (Hour(dt2) - Hour(dt1))*3600; 
    NumberVar ms:= (Minute(dt2) - Minute(dt1))*60;
    Numbervar ss:= Second(dt2) - Second(dt1);
    NumberVar ts:= dshsms+ss)
    Else
    NumberVar ds:= (Date(dt2) - Date(dt1))*86400;
    NumberVar hs:= (Hour(dt2) - Hour(dt1))*3600;
    NumberVar ms:= (minute(dt2) - Minute(dt1))*60;
    NumberVar ss:= Second(dt2) - Second(dt1);
    NumberVar ts:= dshsms+ss)
    then I create another formula to display the format that I want:Ex:if the ticket have been opened for about 25hh:00mm:00ss
    i want to show 01:01:00:00
                             DD:HH:MM:SS
    Formula name: {@DTConversionOpeningTime}
    I use Crystal Syntax:
    WhilePrintingRecords;
    StringVar Days1;
    StringVar Hours1;
    StringVar Minutes1;
    StringVar Seconds1;
    NumberVar Duration:=0;
    Duration:= {@number of seconds OpeningTime};
    If Duration < 0 Then
      "Cannot have a time less than zero"
    Else
      (Days1:=ToText(Truncate(Duration/86400),0);
    Hours1:=ToText(Truncate(Duration/3600),0);
      Minutes1:=ToText(Truncate(Remainder(Duration,3600)/60),0);
      Seconds1:=ToText(Remainder(Remainder(Duration,3600),60),0));
    //Display format
      (if length(Hours1) < 2 then '0')+ Days1 + ":" +
      ["0",""][length(Hours1)]+ Hours1 + ":" +
      ["0",""][length(Minutes1)] + Minutes1 + ":" +
      ["0",""][length(Seconds1)] + Seconds1;
    Thanks for your help

    Find a solution, see thread:
    Re: Converting a calculated field into format of dd:hh:mm:ss answered by Jason Long

  • How can i block others to view my bookmarks if the master password is not entered correctly? Now user can cancel startup password & view bookmarks belongs to me

    I've setup master password and it's asked to enter at the start up screen. Other users can view my bookmarks by canceling the password prompt. I want others to prevent seeing my bookmarks if they don't know the master password

    ''nagubandigopal [[#answer-711782|said]]''
    <blockquote>
    ''isharamahesh [[#question-1055086|said]]''
    <blockquote>
    I've setup master password and it's asked to enter at the start up screen. Other users can view my bookmarks by canceling the password prompt. I want others to prevent seeing my bookmarks if they don't know the master password
    </blockquote>
    if you are setted up master password to bookmarks there is no chance to see your bookmarks
    </blockquote>
    How can i setup pasword for the bookmarks. According to the below it's not possible
    https://support.mozilla.org/en-US/questions/972664

  • How to show picture in switch view ( Creative ZEN Vision:

    Hi
    I have Creative ZEN Vision:M, I try to use music folder of "Switch view" to show picture, right now only one folder is showing picture, the other folders are not able to display pictures, am I need to doing some kind of setup?
    Thanks.

    Just wanted to mention - I bought the IR Remote thinking to make the player useful without navigation keys. Now I feel like I wasted more money instead of shifting to some other player by some other company with better customer service.

  • Showing dates in Projects view like iPhoto does in Events view

    Hello, I recently imported my iPhoto library into Aperture and am overall pleased with all that Aperture has to offer. However, there are a couple things that are really frustrating to me that I miss in iPhoto.
    For instance, in iPhoto when I scroll through Events by dragging the little scrubber bar on the far left of the screen, an overlay appears in the middle of the screen that tells me what the date is of the Event that is in the middle of the screen. When I do the same thing in the Projects view in Aperture, I get no such helpful overlay. Is there a way to turn this feature on? I know it sounds like a small thing, but it is very useful when browsing for particular photos.
    Thanks for your help!

    I'm not familiar with iPhoto, but in Aperture you have quite a few options to sort and view your projects by date, folders, etc.
    Here's a screenshot in which I marked the sorting options field: http://skitch.com/pbmbuss/rk4td/aperture-3-projects-sorting
    Hope it helps!
    Pedro.

  • How to show number of mails stored in a postbox ?

    I'm using several local postboxes (folders) created in the Mail app to store messages by certain topics.
    When new mails arrive, the number of new (unread) mails is shown beside the postbox name, so far so good. But is there a way to also show the total number of messages (unread and read) a given postbox contains instead just counting the new ones ?

    If you are looking for third-party possibilities then search at VersionTracker or MacUpdate.

  • How to show number of times as output?

    i have a table books_issue_details. I would like to show as output
    books table:
    book_id,book_name,author_name,etc..
    book_issue_details
    columns book_id,issue_id,student_id,issue_date
    output:
    title 1 has been issued o times
    title 2 has been issued 4 times

    Use outer join:
    with books as (
                   select 1 book_id,'A' book_name from dual union all
                   select 2,'B' from dual
         book_issue_detail as (
                               select 2 book_id,99 student_id from dual
    select  'Title ' || t1.book_name || ' has been issued ' || count(t2.book_id) || ' times.' cnt
      from      books t1
            left join
                book_issue_detail t2
              on t2.book_id = t1.book_id
      group by t1.book_id,
               t1.book_name
    CNT
    Title A has been issued 0 times.
    Title B has been issued 1 times.
    SQL> SY.

  • How do I show number of messages in mailboxes for Mail?

    I can't figure out how to show the number of messages in my mailboxes. When I go to View > Message Attributes, Number is grayed out. Nothing in Customize Toolbar that would suggest #. Any advice? Thanks!

    no, like in classic, there was a column "#" which showed how many messages you had in that particular email account. but all that info is in the email itself, but no total of emails for that mailbox. When I go to View > Message Attributes, "Number" is grayed out. thanks for your input.

  • How to show all view tab (Main Report and all Sub Report) in Visual FoxPro 9

    I use ActiveX from Crystal Report Developer XI for viewer in Visual FoxPro 9 and I already know how to show Main Report by using command:
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=thisform.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    Inside the MyReport.rpt there is two subreport name :
    1. MySubReport1
    2. MySubReport2
    My Question is :
    How to show all view tab (Main Report and all Sub Report) at the 1st time we call ViewReport?
    I try to using command :
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=thisform.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptSub=oRptOpen.OpenSubreport("MySubReport1")
    oRptSub=oRptOpen.OpenSubreport("MySubReport2")
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    but only show Main Report (view tab name : Preview)?
    Did I miss any command before I call oRptView.ViewReport?

    Your right, there is only one tab to view the report.
    To open the subreports you will need to click on them in the main report. I don't know of a way to open them programmatically like you are doing here
    http://diamond.businessobjects.com/robhorne</a>

  • How to avoid crosstab - Show number of days according to groups

    Morning all,
    I think you all would agree with me that even having crosstab as a great tool in Crystal 2008, there are still quite allot of limitations to it.
    I have created a report using crosstab which shows number of days and jobs according to those days grouped by account number, product code, sales area. This report is working fine until my director asked me to further group those days according to sub categories of lenses.
    For example
    Crosstab shows
    Number of days - Day 1,day 2, day 3
    Number of jobs - 111----123--1213
    Percentage - -
    12%---34% 60%
    Now if you look at the example it says day 1, 111 jobs went out. What the director would like to see is those jobs being sub divided into types of lenses.
    So out of 111 jobs, 25 would be Finished lenses, 30 could be uncut lenses and so on.
    The new report should be like this
    Number of days -
    Day1---Day2---Day3
    Number of Jobs:-
    Finished -
    25--34-----23
    Uncut--3045-----23
    AR--7056-----76
    Total----125135----122
    Percentage:-
    Finished -
    25%--34%-----23%
    Uncut--30%45%-----23%
    AR--70%56%-----76%
    Total----100%100%----100%
    Now if we look at the above criteria it seems that I have to use groups even further down the report where I am using crosstab at the moment. This means I have to get rid of the crosstab and run a report manually.
    However the big question is, how to get the report calculating number of days and jobs according to customer account number, product code and sales area manually?
    I tried the following formula but this requires to write way too many formulas, for example some of the jobs have taken more than 60 days and if i use this formula I have to write 60 formulas for number of days which is not feasable.
    **//provided by IIbas in another forum**
    whileprintingrecords;
    numbervar day0;
    numbervar day1;
    numbervar day2;
    if {@workingdays} = 0 then
    day0 := day0 + 1 else
    if {@workingdays} = 1 then
    day1 := day1 + 1 else
    if {@workingdays} = 2 then
    day2 := day2 + 1 else //up to the maximum number of days.
    Then in the report footer, reference the days in separate formulas, and identify them with text boxes, e.g.,
    //{@day0};
    whileprintingrecords;
    numbervar day0;
    I can sort out the Finished, uncut,AR by grouping them however I am wondering how to create a manual running total of jobs complying with number of days without using crosstab.
    Any ideas?
    Many thanks
    Regards
    Jehanzeb

    no answer closing

  • How to count number of viewer of a thread in sharepoint discussion board.

    HI All,
    I am working on sharepoint discussion board, I want to calculate the total number of viewers of a thread.
    Just like a thread in MSDN forum Replies & Views.
    is there any column in sharepoint discussion board to get number of views.
    please tell me the approach or share the C# code.
    thanks

    hello
    you can use Sharepoint Audit feature - see
    SPAudit class for details. Also check this link:
    Number of times a post has been viewed in SharePoint Discussion Board
    Blog - http://sadomovalex.blogspot.com
    CAML via C# - http://camlex.codeplex.com
    Graphs visualization in Sharepoint - http://spgraphviz.codeplex.com

  • How to show Html5 created in eclipse and link to any cloud application like c4C through HCP

    Hi Experts,
    How to show Html5 created in eclipse and link to any cloud application like C4C through HCP 
    Regards,
    Vijay.

    Your question is very unclear, please elaborate what you are trying to achieve.
    Also, did you click on the Alert Moderator link? This is for reporting abusive content, spam, points cheating, etc. It should not be used w/o a reason (one of the above) as what it does is putting the content in the Moderators' queue and hiding it from public view.

  • When I receive and answer e-mail, the correspondence is usually "nested" with the original message, and the number of replies, etc. are indicated with a number next to the original message.  How can I change the mail settings so that every reply is listed

    When I receive and answer e-mail, the correspondence is usually "nested" "behind"  the original message, and the number of replies, etc. are indicated with a number next to the original message in the inbox.  How can I change the mail settings so that every reply is listed individually in the inbox instead of having them "stacked" behind the original message.  I'm afraid I might accidentially overlook messages the way they are handled now.

    Somebody here will correct me if I'm wrong, but what you have to do is go into Settings, Mail/Contacts/Calendars and under Mail, turn off "Organize by Thread".  I think that will make each message show individually.

  • How to show view based on condition

    Hi,
    I have a scenario with login screen with a submit button and two views(success and error).
    Now I want to show
    a)a successful view if user enters a correct login name and password(which will be validated with static values in action method of submit button)
    b)a Error view if user enters wrong username and password.
    I am struck at action code to write a condition to show respective views.
    Some thing like (In Java)
    If (login.id=='abc' && login.password='xyz')
    show.view1
    else
    show.view2
    I am not familar to ABAP coding as I just started to know.
    If anyone know action code, Please help on this.
    Thanks in advance
    Praveen

    Hi Suman,
    Thanks for the code. my issue is still not solved
    I have to change the code with respect to context node info.
    My context looks like
    Root
       ->Person
             -->Name
             -->Address  (which is designted as password)
    Now how to do modify your code with respect to the context. I'm sorry I m new to ABAP coding.I tried with below changed code.it gave me an error as shown in below.(type if_first=>element_name is unknown)
    method ONACTIONACTION_GO .
    data:
        node_input_data  type ref to if_wd_context_node,
        elem_input_data  type ref to if_wd_context_element,
        stru_input_data  type iffirst=>element_name._
    navigate from <CONTEXT> to <INPUT_DATA> via lead selection
      node_input_data = wd_context->get_child_node( name = 'PERSON' ).
    get element via lead selection
      elem_input_data = node_input_data->get_element(  ).
    get all declared attributes
      elem_input_data->get_static_attributes(
        importing
          static_attributes = stru_input_data ).
    if stru_input_data-name = 'praveen ' and
      stru_input_data-address = 'ilkal'.
    Navigate to view1
      wd_This->Fire_Outtov2_Plg(
    else.
    Navigate to View2
    wd_this->fire_<plugname>_plg(
      wd_This->Fire_Outtov2_Plg(
    endif.
    endmethod.
    Error:
    type if_first=>element_name is unknown  (why this error..?)
    Thanks
    Praveen
    Edited by: Praveen kumar Kadi on Sep 12, 2008 9:38 AM

Maybe you are looking for