PBLang Forum to Drupal (Advanced Forum)

Since many years I run a PBLang based forum. The forum is php and file based (no database). I am considering migrating my whole site, including the forum, to Drupal. Does anyone have any experience in migrating from PBLang to Drupal?

Thanx

Kai

Drupal Blog Competition, who has the best looking Drupal based Blog. Post your links!

We all know - Drupal Forums look great (http://drupal.org/node/56127).

Now, I would like to find out how good the Drupal based Blogs can be made. If you have a really good looking drupal Blog, post it here please!

Eddie

WYSIWYG + FCKEDITOR enabling Image Upload for Drupal 7 users. READ THIS BEFORE YOU READ ANY OTHER FORM....WILL SAVE YOU TIME

I was looking around to work the image upload into my drupal 7 site with no luck. Got tired of endless downloads. And Finally I figured it out.
Yes you need to set the
$Config['Enabled'] = true ; in yoursitefolder\sites\all\libraries\fckeditor\editor\filemanager\connectors\php\config.php

But key is here...
go to yousitefolder\sites\all\modules\wysiwyg\editors\fckeditor.inc

open it in notepad....
and change the following.

function wysiwyg_fckeditor_settings($editor, $config, $theme) {
$settings = array(
'EditorPath' => base_path() . $editor['library path'] . '/',
'SkinPath' => base_path() . $editor['library path'] . '/editor/skins/' . $theme . '/',
'CustomConfigurationsPath' => base_path() . drupal_get_path('module', 'wysiwyg') . '/editors/js/fckeditor.config.js',
'Width' => '100%',
'Height' => 420,
'LinkBrowser' => FALSE,
'LinkUpload' => TRUE,
'ImageBrowser' => TRUE,
'ImageUpload' => TRUE,
'FlashBrowser' => FALSE,
'FlashUpload' => FALSE,
// By default, FCKeditor converts most characters into HTML entities. Since
// it does not support a custom definition, but Drupal supports Unicode, we
// disable at least the additional character sets. FCKeditor always converts
// XML default characters '&', '<', '>'.
// @todo Check whether completely disabling ProcessHTMLEntities is an option.

Does Drupal Gardens accept bug reports and/or community support yet?

I'm trying to find a place to submit a bug report for Drupal Gardens, or least post details about and error I encounter with editing nodes in a place where other DG users may see it.

However, it looks like DG forums aren't yet live.
http://www.drupalgardens.com/forums

Wanted: Drupal Developer/Programmer for Social Networking Site

Strange Angels is looking for an experienced and committed Drupal developer/programmer (or team of developers and programmers) to help get our start-up off the ground. We are creating a unique online dating site that behaves rather differently than your typical dating/networking site. The site will function similarly to a social networking site, but with some special functionality. This will pose some interesting challenges and provide the right developer an excellent creative opportunity. The web design can either be done as a part of the development, or through a third party.

user session

Hi!
I need to authenticate the user on the site without using a standard form. I understand that it is necessary to make start the session. As it can do this?
P.S. Sorry for my bad English! :)

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x