Drupal is up and running but how do I ...?

Is there a limit to the number of custom block we can create ?

Dear all,
Is there a limit to the number of custom block we can create ? I' have a site with 327 blocks of which 131 are custom. Now each time I want to create a new custom block it desn't appear in the list !! Any idea ?
Regards,
Eric

calling a hook block from within a themed page

is it possible to call hook_blocks from within the code of a page ?

let me explain myself :

i'm trying to get displayed in certain nodes what i would normally find in blocks ; more specifically, the very commmon "who's new" and "New forum topics"

But i don't want them to appear in blocks, rather in specific nodes. how can i call these functions without having to use snippets ?

i am already using this snippet for the last active forums : http://drupal.org/node/23234

Error "Illegal choice in ." when publishing comments

Hi,

this is happening when I'm trying to publish the comments in the "approval queue".

Could be related to a problem I get when I try to post a comment which throws this other message:"Validation error, please try again. If this error persists, please contact the site administrator"?
Even if I get this message the comments is always registered in the approval queue.

Thanks in advance for any help.

drupal-4.7.0-beta4

Menu on specific page

Hi folks,

is it possible to create a new content type, similar to a page or story.

what i need to do is ... my website is already using the page and story content types, but i want to have certain pages without the left and right blocks or just the navigation menu, so is there a way to create a content type where i can enter data, in a similar fashion to a page or story (ie. have a title, body, etc...).

I created a content type 'Writing', but i don't see a way to not specify if the navigation menu is visible or not.

~jeff

modify forum topics display (php array change)

i am trying to change the way forum topics are displayed :

from the function : theme_forum_topic_list($tid, $topics, $sortby, $forum_per_page) in forum.module

i am trying to return 7 columns instead of 5, and break the "created" and "last reply" fields in 2 each, where i would have the date in one cell and the user name in the other for both fields (so 4 fields in total)

i assume i'd have to modify the following piece of code from within the function :

Path module: redirect "original paths" to ones I created?

I've used the path module to set up the following.

When the user enters

mysite.com/somename

It shows the content for

taxonomy/term/1

But, the opposite doesn't work: when I access

mysite.com/taxonomy/term/1

it shows that same page as mysite.com/somename, but it doesn't redirect to that page.

So, I've got the same content available at these two URLs:

Pages

Subscribe with RSS Subscribe to RSS - Post installation