Displaying content according to a calendar date

Is it possible to display content for a set period (eg 1 week) then change it for another set of content for the next week then revert back to the first set of content (eg a restaurant menu) without requiring any action from the website owner? And without using the "enable" checkboxes in the backed interface.

Hi,
Not a feature we have within the system as the closes would be ad rotators but that just changes "on-click". 
You might be able to acheive this with some custom JS however I have yet seen an example to provide. 
I'll leave this open for the community to chime in if there are possible working examples for you to reference. 
Kind regards,
-Sidney

Similar Messages

  • Can we achieve a functionality to display content according to customizable

    Hi,
    I am new to UCM and have following queries . I tried searching on net but didnt get specific answers. Please guide me if possible?
    1. Does UCM support streaming content. i.e. multimedia combination of video, sound and accompanying slides. And i need to know if it supports SMIL format files (Synchronized Multimedia Integration Language ). Do we need to buy any component for that or it is supported by default.
    2. Can we achieve a functionality to display content according to customizable rules. For example to display a
    list of pages in the "ABC" branch modified within the last 12 days?
    3.Can we provide search/replace property in the WYSWYG editor, I didnt find the same there? Is there any ootb for that?
    4.Can we have Distributed content authoring, in order to have multiple content owners working on the same set of pages?
    5.Can UCM automatically generate a site map. Optionally certain pages should be able to be excluded from the map manually?
    6. Can we create and manage micro sites (or country versions of specific branches) ?
    Ideally content can be in the form of symbolic links - meaning unless the microsite "overwrites" content it takes content maintained in a global site.
    7. Does UCM have capability to do page assembly (reusable components)? ie. Could it be possible to create components that can be selected by users and inserted into content for standard functionalities, e.g., video players, registration forms, zoom tools?
    8. Does UCM have ability to upload multiple attachments/images at once?
    9. Can we hide an existing content without deleting it and later showing it again?
    10. Can we publish content directly to intranet, mobile format, e-Mail or need we to write any custom component for that?
    11. Can we publish multiple content types at once?
    12. Can web images (PNG, GIF, JPG) be easily managed by users with an interface that allows browsing by thumbnail, not just file name?
    Thanks a lot in advance.

    1. The Weblayout editor applet can be used to create virtual folders (not related to the Folders component) which are simply queries based on any metadata you like. So users can click on Browse Content/library folders to get to that section of the GUI then they will be presented with a base Page (think of it as a little UCM contained website) with links to reports, queries, and other pages even outside links like to Google. The number of pages you can create is not limited so you could create a large hierarchy of pages for reports and lists and search results. You can also secure sections of this internal website by security groups to keep some people from seeing those links on the pages (they simply do not show for you unless you have access to the group).
    So all out of the box, and all based on metadata including security. This is the very oldest version of Folders and unlike the folders_g component is not limited in number of folders or items per folder and does not change system performance like Folders_g.
    They are not truly folders and do not exist for external WebDav or DIS.
    Custom code may be needed if you want to generate reports of more complex kind than are provided as default.
    2. I am not a WCM expert but I think all of what you specify is possible as you ask. But again I am not WCM expert. As I remember it from 6 and 7.x Site Studio you can create multiple websites and link them into each other dynamically and even display the same content in the different look and feel context of a different site. Site studio is simply pulling fragments and content dynamically from the CS behind it. And different sites can call the same content in different ways. Your code in the webpages should be able to determine if and when you display things in your micro sites. That is not a standard Term in WCM as I understand it (microsite) but the concept works.
    3. I may not understand the question, but my assumption of what you want is:
    Site studio websites can use many types of content (text, html, worddocs, openoffice docs,code fragments, multi media) all checked in individually, to build up one page for display.

  • How to get "Calendar in the View" displayed on the page where Calendar web part is displayed?

    I have a calendar with overlay set up for 5 views. When the calendar list is open in full page, the "Calendars in View" is displayed on the left pane with all 5 views listed by colors.
    1) I want to display the calendar right on the home page, so I added the calendar web part to the page. But the problem is the "Calendars in the View" does  not show up on the quick launch on home page, it only shows up in calendar list view.
    How can I get "Calendars in View" displayed on left pane when calendar web part is displayed? so that users can select different views?
    2) Also it will be better if the "Calendars in View" can display all components of the overlay when not in the default view, so user can toggle thru different views to see each one on the main pane.
    Currently, only the default view has all colored views displayed under "Calendars in Views", once you click another view on the list, it just displays the current view, and you have to click the "Calendar" to see all and select another
    one.
    Really appreciated if someone can give a solution for at least the #1 problem. great if you have a solution for #2 as well!

    Hi,
    According to your post, my understanding is that you wanted to know how to add iFrame via Content Editor web part.
    There are two articles for your reference.
    How to insert an iFrame into a SharePoint web page
    Embed YouTube video in SharePoint 2010
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Calendar date prompts

    I am on 11.1.1.5. I am creating two calendar date prompts begin date and end date for an analysis. I want to be able to generate some kind error message or warning if the user tries to enter a date smaller than begin date in end date prompt. How can I do this?

    @Amith, no the link would not accurately satisfy the OP's need. What if the user chooses a valid date (i.e., in the allowable date range), but the report produces no records? The customized "No Results" message, would say, "Please choose a valid date value" and would be incorrect.
    user12301184 wrote:
    I am on 11.1.1.5. I am creating two calendar date prompts begin date and end date for an analysis. I want to be able to generate some kind error message or warning if the user tries to enter a date smaller than begin date in end date prompt. How can I do this?@user12301184, what you need to do is this:
    1) Create a small report that returns rows if the dates selected in the dashboard prompts are in the valid range, and does not return rows if the dates chosen are outside the range.
    2) In the dashboard, move a Section to the workspace and put your main report there. Click on Section>Properties>Guided Navigation and have OBIEE point to the small report created in step 1 with the radio button "Display when report returns rows" checked off.
    3) Move another Section to the workspace and put a Text object in the Section. Click Section>Properties>Guided Navigation and point to the same report, but this time choose "Dispay if the report returns no rows."
    4) Now in the Text object, put your customized message, "Please choose a valid date range."
    5) Finally, in the report itself, you can customize your "No Results" view to say, "There are no records to display for the date range selected."
    To summarize, according to the OP's criteria, there are two reasons why the report wouldn't show rows: one, specifically because of the invalid date range; and two -- not explicitly stated, but true nonetheless -- when the report itself produces no rows even though the date range is valid.
    My solution takes into account both scenarios. It doesn't give a potential wrong error message like so many applications do when the scenarios are not thought out completely.

  • My calendar date is not automatically changing, what's the proper setting?

    My calendar date is not automatically changing, what's the proper setting?

    If the population of the ObservableList (independent of any UI considerations takes a long time, then you probably want to do the populations off the JavaFX application thread (e.g. via a javafx.concurrent.Task)).
    If you do populate the list in a Task, standard threading cautions apply in terms of not updating items in the scene graph off the JavaFX application thread and ensuring that the system is absent of race conditions, etc.
    Look over the documentation of http://docs.oracle.com/javafx/2.0/api/javafx/scene/control/Cell.html and that may help you.
    The JavaFX controls such as ListView have been carefully designed to exhibit high performance even when backed by extremely large lists (through the concept of virtualization explained in the Cell documentation). For example, if the backing list is updated but the portion of the list being updated is not within the currently displayed list contents, (I would hope) the update would be very efficient.

  • Sorting calendar data

    Having a problem with a monthly ApEx calendar...
    The data returned is correct, but seems to be in a random order. The date field being used is simply a DD-MON-YY format and I don't care about time at all. The query being used to return the data is here:
    select a.ocd, a.group,
    a.group||'(group 1)'||(select first_name||' '||last_name from contacts where id = a.group_id) grp1_name,
    a.group||'(group 2)'||(select first_name||' '||last_name from contacts where id = a.group_id) grp2_name
    from ocd_table a order by a.group||a.ocd
    Where "ocd" is the date field. It doesn't seem to matter how or what I sort by, the calendar just scrambles the data when it displays it. It's problably related to a date format somewhere in the calendar defaults, but heck if I can find it.
    Is there any real place to add sort clauses to calendar data?

    I'm also having a problem with the sort order of a sql calendar region, but only on apex version 3.2.
    The calendar is seemingly ignoring the "order by" clause specified in the regions sql source.
    Please see following example: http://apex.oracle.com/pls/otn/f?p=46954:1
    Look in Month of July (is the only month with data currently).
    The source sql for the region is as follows:
    "SELECT
    DATE_KEY,
    TO_DATE(DATE_KEY,'YYYYMMDD') CAL_DATE,
    RESORT_ID,
    PROPERTY_ID,
    PROPERTY_NAME
    FROM CALENDAR_DEBUG
    where resort_id=102
    order by property_name desc"
    The display field for the calendar has been set to "PROPERTY_NAME".
    You can see that the items on the calendar are not sorted in descending order as specified in the sql query.
    I have an apex 3.1.2 environment where this behaviour does not happen - the sort order works perfectly according to the source sql.
    Is this an acknowleged issue with version 3.2 ?
    Thanks
    Jamie

  • Display Content is Not working in BI 7.4

    Hi All,
    In BW 7.4, I am trying to display content via Mange Infoprovider. Till 7.3 the data used to show in the BW system itself.
    Where as in 7.4 BW system display data redirecting to below URL and it’s calling a webdynpro APP called “rsdmdm_md_maintenance_app” as below URL
    http://host:port/sap/bc/webdynpro/sap/rsdmdm_md_maintenance_app?IOBJNM=ZDV_EMPID&sap-language=EN.
    Bu this URL giving 500 Internet server error.
    Can any one help with what I am missing here? In 7.4 is it possible to display content in BW system itself?
    Thanks in advance.
    Venky

    Hi,
    Please review following SAP Note. The new behavior (WebDynpro based Master Data maintenance) is now standard since SAP BW 7.4 SP05. Old SAPGui based screen is not possible anymore.
    The notes describes the SICF services you need to activate to make it work.
    My understanding is that old SAPGui based screen could not handle certain newer data types. As per SAP the new feature has some good benefits such as copy/paster multiple lines from spreadsheet.
    1997402 - Master data maintenance is not possible in old GUI based
    one
    1969105 - Master data maintenance for InfoObjects does not
    start
    517484
    - Inactive services in the Internet Communication Framework
    1969092 - Exception when launching master data maintenance for some
    InfoObjects; additional option for navigating to application log
    Hope this helps.
    btw: I only found out this week hard way as we just did SAP BW 7.4 upgrade. :-)
    Thank you with kind regards,
    Satya,
    Resolution
    It’s not possible to switch to old GUI Based Master data maintenance. Incase
    if new master data maintenance is not working please check:
    Check if services as described in note 517484 is active
    In transaction SICF activate services starting with RSDMDM*
    Check if note 1969092 is implemented already.
    See Also
    Additionally the new UI has some advantages like editing values directly
    within the tables, so it’s not required to edit the values one by one,  or the
    option to copy and paste values from a spreadsheet directly in to table.

  • How can I get missing contacts, notes, calendar dates and reminders that are just on my old iphone onto the iCloud for transfer to my new iPhone upgrade?

    Dear wise & wondeful people:
    How can I get missing contacts, notes, calendar dates and reminders that are just on my old iphone onto the iCloud for transfer to my new iPhone upgrade? Half of my contacts, notes, ect. were on my iCloud so have happily moved to my new iPhone but the rest are completely resistant. For example, on my iCloud I have 14 missing contacts starting with the letter A alone, however they are happily viewable on my old iPhone 4S and won't budge over into the iCloud.
    There are also 3 notes missing yet still acessible on my onld iPhone 4S, the list goes on.
    Your help would be most appreciated. Thank you so much.
    BCHR

    Hi BCHR,
    If you are having issues transfering your content from your old iPhone onto iCloud so it can be transfered to your new iPhone, you may find the following articles helpful:
    iOS: Transferring information from your current iPhone, iPad, or iPod touch to a new device
    http://support.apple.com/kb/HT2109
    iCloud: Troubleshooting iCloud Contacts
    http://support.apple.com/kb/TS3998
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/TS3999
    iCloud: Notes overview
    http://support.apple.com/kb/PH12081
    Regards,
    - Brenden

  • ITunes Calendar data doesn't match Outlook's.  How can I fix?

    I have a new iPhone and just recently discovered that the Calendar is not updating, 
    probably since the first time I synced.  And even then it was using old calendar data which 
    doesn't currently show up in Outlook.   (Contacts sync perfectly.)  Applecare took me 
    through their 1st and 2nd-level support troubleshooting and said they couldn't do anything more.  
    They suggested possible corruption of outlook.pst. 
    One glaring example: I used to have 3 calendars in Outlook: "Bridge", "Calendar" and 
    "Others".  I recently deleted all but the one called Calendar, but all 3 still show up in 
    iTunes, even though I've uninstalled/reinstalled iTunes twice.  Only "Calendar" shows up on 
    the iPhone, but it has old data.  I think the data it's displaying has not been refreshed 
    since 9/23/11, when I moved the outlook.pst file to a location in My Documents for easier 
    backup, but that doesn't really make sense since the Contacts update just fine.  (I've had 
    an iPad for about a year, and it's behaving the same as the iPhone now; the Calendar used 
    to update properly.)  Another possible clue: the iPhone shows two instances of one 
    particular recurring appointment.  I don't recall ever having two instances of it in 
    Outlook and wonder if that could be the problem.  I removed it altogether from Outlook and 
    that didn't help.
    I've done extensive testing with a new Windows user account and Outlook, and the calendar 
    syncing seems to work fine.  I've Googled "iPhone calendar won't update" and similar and
    haven't found anything that works for my situation.
    I'm running Office 2003 on Windows XP.  I do NOT use Outlook for mail.

    I was having the same problems after downloading 10.4.1 IStore would only download half way then nothing attempted reinstall no goood checked the Diagnostics with IPad connected, indicated no errors. more than a few hours browsing possible solutions. Found one stating 'Remove all Itunes connected software, i.e. Bonjour, ITunes, Safari etc from PC via the Uninstall Safely Feature and ReInstall. Hey Presto it worked now no issues.
    Good Luck. I am using Windows 7.
    That's my problem exactly, but I can't find the: ''Uninstall Safely Feature and ReInstall''. Where is that??
    Thank You

  • HT1296 I have a problem synching calendar data between my iPhone 3GS iOS 5.1 & Outlook 2007 on MS7.  The basic calendar is OK but the birthdays (little box icon) are a day early & cannot be changed to the correct date. How can I fix this?

    I have a problem synching calendar data between my iPhone 3GS iOS 5.1 & Outlook 2007 on MS7.  The basic calendar data transfer is OK but the birthdays (little box icon) are a day early & cannot be changed to the correct date. The birthday entries in my Outlook contacts have correct dates.How can I fix this?

    The following peocess corrects the calendar entry:
    edit the contact & change the birthday, save the change; edit the contact & change the birthday to the correct value, save the change again. The calendar entry then displays on the correct date.  Alternatively as a temp solution I can just de-select the "birthdays" calendar which stops the icon being displayed.
    Thanks for your advice, I think that it's n going to be a slow process to fix all the entries for not much return.

  • The contacts and calendar data on my iPod touch will not sync with my Mac

    I have a 2nd generation ipod touch, and an iMac running iTunes 8.2.1.
    I have been away from my mac for a few months and have entered a lot of contact and calendar info into my ipod touch.
    Now, when I try to sync the contacts and calendar data on my ipod touch with my mac, the data will not sync to my mac.
    Similarly, for the last couple months, the contact and calendar data on my ipod touch has not been able to sync with my mobileme account.
    I cannot afford to lose the contact and calendar data on my ipod touch.
    Can anyone kindly inform me how to fix this syncing problem without losing such data?

    DGKSA wrote:
    I ended up entering the data onto my Mac, then nuking my iPod touch with a restore.
    So, there is no need to respond to my question.
    You can also mark your post as "solved" if you solved your problem on your own.
    Only the original topic poster has the option to mark replies as either Helpful or Solved or to not mark a reply at all. The originator can also end the discussion by marking the topic as "answered," which displays a green star at the top of the topic page to let everyone know that the topic contains valid helpful information.
    copied from "Terms of Use"

  • Display records according month

    hi all.
    i want to display records according months.
    i created view something like this.
    create or replace view month_timer (item1, amount,item_date) as
    select item1,sum(amount),item_date
    from table
    where trunc(item_date) between to_date('01-jan-2010') and trunc(sysdate)
    AND item_TYPE!=4
    group by item1,item_date
    ORDER BY item_dateany suggestions?
    sarah

    create or replace view month_timer (item1, amount,item_date) as here in this statement you are using item1 and only tree columns.
    select pcd_plt_id,pcd_cbr_id ,sum(amount),item_date And here in this statement there are four columns. So which column is for item1
    group by item1,item_dateHere you can use only selected columns in group by. But you are using item1 which you used above for view.
    And in select there are three columns without aggregate function. And you are using only two here.
    If you could post the table data and desired output. Then it will be easier to find better way.
    -Ammad

  • How do I get to display content from an Azure DB , in a SharePoint external list?

    I have an SQL Azure DB, and I am trying to display contents in an external list in SharePoint Online. I have created the external list from the Azure table with BCS and Secure Store as described in the post below...
    http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/make-an-external-list-from-a-sql-azure-table-with-business-connectivity-services-and-secure-store-HA102933008.aspx
    I am now able to view the column headers for the table, however I don't see any data being displayed. There is a bunch of data in the table, but I can't see anything in SharePoint aside from the column headers.

    Hi Spawn,
    Have you successfully retrieved the database table data in SharePoint Designer 2013?
    There may be some incorrect configurations, I would recommend you create a simple DB table and go through the steps again per your referenced link and below article, see if there is any misconfiguration causing this.
    http://jamesdiblasi.wordpress.com/2014/01/19/sharepoint-online-external-azure-database-as-a-list/
    And also we have a dedicated forum below for Office365 SharePoint Online, you can post there for a better assistance with more experts regarding SharePoint Online issue.
    http://community.office365.com/en-us/f/154.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • Problem in importing calendar data

    Hi, I have a problem in importing calendar data, i.e. no national holidays are imported in the calendar (neither when I create the calendar nor later on using the settings). After waiting quite a while on the window "importing calendar data" I always get the message:
    "Unable to access calendar data - There was an error attempting to access a shared calendar using your internet connection. Check your connection settings and try again".
    That happens whatever the national holidays I choose.
    My internet connection works fine, so I don't understand where the problem is. Would anyone have useful hints?
    Thanks.

    Log into another account on you Mac and see if you can add holidays there. If not then a reinstall of iPhoto is indicated. To do so you'll have to delete the current application and all files with "iPhoto" in the file name that reside in the HD/Library/Receipts folder.
    If you can import OK in the other account then the problem is with your primary account. It could be a preference file other than iPhoto's. Here's how to determine if that's the case:
    Trouble Shooting Preferences in Leopard
    1 - Create a folder titled "Preferences A" on the Desktop.
    2 - Open the working Preferences folder, HD/Users/your_name/Library/Preferences, and move the contents to the Preferences A folder on the Desktop.
    3 - Make a duplicate copy of the Preferences A folder on the Desktop as a precautionary backup.
    4 - With the working Preferences folder empty run the application again and determine if the problems is fixed.
    NOTE: you may have to drag the contents of the working folder to the trash and empty if moving the contents to the A folder only copies them instead of moving.
    5 - If the problem is fixed:
    A - open the working Preferences folder (HD/Users/your_name/Library/Preferences).
    B - Open the Preferences A folder on the Desktop, select all of the contents and drag them into the working Preferences folder.
    C - When the Copy window pops up check the "Apply to All" check box and then click on the Don't Replace button as seen here.
    6 - If the problem is NOT fixed, empty the working Preferencess folder and move the contents of the Preferences folder on the desktop back into it.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Calendar date variable problem in queries

    Hi-We upgraded to NW2004s from BW 3.1 We have an issue with queries when we try to change the value of any variable that is a calendar date such as the Current Calendar Day. Example: when running a query, the Select Values for Variants screen displays today's date as the default for Current Calendar Day in the format 09/29/06. To change the date to another value, I get the screen displaying a calendar, if I pick 09/28/06, the display comes back as 28.09.2006 & then I can't proceed any further as I get an error "please enter value in permitted format for variable current calendar date" 
    Any ideas on how to resolve this?
    thanks
    Marge Blick

    Hi
    There may be some other reason for it, coz Day light savings starts in last week of March, not in May.
    And day light savings ends in Last week of October
    Suresh

