how to use the module newsletters in drupal 7?

I'm trying to use the module newsletters, but I could not make it work. My biggest question is how to relate the content with the lists.

I have done the following:
* Install the module and create the lists eg trade.
* change the type of content item and add the field you type news and Entity Reference is field_newsletter_list hostname. When I create a new item in this field I get the list and select for example trade.

* Then give the list click to send mail, run cron, but I get emails.

Editing Profile Page

I am kinda confused is there a user account page user/1 and a separate profile page? I want to have custom profile pages and know in the past you could do it through other Drupal modules. When I add data to the profile page it does not show on the user page and their seems to be know way to edit the user page. How can I do it now? Need serious help here

Is it possible to modify the user_pass form?

I am attempting to addd #markup to the user_pass form (I need to add some explanatory text), but it's not being rendered:

function mymodule_user_pass($form, $form_state, $form_id) {
  $form['custom_text1'] = array(
    '#type' => 'markup',
    '#markup' => t('test'),
  );
  dsm($form);
}

The devel output shows my custom_text1 element in the form array, but it doesn't appear on the screen anywhere.

Is it possible to modify this form?

Thanks.

Colin

Views multiple (different) nodes in one Views.

Hi,

I'm building this website and it has a page called "Artists". Within this page I have 2 options I could use out of sheer aesthetics. My client has around 15 artists that need to be showcased.

The first one, in my opinion the easiest, is to create a menu for example called "artist-menu" which links to the induvidual nodes. No problem there. But I need to include a lightbox / colorbox gallery within these nodes.
As fas as my knowledge goes about Drupal this is archieved with Views.
No my problem starts.
I want to create 1 Views, called: "Artist-Views", linked with the menu like the example:

- artist1
- artist2
etc.

Though I want to see the content change without losing the layout and or the respective gallery of that artist, if you catch my drift.
To summerize: Artist-menu should link to the individual nodes, with the layout of the Views.
I can't seem to get this working.

The second option would be a advanced version of this one. This time the menu and the layout would be archieved the same way. But whenever I click on one of those links it would slide to the corresponded node. Presumably with a jQuery fix. Coda Slider will work for example.

Whatever aesthetic option I choose, I need to deal with the Views issue.

I'm still fairly new to drupal, with limited to no knowledge of PHP or jQuery. I can read it, but not write it.

Images Not Loading on Certain Pages

I am having a problem with my social media icon images not loading in the "header" section of the Bartik theme on my website. Basically, they load on each individual page that I created, but when I click on a link on the front page corresponding to "tags" or "Read More" (for Article content), then the social media images do not load. I have the image files placed in the sites/default/files folder in Drupal core.

How to remove "Language English" from article

Hi all

How do I remove the "Language English" from an article?

thanks

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x