The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
11 views

Dragger replaced with weight field

i have a image gallery in my website created from nodes, so 1 node is equal to 1 album, each node has all images uploaded .. it seemed to work fine, until - somehow the dragger have been replaced with ...
1
vote
1answer
24 views

How to order input fields?

For displaying a content, I can modify the fields order using display and field weights. However, in a node/add/content-type page the input fields doesn't obey the weight given to the display. How ...
0
votes
1answer
27 views

How to change order of taxonomy terms related to specific node field?

As in question. I have multivalued taxonomy field. Is this possible to control terms weight, which are belongs to specific node field? As a term weight, I mean weight inside single node. It's just a ...
0
votes
0answers
20 views

can't add both #ajax & #process with field_widget_form_alter,but add one can works

function camplus_pr_field_widget_form_alter(&$element, &$form_state, $context) { if(isset($element['#field_name']) && $element['#field_name'] == 'field_budget_items') { ...
0
votes
0answers
16 views

What could cause modules to not fire in the correct order after altering the module weight or name, and how to correct it?

I wrote 3 custom modules, and I have given them a weight of 1,2, and 3 in their .install files as functionality in the later modules depend on functionality in the modules before them. The weights ...
0
votes
2answers
166 views

How to remove “Show row weights” option on File Upload field?

I have created a file field with multiple uploads allowed. Is there any way(except CSS) I can remove "Show row weights" link from file upload field? Or is there any way to remove weight drop down ...
3
votes
1answer
51 views

Move drag and drop handle to other side

I want to move the drag and drop handle to the other side of a form, to the same location as the row weight selections. I am talking about the tabledrag handles, as shown below: I am using ...
3
votes
1answer
234 views

Disable drag and drop/ Show row weights

The drag and drop screws up my theme when viewing it on a mobile device. Since this feature isn't necessary for my site can i completely remove these options to my users? I want to remove all drag and ...
0
votes
1answer
34 views

Add weight parameter in a custom module

I created a content type and it has many nodes. And I wrote a custom module to show nodes on the front page. My nodes order: $themeurl = '/drupal/'.path_to_theme().'/images'; $sql = "SELECT * ...
0
votes
0answers
22 views

How to create custom weights for users

I'm trying to figure out a fairly doable way to have users assign custom weights to content types. Imagine a jump menu with 100 links with some being more important to users than others, hence all ...
0
votes
0answers
36 views

Change the Weight of the Read More link

I'm using Service links to provide Facebook, Twitter and Pinterest buttons on my nodes and teasers and that's working very well. However, the "Read More" link shows up first and I would like it to ...
3
votes
1answer
113 views

Complex Shipping Rule: €3 Flat Rate for order's first 2kilos + extra €1.2/extra kilo charge

Well, the title is quite descriptive about what I'm trying to do with Rules for my e-shop. I have a flat rate for shippable products and I want to charge extra shipping costs to customers according to ...
4
votes
1answer
63 views

How do I update weight using Rules?

I am creating a sampler pack of all my products. I have a product display with several node reference fields (not product reference) so that whenever a new product is added, that reference field is ...
0
votes
0answers
75 views

Defining search weights for content fields

I am using Drupal 7, and providing search functionality using the Apache Solr, and Search API modules. For blog posts, I want to give priority 1 to body, priority 2 to title, and priority 3 to ...
0
votes
0answers
69 views

Using weights formatted as a form element conflicts with ajax exposed filters

I created an admin view that filters content with taxonomy (using exposed filters). Nodes are ordered with weight. When I load the block for the first time, I can change weights or drag and drop ...
2
votes
1answer
57 views

When might a module's weight in the system table not affect its hook order?

I am trying to implement hook_menu_alter in my module, but I am finding that revisioning_menu_alter is always being called after my hook, regardless of what I set my module's weight to. It seems that ...
0
votes
0answers
21 views

Getting two Errors using Weight with Views3 in D7(sqlite) when I try to save order changes

I use Views 3 on a D7 site (sqlite) together with Weight. When I change the order of a list per drag&drop and want to save the changes via ajax request I am redirected to a page showing the ...
1
vote
2answers
90 views

Limited promoted nodes with order

I was wondering what is the best way to promote nodes into a page (ie front page). Drupal comes with its own "promote to front" option and we have other ways such as using Flags modules for this ...
1
vote
1answer
199 views

Reordering values in a multi value field

Is there a module that allows you to reorder the values of a multi value field? By drag and drop or by weight. Example: Field XYZ: + Value 1 + Value 2 + Value 3 + Value 4 Reorder to: Field XYZ: ...
1
vote
0answers
190 views

Custom criteria of summary items with contextual filters in Views

Drupal 7. Views 3. I have two contextual filters: terms of a vocabulary and dates. The no-results behavior is to display a summary, so I get three different screens in my view. In the first ...
0
votes
2answers
54 views

Is there any way to display a taxonomy sorted by another taxonomy?

I'm working on a homepage for a student paper and I'm needing some way to display 3-4 arbitrary pieces of content from each section every week (I.e., top stories) in a panel for each section. In ...
0
votes
0answers
65 views

weight changer view doesn´t save the order applied. why?

I have a D6 site with views 3 and latest version of weight module. upon clicking the Save button ..it doesn´t apply the weights Is there any bug on the module itself? here-s my configuration..
1
vote
2answers
134 views

Views - Weight - assign different weights for different view displays

I am already guessing the answer is that it can't be done but any input on this would be much appreciated. So I have my Content Type, say... Cakes! Now, I have a view named ALL Cakes! and they are ...
2
votes
1answer
2k views

Add tabs to a view-page

What I want to achieve is rather simple but either I haven't drank enough coffee yet or Google is boycotting the wanted results :) I have a view ("the view"), of type "page" , formatted and styled ...
0
votes
1answer
163 views

Views with taxonomy weight out of the box

I have weighted tax term vocabulary: internal documents. The tax terms are education general assembly Logos bylaws miscellaneous So I created the content type internal documents with a file ...