How to disable "Read more" link in product description? (ubercart, drupal6) - drupal-6

I want to make all product description on the product page visible, I don't need "Read more" link at all.
How I can configure this? "Length of trimmed posts" in admin/content/node-settings is Unlimited.

Related

TYPO3 menu barrier-free

I'm working on an new TYPO3 website and try to make this as barrier-free as possible.
Checking the site with a testing tool (wave) i get told that there is redudant text in the menu items. It says: "Title attribute text is the same as text or alternative text".
The generated code (boostrap_package) looks like this for example:
<span class="nav-link-text">Fach</span>
I dont know how to change this. Can someone help me?
The WAVE tool reports "errors" (red squares with a white X, ) and "alerts" (yellow triangles with a white exclamation point,), among other things.
All results from WAVE should be inspected for accuracy but in general, "errors" typically need to be fixed (most of the time they're WCAG failures) but "alerts" might be a "best practice" and not necessarily a WCAG failure.
In this case, having a link with text that matches the title attribute will most likely cause a screen reader to say the text twice so it's flagged as an "alert" (). It's not great to hear the text twice but it's not a failure either.
foo
Assistive technology, such as a screen reader, will announce the "accessible name" and optionally the "accessible description". The description is normally announced with default screen reader settings but the user can turn it off.
The "accessible name" will come from the text inside the link, "foo" in my example or "Fach" in your example. The "accessible description" will come from the title attribute.
You can see a list of various attributes that are used to computer the accessible name and description at Accessible Name and Description Computation 1.1.
In this case, the "accessible name" comes from step 2F, "Name from Content" and the "accessible description" comes from step 2I (eye), "Tooltip attribute".
A screen reader normally announces the "accessible name" of an element, the type or role of the element, "link" in this case, and then the "accessible description". So you'd hear "foo, link, foo" or "Fach, link, Fach".
WAVE is just letting you know that hearing the text twice might sound a little wordy and redundant. You don't have to fix it but it's worth considering. A sighted user will see the text of the link and if they hover their mouse over the link, they'll see the same text in the tooltip. It doesn't really give the user any more information than they already have so the tooltip is kind of useless.

How to change Target link of menu in OpenCart

I am beginner in OpenCart and customizing a theme, I want to change the target link of site Menu, for example If a blow Image is my menu:
I want to change target link of Bedroom menu to #cmsblock-22, I search in CMS panel of OpenCart but nothing found, could any one help me to change this link, Thanks.
Assuming that "Living Room", "Dinning Room" & "Bedroom" all are categories which listed on menu as shown in image.
You can change link of this by simply going to admin > catalog > category > edit category (which link you want to change) > click on data tab > scroll down to SEO URL input field and fill the input with "#cmsblock-22".
Above will work only if you have seo url enabled in admin settings. So, please make sure that you have enabled this setting.
If not,
Go to admin > system > setting > click edit > click server tab > check yes in front of Use SEO URLs.
You can simply change it from admin panel
In admin panel, go to Catalog->Category
Find for Bedroom and edit it.
Hopes this might help you

Browser add on/extension to intercept data selection then simulate link click and data entry

Background: a third party web application with a requirement on the order page to explicitly guide staff when a certain category of product is ordered.
Normal process:
select product to add order line (click on product image)
New process:
select product to add order line (click on product image)
[add on] simulate click on edit order line
[add on] simulate clear of default additional information form fields
enter additional information and click save
Note that the two steps to be performed by the add-on could be performed by the user however when things get busy or new staff begin is often the case that the order gets processed with the default value.
Any pointers in the right direction would be appreciated.
A multi-browser solution is preferred but not essential.
I am an experienced developer, including web development, but have no experience in browser add on/extension development.
Thanks.
You can make an addon out of this very easily. You addEventListener to the gBrowser and if the event.target is the product element then preventDefault so the click doesnt go thru (you will have to do mousedown and mouseup prevent as well). Then rather get the id of the "edit order line" and do .click() if that doesnt work and you really need to simulate use MouseEvent:
MDN :: MouseEvent
MDN :: Initatite/Dispatch MouseEvent
To enter aditional information get the id of the fields, and set their value. Then get the "Save" button id and then do .submit() or .click()
i said do get id in this post but you can use querySelector and go by css selector
see this page here on how to interact with content in currently selected tab:
https://developer.mozilla.org/en-US/Add-ons/Code_snippets/Tabbed_browser
basically just do gBrowser.contentDocument.getElementById

Microsoft Dynamics Online: configure which fields appear on Yammer-enabled entity's form?

I have Activity (Task) that is Yammer-enabled. In Yammer layout, when I click on "new task", the form shows up with fields such as "Subject", "Description", "Due", "Priority" and "Owner". The standard form of Task has more fields. How to configure which fields appear on that new Yammer's form?
Thanks in advance
UPDATE1: In Yammer layout, I am able to access Form Editor and I am able to configure all the fields in that layout except one tab, which is the most important for me. It is in the middle of the form and it is called SOCIAL_PANE_TAB". But I cannot access and edit any fields there.
So, that panel has three buttons: "News", "Activities" and "Notes". When I click on "Activities", two more buttons shows up: "add phone call" and "add task". I click on "add task", and another form shows up, which I am not able to configure and can't find it's configuration page anywhere. I can't find any documentation about it as well
UPDATE2: A shorter question: How to add a field to ACTIVITIES -> add task Form?
Many thanks to Guido, the question is answered here:
https://community.dynamics.com/crm/f/117/t/112807.aspx#.Uj9wtD9Kvw4
Unfortunately these new forms are not customizable yet.

Quick Reference Guide for Sharepoint Site Settings?

Is there a "quick reference" guide or "cheat sheet" type document for each of the available options within the "Site Settings" page in Sharepoint 2007 ?
The settings page that I'm talking about is shown in this image: http://i38.tinypic.com/wmgqv7.png and is the one accessed via the "Site Actions" drop-down on the right-hand side of the screen as shown below:
These are all of the "Site Settings" grouped into categories such as "Users And Permissions", "Look and Feel", "Galleries" & "Site Administration".
What I'm ideally looking for is a sort of "cheat sheet" that lists each of these options, perhaps as bullet-points, and provides a quick small paragraph of text that describes each option.
For example, I'd like to see something like the sample below, but for each of the options available within the "Site Settings" configuration page:
Look And Feel
Title, description, and icon
This option allows you to enter a textual name for the site along with a
description and icon. The title and
icon are displayed in the "header"
area on the top of each page within
the site and the description is
displayedon the main area of the
site's default or home page.
Here's the best I could find: SharePoint 2007 administration part VI: Site administration

Resources