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

Saving a text with html comment tag returns 403 Forbidden

I have a weird problem. On my Drupal 5 installation I cannot save a page or story if I put html comment tags (<!-- -->) in the body field. Whenever I do that I get 403 Forbidden like this when I submit (or preview):

Forbidden
You don't have permission to access /test/drupal/node/19/edit on this server.

I was trying to use the break tag (<!--break-->) when I ran into this problem. Otherwise I can save just fine, and just about everything else works great.

node/add/page as home page sticky before content

Hi and thanks for all of this --

I'd like to put the node/add/page form at the top of my home page (and perhaps trim it down a bit), before the normal content is displayed. Is there a way to insert the node/add/page snippet into a node and make this sticky so it displays the submit form at the top of the page?

I searched around for the node submit snippet but didn't find anything. Is this possible?

Thanks a bunch!!

Is it possible to have Aggregator RSS feeds in an IFRAME?

Drupal version 4.7.5

I am almost there ! Just a little more help needed.

It it possible to have the PHP Results open in an IFRAME?

I tried to use the PHP code shown below for use with the aggregator RSS feeds. This code was from the Reference Topic: "How to include pages in each other?" at (http://drupal.org/node/83349)

I placed the PHP code in the body of a new page (?q=node/35) and set the input format to PHP.

It works fine but the aggregator uses pagination, ie. 1 2 3 4 5 6 7 8 9…next ›last » at the bottom of the page. When you click on any of these pagination links, the resulting page is the aggregator page itself (?q=aggregator&page=1).

Is there any way to modify the PHP code so that the aggregator results display in a IFRAME so that the pagination works correctly keeping the user on the original page (?q=node/35) ?

Original Code

This is the leading text before the calendar
<?php
// We save and restore the real path for the page
$q = $_GET['q'];
// Change event to the path you want, this is the part after q= (or after the base path if you have clean URLs enabled)
$_GET['q'] = 'event';
// Get and print the output for just the content associated with the path
// If you see the complete page within a page it means the path callback is probably calling theme('page', ....)
print menu_execute_active_handler();

Smiley select box not showing

I've installed the smiley module, and under user control have enabled all registered users to use the smiley select box, but it doesn't appear when posting. I've enabled the filter and the smileys show up when manually adding ascii smileys.

Is there something simple I'm not doing?

should I write my own module to fullfill my needs as follows ?

I'm going to setup a website using drupal. One of the features of my site is allowed web master to post a page or so called notice annoucment with display time limited. For example a notice will be displayed for 3 days on the page, this notice will disappear from the page after time frame expired.

Any digg like module for Drupal ?

guys, I am looking for a very basic module which can provide similar feature like digg. I know there is pligg but I want something integrated to drupal. I just want some mechanism where ppl can share links and rate it.

Regards

Pages

Subscribe with RSS Subscribe to RSS - Post installation