FCKeditor File Browser error

I was using TinyMCE and the IMCE image uploader but was having formatting problems. I switched to FCKeditor and it works fine except the file browser keeps spitting out this error when I click browse server:

The server didn't send back a proper XML response. Please contact your system administrator.

XML request error: Not Found (404)

front page and node access

Simple problem. Simple solution?

I have a family web site. I have "node access" under "user management" set to show nodes only for authenticated users. That means that the home page always shows the content text "Access Denied..." This confuses several members of my family, even though the login block is clearly visible. Somehow, these several family members don't know to simply login to see the content. I'd like to say I'm not blood related to them, but I am. The purpose of setting the "node access" this way was to not have any of the content visible to unauthenticated users.

CCK / Calendar / Theme - outputting specific field values

Hi,

hi - this questions regards displaying specific CCK values in a custom calendar view. Because the Week View is integral to my usage, this is build in 4.7

it seems there's not much theming information for CCK output via Calenar. None of the standard node-content_example.tpl.php, or field-field_my_field.tpl.php solutions work (unless i REALLY really don't get it), as all the info must be passed through the calendar theme engine.

my end goal is simple: theme specific cck fields in a given calendar view. The values are already assigned to the view (they end up comprising the teaser), BUT they must each be themed a little differently, which when blocked all together as teaser does not work.

in order to get the week view to display all this info in the first place required some template.php theming. it looks like this:


function mytheme_calendar_node_week($node) {

$output .= '

'."\n";
$output .= theme('calendar_stripe_stripe', $node);

// the switch calculates the time format
switch ($node->calendar_state) {

...unnecessary for this question and thusly omitted

}

$output .= '

'. l($node->title, "$node->url", array('title' => t('view this item'))) .'

'."\n";

$output .= $node->teaser;

File transfer is set to 'Private' - why can people still directly link to my files?

My file transfer is set to 'private' in drupal, though Ive found out its possible for other websites to directly link to my attachments...why is that? How can I make it so attachments can only be transferred via Drupal?

Thanks

How To show table in ms sql

I am created number of table in mssql

but i dont know how to view all table in ms sql

I know this command in my sql is

my sql> show table

ms sql>???????????

Seeing contents on mouse-over on the thread titles in the forum

Can we see first 'n' words of the first post in a thread on mouseover on the title
in the thread list ?? This seems to be a very helpful and handy thing.

Also it would be nice if we could filter out the forums whose topics we do not need
or do not want to see from the aggregated "recent list"

These ideas I saw recently implemented nicely and robustly here
http://www.planetblur.org/beta/index.php?shard=forum&channel=18

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x