A unique identifier for the post blog items?

When I came across this problem, it surprised me that I could not find any documentation about it. Since we now have a tag to give a point of web application a unique identifier, {tag_itemid}, I was surprised not to find this same feature for a blog post item. When I open my file postlist blog, wouldn't be helpful to have a tag like {tag_blogpostid}? I can see the ID of the blog post in the URL (see below), when I create/edit, I have no way to access!

blog-url.png

Someone at - there a work around? Am I missing something?

Thanks, Curtiss

Hey Curtis,.

There is a tag called exactly {tag_blogpostid} you can use in your postlist blog layout.  It comes as an option with BC in Dreamweaver or in the editor to the Admin, but I see that they use this tag in the comment form on my default postlist layout.  Here's a gist of the presentation of the list of default blog post.  7 and 16 drum lines:

https://gist.github.com/thetrickster/0febde7316e8f66ff013

It IS a tag.  I wonder if it only allows once however if this tag does not work for you.  Try it.

Tags: Business Catalyst

Similar Questions

  • Unique identifier of the display.

    Hello

    Is it possible to display the unique identifier for the step instead of or in addition to the name of the step?

    How to display this unique identifier in the sequence editor?

    K.

    Hello

    If you use 4 TestStand, you can customize the configuration of list step.

    You can customize the columns to display what you need.

    You can change the column type of the step name in the Expression and the expression of the value Step.UniqueStepId.

    Step of the column should display the id unique step instead of the name of the step.

    Bruno

  • XControls: Options for change "Unique identifier" and the "localized name Long' properties has disappeared

    Is it only me or is a new bug in LabView? Miss me the options to change the "Unique identifier" and the "Long name" real estate XControl. In the past they where in the red zone, now they're gone!

    I use LV2009SP1.

    Any ideas?

    Ingo Bartsch

    Thanks for your efforts, Duffy2007!

    Problem was a corrupted in some sort of XControl or project file. After re - import the XControl in a new project, all was well again.

    Kind regards

    Ingo

  • How to build a unique identifier of the XML?

    I have a fairly simple XML structure as in the example below. I'm storing XML data in XMLTYPE table without changes and the construction of a set of views for XML SQL data in addition to this access. It is very basic and indicated for example in Breaking Up several levels of XML data: http://download.oracle.com/docs/cd/E11882_01/appdev.112/e23094/xdb03usg.htm#autoId58

    The problem is that the XML data is missing an identifier for the order items that could be used as a primary key when document splitting audit (items) relational perspective.

    Currently I intend to construct such an identifier by combining a high level (which is unique) identifier to the ordinal position of the elements of order. Unfortunately I do not know how to do (see below). My second question is if it's a good idea at all or if something's substitute.

    I'm under Oracle 11.2.0.1.0.
    create or replace view orders_view as
    with xmldata as (select xmltype('<batch id="batch1">
    <order>
      <orderer>Joe</orderer>
      <items>
        <item>Standard widget</item>
      </items>
    </order>
    <order>
      <orderer>Jack</orderer>
      <items>
        <item>Regular widget</item>
        <item>Cooling widget</item>
      </items>
    </order>
    <order>
      <orderer>John</orderer>
      <items>
        <item>Super+ widget</item>
        <item>Super+ widget</item>
      </items>
    </order>
    </batch>') object_value from dual)
    select x1.batchid,
           (select x1.batchid || '-' || x2.orderid from dual) as orderid,
           x2.orderer_name,
           x2.nbr_of_items
    from xmldata,
    xmltable('$doc/batch' passing xmldata.object_value as "doc"
             columns
             batchid varchar2(10) path '@id',
             orderlist xmltype path 'order') x1,
    xmltable('/order' passing x1.orderlist
             columns
             orderid varchar2(20) path '"?"', /* What to put here to get expected results ? */
             orderer_name varchar2(10) path 'orderer',
             nbr_of_items number path 'count(items/item)') x2;
    
    column batchid format a10
    column orderid format a10
    column orderer_name format a10
    
    select * from orders_view;
    Expected results:
    BATCHID    ORDERID    ORDERER_NA NBR_OF_ITEMS
    ---------- ---------- ---------- ------------
    batch1        batch1-1   Joe                   1
    batch1        batch1-2   Jack                  2
    batch1        batch1-3   John                  2
    Where ORDERID is built like BATCHID + '-' + the position of the < order > element in the batch.

    Hello

    The clause for ORDINALITE does exactly what you want:
    http://download.Oracle.com/docs/CD/E11882_01/server.112/e17118/functions253.htm#SQLRF06232

    select x1.batchid,
           x1.batchid || '-' || x2.orderid as orderid,
           x2.orderer_name,
           x2.nbr_of_items
    from xmldata,
    xmltable('$doc/batch' passing xmldata.object_value as "doc"
             columns
             batchid varchar2(10) path '@id',
             orderlist xmltype path 'order') x1,
    xmltable('/order' passing x1.orderlist
             columns
             orderid for ordinality,
             orderer_name varchar2(10) path 'orderer',
             nbr_of_items number path 'count(items/item)') x2
    ;
    
  • FDMEE error data import: No. periods have been identified for the loading of the data in the table "AIF_EBS_GL_BALANCES_STG".

    Hi experts,

    I tried to load the data of EBS in HFM via FDMEE.

    Importing data in the rule of loading, I have encountered an error in loading.

    2014-11-21 06:09:18, 601 INFO [AIF]: beginning of the process FDMEE, process ID: 268

    2014-11-21 06:09:18, 601 [AIF] INFO: recording of the FDMEE level: 4

    2014-11-21 06:09:18, 601 [AIF] INFO: FDMEE log file: D:\fdmee\outbox\logs\TESTING_268.log

    2014-11-21 06:09:18, 601 [AIF] INFO: user: admin

    2014-11-21 06:09:18, 601 INFO [AIF]: place: Testing_loc (Partitionkey:3)

    2014-11-21 06:09:18, 601 [AIF] INFO: name: OCT period (period key: 31/10/14 12:00 AM)

    2014-11-21 06:09:18, 601 INFO [AIF]: name of the category: real (category key: 1).

    2014-11-21 06:09:18, 601 INFO [AIF]: name rule: Testing_dlr (rule ID:8)

    2014-11-21 06:09:19, 877 [AIF] INFO: Jython Version: 2.5.1 (Release_2_5_1:6813, September 26 2009, 13:47:54)

    [JRockit (R) Oracle (Oracle Corporation)]

    2014-11-21 06:09:19, 877 INFO [AIF]: Java platform: java1.6.0_37

    2014-11-21 06:09:19, 877 INFO [AIF]: connect the file encoding: UTF-8

    2014-11-21 06:09:21, 368 [AIF] INFO: - START IMPORT STEP -

    2014-11-21 06:09:24, 544 FATAL [AIF]: error in CommData.insertImportProcessDetailsTraceback (most recent call last): File '< string >", line 2672, in insertImportProcessDetail

    RuntimeError: No periods have been identified for the loading of the data in the table 'AIF_EBS_GL_BALANCES_STG'.

    2014-11-21 06:09:24, 748 FATAL [AIF]: load balances data launch GL error

    2014-11-21 06:09:24, 752 [AIF] INFO: end process FDMEE, process ID: 268

    I found a post related to this error, but did not respond.

    I know I'm missing something, gurus please help me to overcome this error.

    ~ Thank you

    I managed to overcome this problem,

    This was caused due to an error in the map of the time.

    In the mapping of source, the name of period should be defined exactly as displayed in the EBS.

    for example: {EBS--> OCT - 14} FDMEE {mapping source--> OCT - 14}

    The names of the time must be identical.

  • Is there a unique ID for the e-mail messages in the Inbox

    Hello

    Is there a unique ID for the e-mail messages in the Inbox as a ToDo

    do we read the ID unique to

    String UniqueID = todo.getString (ToDo.UID, ToDo.ATTR_NONE); where todo is a ToDo

    getMessageID?

  • Deployment of ADFLibrary: provide a unique name for the resources in this project

    JDeveloper 12 c.

    I'm deploying an application as a library ADF - it will be used my multiple applications.  So it's a bit generic. Sometimes it is OK and other times it gets stuck... See the ChangeLog

    What do mean exactly by ' resourceprovide a unique name of the indicated "? 

    What should I name the files?  xyz_abc_appNotices.jsff or the directory structure has to change?

    Thank you!

    Stuart

    [16: 38:44]-deployment began.  ----

    [16: 38:44] the target platform is Java EE Standard.

    [16: 38:44] analysis of the dependence running...

    [16: 38:44] building...

    [16: 38:48] deployment of profile...

    [16: 38:49] WARNING: the commonly named resources below could cause errors of reusability to your consumers.

    Provide a unique name for the resources in this project, or start with a different project.

    appNotices.jsff

    appNoticesMain.jsf

    [16: 38:49] Mobile WEB-INF/adfc - config.xml for META-INF/adfc-config. XML

    Well, Yes, it would do. The warning say you that your library resources should use unique names, that I hope are not used by other libraries. From the resources app Strip is common chance is that it will be a duplicate.

    Timo

  • Export the posts blog - Business Catalyst

    Hello:

    Is there a way to export the posts off Business Catalyst?  I can easily find the import feature, that I used to move clients from Wordpress to BC, but what export.  I would be interested to export for the protection of the data (as a backup, like how to save information clients and reports) and for all customers who might decide to move British Colombia on another blogging platform.

    Thanks in advance for the help!

    Hi Tiffany,

    There is no blog export feature, but there is an RSS feed, you can get your blog. It's a standard RSS feed, you can import that into an external site.

    See you soon,.

    -mario

  • Adding a unique id for the instance of difference of the same document

    I have a document, this document is used by different users. I want to put an id for documents so that I can identify the user to the specific document.

    Is it possible to generate unique id for a document.

    Thank you in advance.

    Hello

    You can create a javascript code

    var fID = null;
    var currentDate = new Date();

    Those of var = currentDate.getFullYear ();
    var currentMonth = currentDate.getMonth () + 1;
    currentDay var = currentDate.getDate ();
    var currentHours = currentDate.getHours ();
    var currentMinutes = currentDate.getMinutes ();
    var currentSeconds = currentDate.getSeconds ();

    fID = 'ID' + those + currentMonth-currentDay +.
    + currentHours + currentMinutes + currentSeconds;

    IDF is uniquely identify each document.

  • Try to get the Unique ID for the 10 phone Blackberry

    I need to recover a single BB 10 phone ID.  The phone number would be ideal, but apparently this is not supported in the new version of WebWorks.  I also tried blackberry.identity.uuid and blackberry.identity.IMEI, both working in ripple, but not on the Simulator.

    Can someone tell me how to get a unique ID for a BB 10 phone?

    You are missing the surrounding tags:

    
    read_device_identifying_information
    
    
  • set the values for the list box item

    Hi all

    How you set values for a checkbox element including more of 2 values.
    You retrieve data from a table, so when you query the table, you get several lines accordingly.
    I think it's something for the table_to_string function, but I don't really know how to use it with bind variables
    Can someone help me?

    Thanks in advance,
    Cleo

    Set the Source of the item box:

    Type of source
    SQL query (separated by semicolons return value)

    Source of value or expression

    /* Something like this, according to your table and columns */
    select course_id
    from student_courses
    where student_id = :p1_student_id
    
  • Deactivation and reactivation? Photoshop Adobe 12 for the new computer items

    I am considering buying a new computer, so the upgrade to windows 7 to 8.1 and thense Windows 10 window when it is released.

    I read that I have to disable and re-enable? my Adobe Photoshop elements 12 once I get my new computer because I can have only one on a computer at a given time.

    However, I am not sure how to proceed. I'm also not sure how I would go to get my Adobe Photoshop elements 12 on my new computer, daft as it might look, as much as I use windows 8, which I did not have as much knowledge of the use as 7.

    I would be grateful for any help. Thank you.

    Thanks for the comments on the link of pse 12.  which is corrected below.  for pse, download both the exe and 7z files are both in the same directory and double-click on the exe file

    Available downloadable Setup files:

    Download and installation help links Adobe

    Help download and installation to Prodesigntools links can be found on the most linked pages.  They are essential; especially steps 1, 2 and 3.  If you click on a link that does not have these listed steps, open a second window by using the link to Lightroom 3 to see these "important Instructions".

    window using the Lightroom 3 link to see these "important Instructions".

  • Change the Date Format for the previously imported items

    Hi, I'm a newbie to Lightroom with 3.3 being my first experience.  I looked in quite a few threads looking for my question, so I apologize in advance if this has been discussed before.

    I have recently imported/moved 45 GB of pictures in my library and changed the Format of the Date in the way that I thought that I would - I was wrong.  I imported using this format:

    2011-02-02

    So, I have hundreds of folders listed as:

    2011 02-02 148 (pics)

    2011-02-03 2 (pics)

    2011-02-15 15 (pics)

    2011-03-01 1 (pic)

    2011-03-02 30 (pics)

    etc...

    I would like to look like her to have folders roots with the years, months and days then.  I guess I need to format:

    2011/2011-02-02

    Say that it's the right format I expected to have imported with, is there a way to change this without having to delete the catalog and import it back all my photos?

    Thanks for your time

    If you want the same files under a folder parent 2011 instead of all at the same level?  You can add the 2011 folder and then drag and drop in the files LR Panel to pull those records in there.

    If you want years then month then the days you want the one with all the slashes - 03/02/2011

    That said, it's not like you're shooting a lot, then I'd go to this subject a little differently if you have piles of records to settle.  I have a folder of 2011 and simple month folders in this (01, 02, something like that) and then I would use metadata filters to find all the photos of January and drag the photos themselves in January record and repeat for the other 11 months.  Once you have done this, you can remove empty folders of day.  For small numbers, I wouldn't worry about breaking it down into a folder per day, so in the import dialog box in the future I would just select 2011/02.  You like.

    If you have changed pictures in LR yet, it would be quicker to start a new catalog and re-import and leave the LR to move them into your chosen folder structure.

  • Best laptop and monitor for the post-processing digital image

    Hi all

    I'm looking for advice on my best options for a new Dell laptop and the monitor.

    Main use will be post processing of digital images using DxO 10 and Photoshop CS5.  Other I will use Word, Excel and internet access (for my WordPress web site and blog, the video/TV streaming and others).

    Preliminary research suggests one of the Ultrasharp monitors is probably what I need.  I presume that would be connected via a docking station.  I'm also running backup on an external hard drive.

    Most gifted in computer of friends tell me that my new laptop would have better I7 CPU, the more powerful video card stand-alone capable of handling the laptop sufficiently fast RAM, minimum USB3 ports and a HDMI connection.

    I live in Australia and, of course, need suggestions for templates available there.  My budget is of roughly$ 2,500, but I could go a little higher if there is a compelling reason to do so.  While I do not have a lot of use of computing I am not very computer technical, where my request for advice.

    concerning

    Donny

    Hi Donny54,

    All Ultrasharp monitors works well for you. You will need to make sure that the laptop has a port for an external monitor or a docking station.

    http://pilot.search.Dell.com/Dell%20ultrasharp%20monitors

    You should probably review the XPS laptops.

    http://pilot.search.Dell.com/XPS%20laptops

  • Link button (hyperlink) to a SINGLE Tumblr blog entry-do not just for the tumblr blog

    I looked up and down how to link a button to a blog post in Tumblr. I got tutorials how to link a hyperlink to a button that is easy.

    Any suggestions?

    You have the permalink of the blog post.

    Mylenium

Maybe you are looking for

  • Satellite X 200 - 25 d: looking for carpet * an update of 1.90 firmware uj850s

    Hello! I looking for new firmware in this forum and I did not find anything... I have x 200 model 25 d with this model of burner, but I can´t truncate all dl dvd with imgburn software. the same model in the witn firmware 1.61 acer laptop may truncate

  • Keyboard yoga 13 question

    Dear community, Someone please clarify how the F1 - F12 keys work on 13 of Yoga? Should I press Fn + F1 to get to F1? If so is it possible to lock the Fn button in pressed state? Thank you

  • Downgrade from Windows 10 in order ot activate the product key

    I tried to update to Windows 10 on my new T450s. However, I made this from a USB key, I used on my other computers. So I wiped the passage of Windows 7 to the reader directly, without the activation key for product to be upgraded. My problem now is e

  • kb2572073 continuous update being offered

    whenever I start my computer up to date offers kb2572073 I install and it keeps coming back again

  • E330 Wlan driver does not work

    Hello Yesterday my E330 arrived without an operating system installed. After installation of Windows 7 Ultimate has been completed I was already disappounted, because no driver was detected. So I have to manually download all the drivers from the sit