FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » drupal plug in.
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: drupal plug in. [message #164711 is a reply to message #164710] Wed, 02 March 2011 12:46 Go to previous messageGo to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma:
Senior Member
Administrator
Core Developer
Edit your main Drupal page and add:

<?php
$content = module_invoke('fudforum', 'block', 'view', '1');
print '<h2>' . $content['subject'] . '</h2>';
print $content['content'];
?>


Remember to change the input format to PHP code.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: corrupt database
Next Topic: Unable to re-enable the forum
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 05:05:35 GMT 2024

Total time taken to generate the page: 0.05247 seconds