IPB

Events happening in the community are now at Drupal community events on www.drupal.org.

Community and Drupal forum site examples? General recomendations

Posted by playfulwolf on February 26, 2012 at 10:21pm

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

IPB - users creation

Posted by arlak on November 9, 2011 at 1:47pm

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
1 comment Categories:

Accessing IPB templates inside a Drupal 7 theme

Posted by stefan vaduva on November 12, 2010 at 10:15pm
<?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

phpBB vs IPB vs SMF vs vBulletin

Posted by tounano@drupal.org on March 20, 2007 at 5:54pm

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

AltStyle によって変換されたページ (->オリジナル) /