This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Getting Access Denied Pages

Hello,

I'm new to Drupal. I've installed 'me' alias Module. I've configured it correctly. The Configuration page has the following two lines of text.

user/me
blog/me

But, When I point my browser to mysite/user/me or mysite/blog/me, I'm getting Access Denied pages.

Does anyone use 'me' alias module? How to resolve this issue?

Please help me.

Many Thanks in advance.

R. Kaja Mohideen

Problem with logout

Hep,

i've created a simple custom login bloc tweaking in the .tpl.php files.

Now i dont understand why i authenticated users have to logout twice to make it effective. The first time, the page reloads and nothing changed.

Any answer?

thanks

Creating direct link to "recent posts" in Buddylist

Hi, this is my first post here, so pardon me if I posted in the wrong forum.

I'm creating a community site, and I want to use the buddylist a lot. The best feature of the list, is the "recent posts", where you get an update of what your buddies have posted lately (much like facebook's homepage).

I want to add a menu-link directly to this page, but I wonder how I can do that, since the link to that page is user-specific (example: buddylist/2/buddies/recent - where 2 is the users number).
I tried using a *, cause that works in some instances, but not here.

The Settings are not saved

Hello:
I'm developing a module to restrict the number of node that a role can upload. I know that exist nodeLimit but it's outdated.
I am having problems with storage the settings in the database. variable_get() returns always the default value. Here is the code.

Paging System in User Module

Hi,

I have 350 users in my site. So, I have used paging module for paging system it is working in forums but it is not working in user module/user.

please help me regard this.

db_query driving me crazy!

Hi all,

i've been working on a small module (my first one.....so be gentle :-p ), but now i'm totally stressing out...

the module itself is sort of a custom search box, with selects and dateTime Pickers.

i've been able to build the form etc., but now i've caught the input data from the user, and offcourse, using this data i'd like to run a few queries on my db. The problem is though that i can nog get the right syntax for my sql statement, using the variable placeholders which come with the db_query function.

It seems like the variables do not get inserted into the query like they should..Could anybody help me out or at least point me in the right direction please?

blow i've pasted the code i'm using, all works well , except the part from line 316 until the end...

I'd really appreciate it if someone would have a look at this...


<?php

/* $Id$ */

/**
* @file
* Specific browse module for browsing contacts, journals of organisation in a dropdown
*
* Provides dropdowns for browsing
*
*/

/**
* Implementation of the hook_menu().
* set link in admin menu
*/

function browse_menu($may_cache){
$items = array();
if($may_cache){
$items[] = array(
'path' => 'admin/settings/browse',
'title' => t('Browse Display Settings'),
'description' => t('Change how the browse display behaves'),

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions