IPB

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
PlayfulWolf's picture

Community and Drupal forum site examples? General recomendations

Hi everyone,

Have a task to build a community site. To put simply: 50% of features will be forum, community faq with voting, the other 50% will include e-zine, maybe some kind o a shop, link directory, user rating and etc, not much social networking stuff.
I am leaning to Commons installation, but it is not exactly what I want to start with.

Read more
arlak's picture

IPB - users creation

Hello all,

big thank you for your module which functions perfectly with IPB.
Do you have envisaged the possibility of creating one user directly since Drupal?

Read more
Stefan Vaduva's picture

Accessing IPB templates inside a Drupal 7 theme

<?php
chdir
('/path/to/forum/dir'); //replace this with your forum path

define( 'IPB_THIS_SCRIPT', 'public' );
require_once(
'./initdata.php' );

require_once(
IPS_ROOT_PATH . 'sources/base/ipsRegistry.php' );
require_once(
IPS_ROOT_PATH . 'sources/base/ipsController.php' );

$reg = ipsRegistry::instance();
$reg->init();

$output = $reg->getClass('output');

$content = render($page['content']); //this adds the Drupal content into the IPB template
$output->addContent($content);

$output->sendOutput();
?>

We have 2 problems:

Read more
tounano@drupal.org's picture

phpBB vs IPB vs SMF vs vBulletin

Hi,

I know that there are thousands of topics like that on the net, but I would like to know what's the status in our group.

Please type your favorite BB software, and please write why you like it, and what you hate in it.

I personally use Invision Power Board 1.3, but I hate it. There's nothing good about it, the only reason that I use it the all my moderators like it, and don't want to deal with phpBB. (I can't wait to surprise them with DruBB) :)

Please share your experience,
Have a nice day.

Read more
Subscribe with RSS Syndicate content