Personal .js file use on D7. Doesnt Work!

Ok! Im working with the zen theme so I base everything on that.
1. Ive got 3 js files. 2 plugins and 1 for test only. (in the test.js i got an alert only to see that the js really is affecting the output on screen)

2. I put those files into "zen/STARTERKIT/js" directory. In that same dir I got the readme file that tells me to put:

scripts[] = test.js
scripts[] = jquery.nivo.slider.js
scripts[] = jquery.nivo.slider.pack.js

How do get all the custom profile fields as an array?

Is there any function for that, using $uid?

Thanks in advance.

Exposed filter into a block

Hi,
I need to create a block with some exposed filters so that, based on filters, I can get a results page

I thought it was just create a Block from a Views' Page I already did but it looks like not possibile..

any advices about this?

I already searched about this topic on the forum but I didn't get any answer to my question

Fixed: Designing Custom Template for Custom Content

Hello,
I have create one custom content and want to view fields from that content in 2 rows and 3 columns as follows 2 Rows table. Can someone help me that how can I design that kind of view.

Custom Views template files D7

HI!
I need support quickly... I change things on the html code outside a view. adding id:s n stuff like that.
I tried to create specific tpl.php files in modules/views/theme/ as:
views.[views-name].tpl.php
view.[views-name].tpl.php
view.id.[views-name].tpl.php

I created a new file with one of this names and copied the views-view.tpl.php and paste it on the new file
and added an id:

Computed field PHP code If statement

Hi everyone,
I have a Computed Field module installed. I would like to calculate weight in kilograms.
I have 2 input fields:

1) field_weight_unit // Float data type, select list of 2 allowed values:
- 2.20462262|pounds (lb) and
- 1|kilograms (kg)
2) field_catch_weight // Float data type, text field

I would like the Computed Field to calculate the weight in kilograms. So, if a user selects weight in pounds and inputs i.e. 25 lb, the code should

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x