Customization/creating web apps BC tags

Hello

I'm trying to get a better understanding of labels in web applications.

I'm creating this part of the website below.

http://Test1-jun52015-223.BusinessCatalyst.com/#team

I use Adobe Muse.

1. I need to READ MORE detailed provision list link - is it possible to change the {name_tag} to achieve, or create a new tag in custom fields of web apps?

2. There are 3 points in a row and each one will be READ MORE link in the details page.  How can I adjust where opens the detail layout, link description, etc?

Thanks in advance.

Peter

HI again Peter,

{tag_name} will make a name wrapped in a link {tag_name_nolink} will make just the name. If you want a read more you get a hyperlink and use another URL tag.

You can see all the tags that you can use here:

The developer reference

Tags: Business Catalyst

Similar Questions

  • Add image alt tag to image field web app

    We would like to add 'alt' for Web App images tags selected by the field of the image as seen here:

    PastedGraphic-1.png

    Although we can easily add another field (detail Image Alt text), is not at all clear how this is added to the Web App layout in the Module Templates. The code of the current model Module for the field above is:

    < div class = "hero" > {detail tag_product picture}

    We want to continue to use the image field type as indicated above, but with the ability to simply add the field of the image 'alt '. We know that we could change the type of field (Image from the product detail), a string of text or a link hypertext, but it would require a massive site change.

    Thank you

    You must use the image rather than the full tag path so that you can add other attributes. for example: rather than use simply {tag_yourImage} in your layouts, you must extend the code of {tag_altText} . The key thing to note here is the "_value" after your image tag - which will give you the path to the image.

    I hope that's what you were after!

  • Limits the user submitted Web Apps

    Is there a way to limit the number of times a user can send a piece of webapp? For example, a user can send an item of webapp once a week.

    I wondered if I can check the date of last users submitted web app then hide/show the form create web app in office how long the person has presented a web application.

    Has anyone tried this before? Thought I would ask before spending the time to try.


    Tips are welcome.

    Not quite what she asked Karim.

    Lynda - you can not return the form if you use module_webappcustomer to retrieve the elements, if it were a collection, you can use the features last Board just get the last, get the last date. You have the date server and you can perform a calculation on it in a liquid. If the date is less then 7 days - does not show the form but a message.

  • Create a table for the web app components

    Hi all, I want to create one to display a list of web app components with the headings at the top of the table and the list of results, then under. See the result here Focus apartments, Brisbane

    I have 2 paintings put up here on the page, with the titles and the other containing the results. So there is no surprise for it being 2 completely separate tables that they don't line up correctly with each other during the display of the results.

    If I insert lines in the webapp layout, he repeats to each item in the list, which we don't want.

    How can I get these headers and data to align properly? No doubt there is a better way than this attempt. Thank you

    Create the table with thead and tbody element on the page. In the tbody add your module tag web app. In the available list web app only include the row in the table (not an entire table).

  • The use of tags in the web app page point thanks to a model

    Hey guys, I'm having a problem here. I have the list on my list of web app so that a user can click to go to the landing page the selected items. I created a template for the landing page web app. The problem is that in my template I {tag_whatever} on the page and all relevant tags for that particular item. For some reason, the BC does not render the tag. Oddly enough, it is not also make a {module_loggedIn} tag that is on this page. I don't know what to do here. I need people to click on the name of the item web app and then land on a page that shows the rest of the web content of the app element. How should I proceed? Thank you all!

    Damien

    P. S.

    Web Apps landing page, I mean the URL that is generated for each individual part of web app. Thank you!

    Tags render only part of British Colombia he is part of. Tags of web app only make layouts of web app.

    If you choose a model for a web application element which will not include these tags.

    You need to apply labels and manage layouts of the web application itself. You have the list, the list view backup and detail and can also create your own layouts extra list as well.

    In regard to the tag module that you listed there. This isn't the right module and why it won't be rendered. It's - {module_isloggedin}

    For a web app list view that you do not create a page for this, you use its great layout. You use the tags associated with this layout, and then you create the HTML for this page layout and add the tags in there.

  • Tags Web App

    I have a webapp built and although the title, but I would like to be able to control the background color of the div container within the Web application, so they have backgrounds of different color instead of use the same background color in the css for the container id.

    Web App as is:

    < div id = 'special container' >

    < div id = "specials-title" >

    < h3 > {tag_name} < / h3 >

    < / div >

    < class p 'specials-Flags' = > {price tag_sale} < /p >

    < class p = 'specials-feet' square > sq/ft installed < /p >

    {tag_picture}

    < div class = "more specials" > < a href = "{tag_itemurl_withhost}" > more details < /a > < / div >

    < / div >

    I'm trying this now creates a string of text field in the application of the background color, which generates the tag: {tag_bgcolor}

    But if I try a div using style: < div style = "background-color: {tag_bgcolor}" > the wysiwyg deletes the line in style.

    Can not use tags in styles?  Seems to work perfectly well when you do hrefs, IDs, and classes.  In the end I could call an id different div that has the particular background colors I want, but then I have to update the CSS with a new id every time I want a new color, rather than just putting the color # inside the app.

    Any ideas?

    Have you tried to update the file in dreamweaver or another program by FTP?

    You can also try the new file editor in the administration BC Beta preview panels.

    It should work, there are no rules to stop it except the wysiwyg editor which makes cleaning on the form.

  • How to create a dynamic multilingual with liquid Web site and web apps

    In the thread Re: liquid: what are the best practices suggested for several languages? that part of my problem is resolved.

    I created a list web app that contains several fields from the data source.

    These data source fields have multiple values where the customer has to choose the value of (i) there is. That is to say place: sea front area rural, etc., etc.

    These values must be translated from English into Dutch.

    So, how do I build my Web page with a liquid markup custom c.q. of entry?

    Thanks for any help.

    Kind regards

    Carla

    Hi Carla,.

    You have many options at your disposal with the liquid, so with the datasource_id of the original web application, you can call another Web application referencing this ID to get the information you need and collect the data in a collection or display in a custom template (.tpl) file.

    Here is an example. Inside of your application model web detail.html

    With the help of a collection:

    {module_webapps id = "3rdPartyWebApp" filter = "item" itemId = '{{dataSourceID}}' collection 'webAppData' =' model = '}
    {{webAppData.items [0] .description}}

    With the help of a model:
    {module_webapps id = "3rdPartyWebApp" filter = "item" itemId = "{{dataSourceID}}" template = "display_webapp_description.tpl"}

    ... display_webapp_description.tpl content:

    {{description}}

    You should be good to go.

  • How can many web apps I create?

    How can many web apps I create?

    Not a number you need to worry.

  • How triger "buynow" tag from web apps?

    Hello
    I'm trying to let the user choose product atribute and buynow web app. Anyone know how to make it work?

    The tag only works in the e-commerce module.

    So the solution is to add the module of product within the web application element.

    Ensure that you have to buy now tag applied to the product view...

    So that when the system displays the product, you will have the button as required.

    I hope it's useful!

    -Sidney

  • Catalyst for help | Building Web Apps part 3: creating a Web application with content submitted by visitors

    This question has been posted in response to the following article: http://helpx.Adobe.com/business-catalyst/partner/building-Web-app-visitor-submitted.html

    To save other hours in research to do this, if you want to know how to set the Expiration Date of a custom HTML Web App point presentation shape, you can do something like this:

    input type = "radio" style = "" display: none; "checked ="true"value ="2"id ="daysRB""

    input type = "text" value = "60" maxlength = "2" style = "display: inline;" Width: 25px; "id = 'Days' name = 'days '.

    You cannot set the date directly, but you can tell how many days from today, you want it to expire...

  • Category links for Web App

    I have created a web application that displays the items and each item web application will be assigned to a category. I would like to show the category links that once clicked will reveal all items in this category. For example, on this page http://zoetraining.businesscatalyst.com/training-development-articles in the CATEGORIES box on the right, I would like to allow the user to click on the link 'Coaching' and go to a page that displays all items classified in the Coaching category.

    If possible, can someone please share instructions on how can I achieve this?

    Thank you
    Linda

    So I found further clarification on my question by reading this page: Categories to help organize the content in Business Catalyst basically, you create a tag of web application module that automatically displays a list of elements app web in a specific category.

    British Colombia, I open the page in which I want to view a list of some Articles of the category then insert my cursor in the body of the content of the Page where I want to see the list. On the right side of the page, there is a section called Toolbox. From there, I click on Web Apps > list of items in the Web application > web application name > view all the elements of a Classification of category. Then, in the next step, you select the category of classification. After that, you can customize it even further.

    I don't have to manually create a page for each category, but the list is automatically generated by the app web module tag I created as described above using the wizard in the Toolbox.

    Hope this helps other people who want to learn to do the same type of installation.

  • search form Web apps: how to retrieve the value of the data-source type field

    Hello

    My question is:

    How can I retrieve the value of the source field of a web - app data-types when you insert the "form web search apps" on a web page.

    I have a web application that contains fields from the data source of the type. These fields to recover the (data) value of the 'web app' - 'elements of the field' field of another web application.

    When I insert the form

    Web apps

    Web apps-search form

    Name of the Web application

    It displays the fields with the field (ie. string, number) types other than type of field 'data source '.

    (Note: in the mode 'model of list' module of data tags, the fields of the data source are visible).

    What other (alternative) possibilities are there to create a search form?

    Thanks for your help.

    Kind regards

    Carla

    By chance, I came up with this workaround. Of course there are other methods to get your data from a web - app, but if you want to use the 'Web apps search form', it would be a workaround.

    I noticed that the "Web apps entry form" contains all the fields of web applications for your web application (including the fields of the data source).

    It is possible to add the fields to the form of the "Web apps entry form" in the «Web apps search form»

    If you insert the "Web apps entry form" on a blank page, you will see all the fields in your web App including the "data source fields. The names of form fields contain something like.

  • link web app

    Hi guys and girls

    I need assistance with link web apps

    Ive created a web app store webapp finder to locate the various stores that works very well for a map view and display the list of all the stores.

    In my view list to the store finder webapp , I want to pull information from another web app store hours of negotiation , and view a list of who.

    I added my data source field in my store finder webapp and when I add my {{item.datasource}} to my liquid configuration store finder webapp it gives me just a link to an element of normal working time name.

    I want all the commercial hours info to this STANDARD HOURS displayed on list of STORE 1 not only a link titled HOURS STANDARDScreen Shot 2016-01-17 at 2.10.10 AM.pngScreen Shot 2016-01-17 at 2.10.47 AM.png

    I'm not sure if im understanding the way webapps working properly or if you understand my explanation, but would be nice to get help on this!

    Hey there,

    You don't need a separate web application. You can just put all this information in the original web application, you have nothing here by the looks of it that requires that.

    BUT

    Regarding your question - data source also generates the ID of the web application element. So if you call just a module web app that generates output a specific element, when you arrive you will see the itemid parameter - just put the liquid data source id tag in there, instead of the real id.

  • Web app href image broken link

    I have a web application that creates a link to a document to download. In the web app is a series of links that I works very well. Here is a bug while lifting upward regarding what makes an image as a link.

    On the same web application, this link of the code works fine. Obviously occurs when a predefined image is surrounded by a href and the link is generated:

    "< a href ="{file_value tag_link}"> < img src="/images/arrow-read-more.png "alt ="Read more"/ > < / a >

    The href preceding when live will generate a working link: http://sitename.businesscatalyst.com/Documents/test-document.pdf

    In the same web application, I also have another image of the thumbnail of the document which generates the web application and then I surrounded who a href link also generated by tags web app effectively 2 web app. In this case, although the image looks good but fails the surrounding href.

    < a href = "{file_value tag_link}" > {tag_image} < /a >

    The above code that uses the same href tag in the item even web application generates a link: http://sitename.businesscatalyst.com/current-investment-opportunity/item-2

    This bug is all relative to the fact that I have 2 tags next to each other. It is interesting to note that the href tag is a link to a pdf file so I used the technique of creating an image field label in order to make a link to a pdf file.

    Yes I could just create a url link and paste that in place that may end up being the final solution, but I want to keep this whole process as simple as possible for the customer updates so if they can just use internal link then the better.

    Has anyone come across this and or have a fix for this.

    Hi Matthew,

    No what I'm saying is still correct.

    You have two types of fields in the custom image, one for the image, a file and then your only using a _value while the default tag will anchor point to the web app view wrapped around him, so why the thing works detailed.

    So what I'm saying is 100%. _Value on both would have solved it with the correct image html tag or _nolink.

  • Page after filling in a web form and Css on Web apps

    Hi all.

    I have two questions.

    1. how to customize the page that appears after you complete a web form. Filled sumarises the details page and thank the user fill in the form?

    2. we have created a web application to display information on a page, it does, but it is not pulling the CSS of the main model style. To make it work we been put inline CSS in the web application code, but is not ideal. Is there a way to make it look for the main CSS?

    Thank you

    Ken

    Hi Ken,

    1. you can find it in the Site Manager > System Pages > Web Forms Page of Confirmation

    2. the item detail page/web app uses a model? "You did it ensure the referencing looks like this: /css/styles.css ' / >?

    Nicole - BCGurus.com

Maybe you are looking for

  • Transfer notes

    Hey all,. I am currently moving all my data from my old MacBook Air to my new year Pro, and it's all gone very smooth and has been a success. With one exception, my notes. I have hundreds of notes in the application notes on my MacBook Air. The notes

  • RAM for Satellite Pro L10-103 PSL15E

    Hello I'm looking for a few product details so I can pass this laptop RAM: 256 MB origin, although I'm having a hard time locating information online. I was wondering what the max size and type I should get. Any information is appreciated. Thank you.

  • Wireless mouse problem

    The cursor is keep to stop and go. Every time when I move the mouse.Are their option to downgrade the software?

  • Change serial number

    Can someone help me! I need to change my series of Windows and I don't know how.

  • How can I change import it pictures and videos set?

    When I plug my camera to import photos, I changed the settings to import directly to our other computer connected to the same network. How can I change the return parameters? The AutoPlay box appears when I plug in my camera, so I chose to import pic