Maybe you are looking for

  • Help with admi password

    I have a mac so x 10.4.11. was given to me by a c-worker. they left the administrate password on the computer and forgot the password. I am unable to update or add my printer to the computer. How can I get the password off. Help!!!

  • Some questions to the experts

    I have observed some things the reason for which I do not understand: What is the purpose of function Main () ? Is it just a wrapper around the initial stuff ? I assume that global definitions must still precede this. Adobe's examples (e.g. SnpCreate

  • Explorer browser freezes when creating a pdf file

    I have Windows 7 and Acrobat 9 Standard.  When I want to create a pdf from a website, Explorer 8 freezes after prompting the name of the file.  I recover by closing Explorer 8, but i don't get the pdf that I wanted to create. Could anybody help? Many

  • I'm new to Nano. I can find all kinds of instructions on shuffling my songs, but nothing that tells me how to NOT have them shuffle.

    I'm new to the ipod Nano and I can find a lot of info in the instructions on setting the Nano to shuffle the songs, but I cannot find anywhere that tells me how to turn off the shuffle. Any help with this would be appreciated.

  • Why i can't see my iPhone 5s on my Airdrop ??

    hey guys i am facing an issue with my airdrop option i am unable to discover my iPhone 5s on my mac its support to be simple turn on the Airdrop & both mac & on iPhone unable to look for device keep searching thats strange. how can i resolve this ??