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

Acidfree Upload Size Modification

I am having issues with large files (zipped) being uploaded and extracted by Acidfree. I love it, and have been getting around the errors by uploading 5 at a time through the UI, instead of 25 or whatever at once through a zip. The reason is that the zip is too large, and the php.ini settings dont allow uploads that large.

My Host does not allow me to modify the php.ini file for my entire site, but says I can create a specific one for a specfic script, and put it in the directory that the script is in. And in this way, I can modify the MAX upload file size parameters.

My Admin roles cannot post content

Hello,

I have a drupal site with three roles authenticated user anonymous user and an admin user. The problem lies in when i give the admin users the permission to view the administration panel, using administer.module they cannot add any sort of node ( blog entrys, events, pages). Is this something with the users or the administer module.

Thanks

Any Yahoo-like directory script for Drupal?

I have started a kind of Links directory based on the MyThreads
php script (http://mythreads.sourceforge.net/) however I would
like to manage more content (articles, polls).
So I want to move my content to Drupal.

I have found mentions to certain modules in Drupal download section
however the information about them is really scarce.
Easylinks
Freelinking
Janode

Anyone has experience on them?

Webform redirect to node (almost)

For the last couple of days I've been struggeling with Webform trying to have it redirect to the calling node after successfull submit.
Thusfar I have succeeded in passing the calling node to a textfield pre-populated with default value of %server[HTTP_REFERER] which gives -> http://example.com/?q=node/nodeid. After submit it should redirect to that same node. Note that you can choose an absolute path to a redirect page (must start with http://).

What's the path to 'My Account' and 'My Blog'?

I'm sure this is a simple question but I can't for the life of me figure it out and my head is hurting. So I thought I'd post ;)

I have developed a menu on the top of my site composing of primary links with things like 'blog, contact, forums' etc etc.

I have searched through the site and understand that I now have to make left side block menus with the sub-menu things on and assign them to the right pages. In the case of when the user hits 'Blog', the sub menu will say 'Create Blog' and 'My Blog'.

Now the path of 'Create Blog' is easy. It's node/add/blog...

putting adsense between posts in teaser view

Has anyone figured out how to do this yet?

I figured I could use similar code that I use to put adsense after paragraphs:

$arr = explode ("

", $content);
if ( strpos ($arr[0], "") > 0 ) {
$arr[1] = $incontent . $arr[1];
} else {
$arr[0] = $incontent . $arr[0];
}
$content = implode("

", $arr);

But I wouldn't know wich variable to explode and implode, and in wich file. If I knew, I could simply put my adsense code after

#2 and

#4 etc.

Any thoughts?

Pages

Subscribe with RSS Subscribe to RSS - Post installation