banner that points to an article

Is it possible to make a banner to use the navto feature, so it would link to an article within the DPS? Currently it just allows me to do the HTTP to an external link.

This won't work if you stick to the basic concepts of DPS 2015 - while an article can be used in one or several collections, an article can only be used once in a private collection.

Now, if you have created a second content item (article) you can then use it twice (somehow) in the collection.

And the two articles (copies) could have pictures of different cards (and metadata) and call cards... so there is a method.

Just don't get confused... ;-)

I now understand better why you tried to do this with a banner, but that will not be 'link' for an article.

HTH - Colin

Tags: Experience Manager Mobile

Similar Questions

  • I bought a picture but when I downloaded it, it always says "Adobe Stock" on it. Is this normal? I thought that once I bought article which could disappear as I would really like to use the point on Web sites, etc. Help, please.

    I bought a picture but when I downloaded it, it always says "Adobe Stock" on it. Is this normal? I thought that once I bought article which could disappear as I would really like to use the point on Web sites, etc. Help, please.

    You can also check:FAQ: where can I find useful links on the use of Adobe Stock?

    I'm moving this discussion Adobe stock

  • Can I set a default role to that point of connection?

    Hi all;

    I have a doubt of roles.  After three roles assigned to the test user.

    SQL > select dealer, granted_role dba_role_privs default_role where dealer = 'TEST ';

    DEALER DEFAULT_ROLE

    --------------- ------------------------------

    TEST R1

    TEST R3

    TEST ORCL_DEV

    SQL > alter user test by default role orcl_dev;

    Modified user.

    SYS > select dealer, granted_role dba_role_privs default_role where dealer = 'TEST ';

    DEALER DEFAULT_ROLE

    --------------- ------------------------------

    TEST R1

    TEST R3

    TEST ORCL_DEV

    $ sqlplus test/test

    TEST > select * from session_roles;

    no selected line

    TEST > set orcl_dev role identified by oradev;

    Role play.

    When I connect you as "USER of TEST" stated I must perform the role play .

    so, what's the point to set the default role for users?

    Without executing set instruction role, can I get a default role to that point of connection?

    '

    Thank you.

    Hello

    default role assigned to the users are by default roles. This means that roles does not need to be explicitly enabled with set role.

    If you set a role as a default to a user role, it must be explicitly enabled.

    that is to say:

    SQL > create user identified by test test

    Created by the user.

    SQL > grant create session to test

    Total grant.

    SQL > create role r1

    Created role.

    SQL > create role r2

    Created role.

    SQL > create orcl_dev role

    Created role.

    SQL > grant r1 to test

    Total grant.

    SQL > grant r2 to test

    Total grant.

    SQL > grant orcl_dev to test

    Total grant.

    SQL > alter user default test except orcl_dev's role

    Modified user.

    SQL > select the dealer, granted_role, dba_role_privs default_role where dealer = 'TEST '.

    DEFAULT_ROLE GRANTED_ROLE ASSIGNEE

    ------------------------------ ------------------------------ ------------

    TEST                           R1                             YES

    TEST                           R2                             YES

    TEST                           ORCL_DEV                       NO

    3 selected lines.

    sqlplus test/test

    SQL * more: Production version 11.2.0.1.0 Mon May 18 10:03:15 2015

    Copyright (c) 1982, 2010, Oracle.  All rights reserved.

    Connected to:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > select * from session_roles;

    ROLE

    ------------------------------

    R1

    R2

    SQL > role play all;

    Role play.

    SQL > select * from session_roles;

    ROLE

    ------------------------------

    R1

    R2

    ORCL_DEV

    For more information you can take a look at the Oracle documentation on roles:

    http://docs.Oracle.com/CD/E25054_01/network.1111/e16543/authorization.htm

    Kind regards.

    Alberto

  • Cannot open the title, errors have been encountered at that point.

    Cannot open the title, errors have been encountered at that point. bought 3 Google books give all 3, same problem, ordered same title on one of Kobo store and have the same problem. No problem with no DRM products or small book DRM I bought. With the help of windows 10.

    And what error message you get exactly?

  • I have 6 buttons on the navigation bar that point to 6 different pages - the buttons are all the same color - if I am currently on [say] page 3-How can I me key menu 3 to change color and state that I am on page 3?

    I have 6 buttons on the navigation bar that point to 6 different pages - the buttons are all the same color - if I am currently on [say] page 3-How can I me key menu 3 to change color and state that I am on page 3?   using DreamWeaver CC

    Among the contributors here has a nice page explaining how to do what you want, using css.

    Indicator of persisting in the Menus - Page http://alt-web.com/

  • I have need of an arrow or a kind of icon that points and moves to alert the user of the website to scroll down.  Are there widgets or is there a method to move an image in its own.  In addition, how to get my muse Web page to scroll automatically?

    I have need of an arrow or a kind of icon that points and moves to alert the user of the website to scroll down.  Are there widgets or is there a method to move an image in its own.  In addition, how to get my muse Web page to scroll automatically?

    A Google search for "animated gifs arrows" returned hundreds of animated arrows.

  • Try to find all THE objects that point to a column...

    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE Production 11.2.0.3.0
    AMT for Solaris: 11.2.0.3.0 - Production Version
    NLSRTL Version 11.2.0.3.0 - Production



    I have several patterns, all that have tons of objects that point to a column in a table.
    I tried looking at v$ sqltext and v$ sqlarea, but it does not appear as expected.

    There is a view that I can watch that will show me all the objects that relate to a single column?

    my situation. Had to change the structure of data in this one column. Changed the default value of a Y a l I have packages, functions, triggers, etc... dealing with this single column. I make sure I have go through EACH of them and modify them to reflect the change in the column of the table. And still, it extends over several patterns that point to it.

    I can't forget all the objects. Is there any one place to find it?

    Thank you.

    Use the mode - DBA_DEPENDENCIES

    select * from dba_dependencies
    where type= 'TABLE'
    and name = '';
    

    Another gross way...

    select * from all_source
    where lower(text) like lower('%%')
    group by owner,name,type;
    

    But, this will not search in the views & MView queries.

    HTH
    Vanessa B.

    Published by: Vanessa B on October 15, 2012 23:09
    -added

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
    
  • Create a tab that points to an external link?

    Hello

    Oracle 11g r2.
    Apex 4.1.1.00.23.

    I need to create a tab that points to an external link (in fact a link to our old Forms application).

    For now, I simply added the tab "manually" in the model by writing the necessary HTML code after the substitution #TAB_CELLS string #.
    It works but it does not control permission scheme, etc.

    Is there a way I can create a tab without associating it with an existing page, but pointing to an external link?

    Thank you.

    Yann.

    Hello

    OK, you didn't say in the first post you need to open the url in a new window.

    But create tab that lead to the page zero.
    Create a dynamic action in the zero page that is triggered when loading the page and alter the tab a tag href and adds the target attribute.

    Set the permission tab and dynamic action

    Kind regards
    Jari
    -----
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • SWF file that points to the FLV file will not play

    Hello

    I think there must be something on the side configuration server that prevents this...

    You have an idea why this phenomenon happens? I have these two files identical cfm that point
    in a swf flash on the site # 1 and # 2. The Flash animation plays in DreamWeaver.
    He played locally on the server to test my pc and he plays on the #2 website but not on the #1 site.

    Any recreated again, check paths even launch SWFs before downloading them and everything worked.
    Once they are on the production server, the swf file does not load the file *.flv external Flash. I checked the permissions of
    files and directory via a DosBox and all look good. Oh and I have the latest version of Flash installed plugin.

    I'm puzzled!

    Thanks Nickels55. Who did the trick.

    Thanks for the feedback-Adobe Community Expert dan mode.

    Dan

  • Theoretically, unchecking an article in 'Services' of the System Configuration utility, stop that point to run. With Norton 360, it does not.

    Norton 360 v.4 is the main difficulty.  While it's a wonderful program, there are times that it must be closed off so as not to cause interference with other things.  The program doesn't have a mechanism to turn it off.  It's the only way.  I had v. 3 and working - uncheck the circle of Norton 360 and it is turned off.  It started when I upgraded to v.4.  I even tried to go to 'Services' and tried to put it out there - will not turn off.  I encouraged Norton (through techno with whom I worked during more than four hours - took control of the machine and it is same thing.  We tried all the other kinds of things.  Finally, we agreed that Norton should have a button 'disable' or something under the program.  It would be nice if the device of services would turn it off, but...  I have a picture of what is going on with the utility system behind the message if someone wants to see it.   When I open the utility and do anything with any of the items I get this message: "access denied error was returned while trying to change a service.  You may need to log on using an administrator account to perform the specified change. "I AM the computer administrator and no one else using the computer.

    "Renovate" wrote in message News: b8d242ab-a84e-4346-83e2-25cecff63a54...

    Norton 360 v.4 is the main difficulty.  While it's a wonderful program, there are times that it must be closed off so as not to cause interference with other things.  The program doesn't have a mechanism to turn it off.  It's the only way.  I had v. 3 and working - uncheck the circle of Norton 360 and it is turned off.  It started when I upgraded to v.4.  I even tried to go to 'Services' and tried to put it out there - will not turn off.  I encouraged Norton (through techno with whom I worked during more than four hours - took control of the machine and it is same thing.  We tried all the other kinds of things.  Finally, we agreed that Norton should have a button 'disable' or something under the program.  It would be nice if the device of services would turn it off, but...  I have a picture of what is going on with the utility system behind the message if someone wants to see it.   When I open the utility and do anything with any of the items I get this message: "access denied error was returned while trying to change a service.  You may need to log on using an administrator account to perform the specified change. "I AM the computer administrator and no one else using the computer.

    Norton is a self-protection mechanism that prevents the normal access - you'd have to republish your query in one of the Norton forums and see if they can help.

    --

    Noel Paton | Nil Carborundum Illegitemi | CrashFixPC | The lazy three fingers

  • What is the banner that comes down from the top of good windows support for?

    Whenever I scroll down to read a page on the Apple forums, a banner comes down from the top of the window. The banner has the question on what started the thread.

    I don't see any use it serves unless you have a VERY short attention span. It's boring and covers a text (reduces the size of the window), so it's worse then 'not useful' - it is harmful.

    Yes, I see the 'X' which I can click to close the banner - but is it possible that I can turn off this feature altogether?

    Turn it off, no.. Guests sometimes read the posts here and see if all goes well your comment.

    Alternatively, you can provide direct feedback here:

    https://www.Apple.com/support/feedback/?ref=contact-us

    Barry

  • I have a Firebird database that points to the wrong location

    I have a Firebird database located on place on my machine, it is oriented in the wrong place and I do not know where to configure it so that it points to the location correct errors in events with event ID 33 Viewer then gives the following message

    Firebird errors: the "C:\WINDOWS\SYSTEM32\PING" database access is denied by the server administrator

    I would like to help on that

    Sorry, but if you are referring to Firebird http://www.firebirdsql.org/ then it is not a product www.mozilla.org or project.

    http://www.firebirdsql.org/en/support/

    The Firefox web browser called Firebird a short while eleven more years when the browser is at version 0.6, 0.7 and then 0.6.1 name it already changed for Firefox to version 0.8 because of this software of database Firebird with Firebird name and to avoid any confusion.

  • How can I get rid of the flowery banner that Firefox automaticall put at the top of my browser?

    When I downloaded the latest version of Firefox (8.O) a flowered headband came with it. This banner obscures the text which makes it difficult to work with links. It seems not only on the home page of Firefox, but on what I chose to look on the web. I create websites and this banner makes it very difficult to see things, I work on and is extremely irritating. How can I down it the page? I don't want anything and do not appreciate the assumption of Firefox that they can force right on me. I would appreciate help on this. I went through your menus to help and tried to return to a single page but nothing seems to work. Thanks for your time, and we hope, your help.

    Sounds that you have installed a Persona.

    You can uninstall your current Persona and go back to the default theme (Tools > Modules > appearance/themes).

    See:

  • How to stop an ebay unwanted banner that scrolls continuously when I do a search to open a new web page

    Whenever I use the search function at the top right of the toolbar, I get a banner of ebay that scrolls continuously to the bottom of the screen. Initially, the web page opens okay but is quickly covered by the scrolling banner. I have pop-ups blocked, but this does not prevent the problem. Subject case: config is part of the solution, please guide me through it. I don't know how to access the topic: config

    I had it on one of my laptops. There is an add-on called "highlighter browser" or something close to that. I removed that addon and the problem stopped.

  • Warning of ITunes that point could not be found should have more details

    When I moved the ITunes library to new computer, not all files were transferred successfully.

    When I tried to sync, I got the message, that some elements are not found (and the list showed a list of 100 problem)

    See image http://screencast.com/t/1Bkcer7th8Vm

    It will be good if the list must include the original location for the simple recognition of the file, not always enough unique and descriptive names.

    Unfortunately, sync was stopped after 100 errors, even I have the correct location for the other elements. ITunes should ask, what I want to synchronize all of the remaining elements and allow the to do.

    Also, it will be good to copy the list to the Clipboard for easy search.

    In addition, when importing to the library, I got a message that some files are not found, but do not provide a list. Again, it will be good to have the files report with full places and possibility to copy them to the Clipboard.

    I am running Windows, ITunes 12.3.2.35 64-bit

    The "missing file" error occurs if the file is no longer where iTunes is expected to find. Causes possible is that you or a third-party tool has moved, renamed or deleted the file, one of its parent folders, or the reader, he feeds has been a change to the drive letter. It is also possible that iTunes has changed from waiting for the files in the presentation of pre-iTunes 9 post-iTunes 9 layout, or vice versa, and so looking for a bit in the wrong place.

    Select a track with an exclamation point, use Ctrl - I to get the information, and then click No when asked to try to locate the track. Look under the Summary tab for the location that iTunes thinks that the file should be. Now look around your hard drives. I hope you can locate the track in question. If a part of your library has just been moved, renamed a folder or a drive letter has changed, it should be possible to reverse actions. If the difference between the two railroads is an additional music directory in a path, then it is a problem of layout. I can explain more if this is the case. If everything is where it is supposed to be trying to fix the security permissions for iTunes for Windows.

    In some cases, iTunes may be able to repair itself if you go through the same steps with Get Info, but this time, click on search and browse the lost track. He peut then offers to try to automatically correct the other broken links. Although he said something like 'use the same location' I think he expects to find the titles in the same layout artist & album that they were before, with a systematic change to the path.

    If another application like Windows Media Player has moved/renamed files then the chances are that subtle differences in naming strategies will make it difficult to restore media on the precise way that iTunes is expected. In this case, as long as the missing files somewhere, you should be able to use my FindTracks script for reconnecting to iTunes. See this post for an explanation of how it works.

    If you want me to try to provide specific advice, please post back the following details:

    1. The location of the media file under Edit > Preferences > advanced
    2. The location of a sample of missing follow indicated under Get Info > file > location which begins file://localhost/
    3. The real path to the file which you gave 2 details.

    TT2

Maybe you are looking for

  • Combining the scalar output with the acquisition of data time vs RPM

    I have no idea why my 9402 NOR does not work as it should, but I don't know he counts the pulses, and at that time I need data for my forthcoming report. I came to a .vi that contains a very basic way of relating counties in time, however, I need to

  • Newbie question about the firmware loading and music

    Hi all.  Firstly a bit of background.  I am a former admin of system IT I got a C240 as a gift.  I tried to remove the music from Windows Vista section of the computer where the C240 is listed as a portable device.  Now, I can't get things to work qu

  • Explorer.exe uses system memory of 50,000 +.

    I use a computer laptop studio dell with 64 bit vista home premium, with 4 GB of ram every time I try to move files or try to remove file Explorer uses memory abov 50 k and completely the system stops responding. the wise man of the hard drive will b

  • HP Photosmart C7180 printer, print too slow

    HP Photosmart C7180 prints too slowly

  • Pro 8600 first page prints fast rest slow printing

    Hello! If I print 25feuilles he quickly made them, but after a few batches of 25 the first page of all the 25 print quickly and then the next 24 all go to the same speed and much more slowly. I print leaves page in color in draft mode (Flyers). Is th