Taxonomy Edits Losing Path?

Hey all, having an odd problem.

I have set up some Taxonomy terms, but when I go to edit them I get an error.

The term comes up fine, and I can edit everything just fine. But when I submit the form, the term changes, all the data updates and then the site redirects me to this:

http://siteurl/admin/structure/taxonomy/requests

This causes a 404 error.

Ive determined that the solution is simply:

help to display php script

Hello.

i need to incorporate some php files into a drupal block to display forex quotes in real time.

i have the php files on the site main directory,

they gave me an example that it calls for the information to display by using ---<?include('quotes.php')?> ,, but i put this on the block , also enabled php filter and no luck,

please can someone help me here?

this is an example site, the scrolling info

http://www.gftforex.com/

here is the php script, so you can take a loook

Bilingual blog posts with 'read more' link

I'm wondering if this is possible in D7.

I have a blog with bilingual posts. So far I'm using the body field for both languages and translating the content myself: first paragraph in English, second in Spanish.

Printing Fields in a Views Template

Hey Everyone,

I think I should give a little background to help you guys understand what I'm trying to achieve.

I have a view that filters content from only one content type. It then prints out 4 custom fields from this content type. These fields need to be styled specifically when shown in the view. Here is why:

One field is going to be used a background image. All other fields will be placed inside this field. If I were going to theme the node type it would look like this:

<div class="wrapExample" style="background: url
('<?php print image_style_url('foo', $node->field_foo['und'][0]['uri']); ?>')"

     <div class="wrapInner">
     <?php print render($content['foo_1']) ?>
     </div>

     <div class="wrapInner">
     <?php print render($content['foo_2']) ?>
     </div>
</div><!-- //wrapExample -->

What I can figure out is how to make this happen in a view. Since I can't post the entire field type this template doesn't get used, so I need to theme it in a view.

Using Devel to the best of my limited abilities I figured out that I can view separate fields in a view, such as

views-view-field--foo--field-bar.tpl.php

But I need a template to tell where these templates go

I took a look at views-view-fields.tpl.php but there doesn't seem to be a way to edit single fields. Am I doing this the wrong way?

How to access user fields in a drupal 7 view

Several months ago a user posted a question about creating a membership list in Drupal 7. (http://drupal.org/node/1121564). The answer was to look at an example for drupal 6. However, this example says, "In the groups drop-down menu, select 'User', then check User:Created Dat, etc". My listing has no mention of Users anywhere. Is there an option to turn this on that I missed in the configuration? Do I need to add a hook to add this entity or database table to a list of those available to the views module?

Overriding theme_menu_link having no effect

I am trying to override the output of the links in a custom menu ( just want to add a little extra HTML). Just as a test, I included an override function for theme_menu_link in my template.php and added some extra HTML to see if it worked as expected.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x