CustomTranslator Category not accepting in Document Translator App - document

I tried adding document translator with custom translator category . Below is the input I gave which is same as category in my CustomTranslator.ai
enter image description here
Please help me solve it.

Enter your 'Category ID' from the Projects page in Custom Translator into the 'Category' field in Document Translator. We'll fix the field label and sorry for the confusion.

Related

can't find Fields for the Product of Coffees and Brewers section

I want to see the properties of Coffees and Brewers tried to get to Fields but I couldn't.
The pictures explain what I meanenter image description here
But I can find Home section easily
enter image description here
The properties of products are defined in the Modules application under Modules > E-commerce > SKU > Fields. The exact fields for a general product form are in the Alternative Forms > Product - General properties form.

How to get current user's custom information and show it on any screen?

I had made a custom field 'warehouse' on User screen(SM201010), and saved some text in this field to the user 'user1'.
The question is when I login as the user1. How can I display the 'warehouse' field on any screen else?
I had try AccessInfo, but dont know how it works. Please help! Thx!
AccessInfo contains basic information on the current user, but adding a custom field to the User screen will not add it as a member of AccessInfo.
If you added a custom field in a DAC Extension, you will need to fetch the User record, get its extension and then you can access this custom value.
Here are some links about extensions :
https://docref.acumatica.com/(W(1))/Wiki/ShowWiki.aspx?pageid=3a427466-1925-4799-8fee-fe34a77021d0
https://docref.acumatica.com/Main.aspx?ScreenId=ShowWiki&pageid=114ae5af-8667-4933-b53d-c4c8667c85ac
I highly suggest you complete the T300 certification class which teaches how to do customizations in Acumatica. It is available in our Open University

Microdata Rich snippets review & photo

Is there any possibility to show a photo of a reviewed Person in the google search result of a review aggregate just like in a recipe?
http://www.google.com/help/hc/images/webmasters_173379_en.png
I have a div with itemscope itemtype="http://data-vocabulary.org/Review-aggregate" and all relevant data marked up inside including an img with a profile-photo marked like this:
<img itemprop="photo" ...
In google developer´s rich snippet testing tool I see all that information including the photo and its path, but the preview search result only contains the rating stars and stuff like recent review text, pubDate and author, while in the specs on schema.org it doesn't look like there's another solution.
Is there any solution? Thanks and sorry for my English.
Please read carefully this manual:
https://support.google.com/webmasters/answer/146645
You can find there that photo property is for the item being reviewed, not for reviewer.
Aggregate review is for average rating. Reviewed person is actual for individual reviews.

Expressionengine prev next display only 1 category

Hi everyone thank u for reading this
First of all sorry for my explanations, my tech english is not perfect
Well i have a channel named “blog” connect to different categories inside a group category.
I use an unique template for displaying all entries of all categories, i call it : “article”
Inside the article template, I want to display “preview” and “next” links to navigate through each entry of only one category (ID = 13)
with this code (example with the preview link) it’s working and when i visit a entry belong to the category 13 i see my links and able to navigate
{exp:channel:prev_entry category=“13” }
/expressionengine/themes/site_themes/agile_records/images/arrownavleft.png
{/exp:channel:prev_entry}
But my problem begin now,this links are also visible in all categories entries i don’t know how hidding these links (preview and next) in the article template for them! the code above is not enaugh , i try some conditionals with no success
Sorry i am mabye not clear but hard to explain in english
Thank u for any answer
R.
Try wrapping your Prev/Next Entry tag in a conditional so it only displays on entries for category 13.
I'd use Low Seg2Cat for this.
{if segment_1_category_id == 13}
{exp:channel:prev_entry category=“13” }
....
{/exp:channel:prev_entry}
{/if}
You'll need to set the segment_n_category_id to match the URL segment of your category.

Is it possible to extend Categories in ExpressionEngine 2

we are currently weighing up what cms to use with Expression Engine 2 being a strong candidate.
We would like to create a bilingual site where the categories would need to be in both languages.
I see that a category has the following fields
Category Name,
Url Title,
Description,
Image url,
We would also like to add "Category Name French" and "Description French" to each category and have them editable via the control panel form.
Does any one know if this is possible?
Any pointers much appreciated
Beyond the standard ExpressionEngine Category Fields — Category Name, Category URL Title, Category Description, Category Image URL — you can add as many additional Custom Category Fields as you see necessary.
You can add/edit custom category fields in the ExpressionEngine Control Panel at:
Admin > Channel Administration > Categories > Manage Category Fields
This would allow you to add your "Category Name French" and "Description French" fields to each category and have them editable in the Control Panel.
.
I use category parents to group the individual categories, you can then easily output the required categories based on language, either via the parameter "category_group". You can then use all the default category fields and custom ones.
Basically:
English
-- category 1 (in English)
-- category 2 (in English)
-- category 3 (in English)
French
-- category 1 (in French)
-- category 2 (in French)
-- category 3 (in French)
I believe the accepted best practice for multi-lingual sites in EE2 is to use the commercial add-on Transcribe. http://eeharbor.com/transcribe
The easiest solution around bilingual categories is writing the name of the second language category in the category description input field and then use {category_description} as the name tag for that language. That is not useful if you need a description for both languages though.
this might work for you:
I haven't used EE2.0, but in EE 1.X you could create custom category fields.
Create a "{fr_category_description}" for instance
then have a read at this tutorial - http://expressionengine.com/wiki/Multi_language_site_alternative/
I implemented this on an english/welsh website and it worked very nicely
URLs look like site.com/COUNTRY_CODE/template_group/template and serve content based on this.
works by assigning a variable based on the country, then within your templates you can do:
<h1>{{country_code}_my_field}</h1>
which will translate to:
<h1>{en_my_field}</h1> for site.com/en/ or <h1>{fr_my_field}</h1> for site.com/fr
you just need to create fields with the country code as a prepended and you're good to go.
let me know if you need any clarification, can provide code from my live site.

Resources