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

need some basic php help

Hi guys,

Three questions for you. Thanks in advance

1. I am trying to print the blog link of a user as text.
It should look like: www.website.com/blog/username
Here is the code I have... not sure how to add the username part:

Pager numbers squashed

When I sort the tables using the headers - e.g. Title, other than the loaded sort; the pager links become squashed up. SEE IMAGES.

ORIGINAL LOAD UP POSITION - http://img481.imageshack.us/img481/5633/example11jr.jpg

AFTER CLICKING ON A HEADER SORT LINK - http://img481.imageshack.us/img481/1967/example1wj.jpg

How do I make it not to do this?

FCKeditor - No such file or directory

Apologies for posting on this topic which has been wokred over but I'm unable to Upload Images using FCKeditor. I started with the latest version (2.2?) and have now started from scratch with v2.0

Filesystem
Drupal is located in the root of my site, not a subfolder
/files (777)
/files/images (777)
/files/flash (777)
/files/media (777)

I updated fckconfig.js by disabling the default ASP and setting like so (straight from the readme)

 FCKConfig.LinkBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&Connector=/modules/fckeditor/ssip/connector.php"
       FCKConfig.ImageBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&Connector=/modules/fckeditor/ssip/connector.php"

My properties.inc

*/

function _fck_connector_properties() {
$properties = array();

// The file system path separator (\) windows, (/) unix
$properties['path_separator'] = '/';

// The Context Path property represents a web application, which is run
// within a particular virtual host. If you specify a context path of an
// empty string (''), you are defining the default web application for
// this Host.
// $properties['context_path'] = '';
$properties['context_path'] = '';

// The default resource types list
$properties['resource_list'] = array('File', 'Image', 'Flash', 'Media');

How to get revisions system work for custom node fields?

Hi,
Following the node_example.module in drupaldocs, I've created a new node type with some custom fields.

In drupal 4.7 there is a new table in the database called node_revisions. But it seems to me that it only stores the revisions of "body" field of a node. Is that correct?

So my question is how can I enable my custom fields also have the revisions stored, using the new revisions system.

If it's not posible for a custom node-type, how about the for the flexinode module?

Thanks in advance.

Key words add

Hi I am adding key words into my site. www.dataforceone.com I save and or hit submit and when I reopen the page to edit the key words are not there.

This is also the case for sub title, i add it save it yet it does not stick or stay in the boxes that I add the data to.

Please any suggestions are appreciated.

How to send out daily email copy of my front page center column (different from "notify" module)

I want to send out a notify module like email, but where the email contains the content from the content from the front page center column. Ie., the generic center "content" column that contains "previews" of all "promoted" (to the front page) content.

I can create a mailing list using the Mass Mailer module, and I assume I can figure out a PHP call to send a message to a Mass Mailer mailing list.

Pages

Subscribe with RSS Subscribe to RSS - Post installation