Drupal 7 Popup Login

Please give a kinder offer to say how about drupal 7 and popup login. I have problem to make work those together.
Thanks

Agenda Module and Dates

I have installed the agenda module to show my Google Calendar events and its running fine, but I would like to show my event dates in spanish instead of english. its seems I must change something in the agenda.module or in the agenda.block.tpl.php I just dont know where to start with... can anyone help me on this one? is it posible to change the $date for the format_date ?

Paging

I can't seem to find a basic paging module for D7. I'm just looking to manually break up articles into multiple pages with number and the bottom of the page.

Did anyone find one?

access callback problems

Hi,

So I've been pulling my hair on doing my own access callback for a menu item for a few hours now. Searched the web from head to toe but can't find anything that helped.

So this is part of what I've got.

The menu items:

<?php
	$items['events/%delta7_signup_event'] = array(
		'title' => 'View Event',
		'page callback' => 'delta7_signup_view_event',
		'page arguments' => array(1),
		'access arguments' => array('create signups'),
		'file' => 'delta7_signup.pages.inc',
	);
	$items['events/%delta7_signup_event/signup'] = array(
		'title' => 'Signup For Event',
		'page callback' => 'delta7_signup_view_event_signup',
		'page arguments' => array(1),
		'access callback' => 'delta7_signup_view_event_signup_access',
		'access arguments' => array(1),
		'file' => 'delta7_signup.pages.inc',
		'parent' => 'events/%delta7_signup_event',
		'type' => MENU_LOCAL_ACTION,
	);
?>

So what I've done for the button is to create a access callback function named "delta7_signup_view_event_signup_access". This function is quite simple, it checks if a user has already signed up for an event and hides the menu item if he has. And it also checks that the user has access to doing this action by checking with the user_access function.

The access callback function:

<?php
function delta7_signup_view_event_signup_access($event = array()) {

Catalog View in Ubercart 3 not working

I have a site running with views and ubercart 3 and all the required modules. For the life of me I can't get anything to show up in the Views Display for Catalog. Tried with the default Catalog view that came with ubercart and also tried cloning the Catalog view and changing everything I could but still nothing. The products view works just fine and returns a list of products but the Catalog view returns empty no matter what I try. Any help would be greatly appreciated.

Split views result and add blocks or views in between.

Is it possible to insert another view or block in between the view query results?

What I'm trying to acomplish is something like Mashable news display.

Something like: top news in a slideshow, then some news summaries, then an ad block, then some more news, another block of another kind of content or stuff, then the rest of the news and the pager.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x