Select other possible when using term reference and select from among appx 600 tax terms

Working on site with vocablulary appx six hundred Taxonomy terms - each term is long text field from 40 to 90 characters.

Using term reference with the Select list in Content types. This is great for most users.

My problem, often users cannot find the precise terms, become annoyed with the scrolling. They just select something and move on.

I'm looking for way... where user can scroll and look, but if he cannot find what he needs he can just type in to an entry box the terms.

Adding text to menu links

I am trying to find a way to add additional text to drupal's menu links. Specifically, I would like to add text between the closing 'a' and 'li' tags for each link. This text would be a combination of text and html codes.

So, for the following example:

<nav class="navigation">
	<h2 class="element-invisible">Main menu</h2>
	<ul id="main-menu" class="links inline clearfix main-menu">
		<li class="menu-1 first active"><a href="/" class="active">Home</a></li>
		<li class="menu-2"><a href="/2" title="2">Link 2</a></li>
		<li class="menu-3"><a href="/3" title="3">Link 3</a></li>
		<li class="menu-4 last"><a href="/4" title="4">Link 4</a></li>
	</ul>
</nav>

I want to add:

<nav class="navigation">
	<h2 class="element-invisible">Main menu</h2>
	<ul id="main-menu" class="links inline clearfix main-menu">
		<li class="menu-1 first active"><a href="/" class="active">Home</a>some text here</li>
		<li class="menu-2"><a href="/2" title="2">Link 2</a>some text here</li>
		<li class="menu-3"><a href="/3" title="3">Link 3</a>some text here</li>
		<li class="menu-4 last"><a href="/4" title="4">Link 4</a>some text here</li>
	</ul>
</nav>

Like this:

<li class="menu-1 first active"><a href="/" class="active">Home</a>
	<div class="hello">
		<h2>Hello World!</h2>
	</div>
</li>

Disable "Edit View" link in Views

When I display a View, and I happen to be authorised to maintain Views, a "Edit View" hyperlink is displayed at the top.

Does anyone know of a way to disable the inclusion of this link for certain views or in certain conditions?

Error from Drupal generated directory

I am using a new content type configured display multiple images using colorbox with the images stored in a custom public directory.

sites/image/gallery1

If I look at the image url for the colorbox main image I can see the image by itself as expected but if I remove the image from the end of the url I get a weird error displayed three times on my Drupal 404 page not found page:

Notice: Trying to get property of non-object in image_style_deliver() (line 756 of /web/directory/public_html/modules/image/image.module).

switch from current version of Date to Date (dev)

Greetings.
Been using Drupal for 2 hours now. I installed Date as I need a calendar. All went well.
I added a page and got a pager() error. I looked it up and they mentioned changing Date 7.x-2.0-alpha3 to Date 7.x-2.x-dev would fix the error.

in order to show the error here, i'd have to reenable everything for calendar and date and then disable everything.. 30 clicks..

Working with form submissions

I apologize in advance I'm new to drupal and I'm struggling with what I think should be basic stuff. I also apologize if I don't get all the terms correct. I'm able to create new content types, I can embed video, etc. However, I'm having trouble with the following. I want to create a form, and have the submissions from the from displayed in a listed on a page.

For example if the form has two fields name and date. I want to display a list of all the names and their dates Later I want to make this searchable by the various fields, but that is a question for another day.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x