This forum is for less technical discussions about the Drupal project, not for support questions.

Drupal Travel Site

I am looking for some experienced drupal users who are interested in teaming up to create a world wide travel community site. I have plenty of ideas but I am limited by my lack of technical knowledge and inexperience with drupal.

The aim of this site is for users to submit their travel advice in a controlled environment and then place the content in the appropriate continent, country, city and topic. I dont want to make the content submission form too difficult for the user but I need a pretty comlpicated navigation system.

canot login www.domain.com but domail.com works in IE with correct baseurl setting

I have drupal 4.7 and suddenly I have the login problem now, I disabled access to anonymous. When user login with correct username/passwd to www.domain.com, it doesn't work. It works fine for domain.com. It also work in those two cases:
1. delete all cookies;
2. from login page in the new user registration form. (but have to do it twice)

Displaying an image in a custom template from a View

I have a view setup using the views module. This is meant to get the 12 most recent image nodes and display them as a list. I would like to modify the display, so I have created a new template using the Views Theme Wizard. This works OK in terms of displaying information, but I want to modify the link URL for the image in order to add additional caption information for the lightbox2 module.

The problem is, I can't fifure out the code to use to get an image to display. I know that it will be in the form of l(image_display(X,'thumbnail'), link) but the question is "what should X be?"

This is an export of the view:

$view = new stdClass();
$view->name = 'latest_images';
$view->description = 'latest images';
$view->access = array (
);
$view->view_args_php = '';
$view->page = TRUE;
$view->page_title = 'Photos tagged with %1';
$view->page_header = '';
$view->page_header_format = '1';
$view->page_footer = '';
$view->page_footer_format = '1';
$view->page_empty = '';
$view->page_empty_format = '1';
$view->page_type = 'list';
$view->url = 'new/images';
$view->use_pager = TRUE;
$view->nodes_per_page = '12';
$view->sort = array (
array (
'tablename' => 'node',
'field' => 'created',
'sortorder' => 'DESC',
'options' => '',
),
);
$view->argument = array (
);
$view->field = array (

Outbound link tracking

Hello,

I'm wondering what webmasters are using to track outbound link clicks.

Do you guys use 3rd-party tracking apps like urchin/google-analytics or maybe a drupal module?

TIA,
smokey

LM PayPal Drupal 4.7/5 module with donations, subscriptions and paid adverts (classifieds)

The latest release of my PayPal module for Drupal 4.7 (and Drupal 5.0.0 dev) is now available here:

http://lmmrtech.com/lm_paypal_module_for_drupal

Please post any feed back here.

This thread takes over from the two previous threads:

http://drupal.org/node/7800
http://drupal.org/node/73727

Lee

Published to Front Page Index List

Just wondering if this is possible:

I'd like to create a page with a list of all posts that have been 'published to the front page' - Displaying (in chronological order; newest first) a list of just the post titles and not any of the content. In effect an index list page. Each title would of course be clickable to visit the page itself.

Any ideas on how to accomplish this would be greatly apprecited.

Pages

Subscribe with RSS Subscribe to RSS - General discussion