D7 to D7 content copy

First of all I know this post is not exactly CONVERTING to Drupal but it's the closest match on the forum categories here and I guess people dealing with converts should definitely know the answer to this.

How do view arguments work

I have a view set up for a page it uses an argument from the url (user name) it lists posts from that user. i would like to use another view to make a block for the /main page that this appears on.

/main/[name]

AJAX element is jumping

Hello,

I have a problem with forms using ajax elements. After I change selection in ajax select element it jumps to the stat of the page while waiting for response from server and after that jumps back. It takes milliseconds but it's visible and this is very annoying animation.

Look at screenshots:

Normal form layout: http://sp.bi.lt/drupal/form.jpg
select jumps while waiting for response: http://sp.bi.lt/drupal/ajax_element.jpg

I've managed to hide throbber passing empty progress type, but select control is still jumping. What I'm doing wrong? Here is a code of my form:

function tkon_ticker($ticker = null, $month = null, $templ = null) {
return drupal_get_form('tkfr_ticker', $ticker, $month, $templ);
}

function tkfr_ticker($form, &$form_state, $ticker = null, $month = null, $templ = null) {
// .....

// building a form
$ajax_wl = array('callback'=>'tkfr_cb_wl', 'wrapper'=>'wl-div', 'speed'=>'fast', 'effect'=>'none');//, 'progress'=>array('type'=>''));
$ajax_ticker = array('callback'=>'tkfr_cb_ticker', 'wrapper'=>'t-div', 'speed'=>'fast', 'effect'=>'none');//, 'progress'=>array('type'=>''));

$form['#attributes'] = array('class'=>array('container-inline'));
$form['templ'] = array('#type'=>'select', '#default_value'=>check_plain($templ), '#options'=>$templs, '#ajax'=>$ajax_ticker);

Seeing Double CSS for my postings using Views

Padding inside padding using Views. I'm sure the answer to this is easy, but I just can't see it yet. Is there a way to modify the formats in Views? (Calendar, Grid, HTML list, Jump menu, Table, Unformatted list). The "HTML list" adds my 'bullet list' CSS and the "Unformatted list" uses just my 'posting' CSS however, it is applied twice: once for when I add my content on it's original page, and the other when the content is listed on another page. If I can change the "Unformatted list" to ignore the padding or margin settings for my posts, then I won't end up with a double margin.

can you allow one email to have multiple account linked to it

I am working on a site the problem is I have some content that is listed by user name I would like people to be able to have multiple user names so that I can query on that. I do not want to force these people to have more then one email address.

Drupal 7 is broken out of the box: OpenID does not work.

I have installed, uninstalled and reinstalled Drupal 7 fresh, with no extra addons or any kind. Now, I enable the OpenID module. I change no other settings whatsoever.

I get a little OpenID link under my login boxes.

THIS LINK DOES NOT WORK.

The link is as follows: http://www.mysite.com/%23
sometimes it is http://www.mysite.com/?q=%23

This results in a page not found error.

This basically means I cannot use OpenID to login.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x