I keep getting this notice+error because i don't have a password required to connect to postgresql
Notice: Undefined index: pass in /var/www/drupal-4.7.0-beta4/includes/database.pgsql.inc on line 37 on line 37 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/drupal-4.7.0-beta4/includes/database.pgsql.inc:37) in /var/www/drupal-4.7.0-beta4/includes/bootstrap.inc on line 692
Is there a way to give each of my users a blogroll block for their blog pages.
The only thing I can think of is to use Flexinode to create a content type (BlogRoll). Then use Flexiblock to create a custom block displaying the BlogRoll. I would then give my users the ability to modify this block, but how would I limit the admin access to just their own BlogRoll?
In my administration section content just gets slammed onto the page as if its sitting on top of my theme on top of my finely tuned tables etc. The content does not listen to size commands in the admin section. Things like text will not drop down to the next line when it runs out of space in a table and form fields are longer than my table.
the main content table for my site where I want the admin forms etc to reside is roughly 396px across..
i want to allow users to join groups in the registration form, and then generate a block listing subscribers in each of these groups. og does this well.
my problem is that i don't want to restrict access to any nodes or listings of nodes. i want anonymous users to be able to visit the homepage of the group (but for my purposes it would really just be working like a taxonomy term), and see all the posts without joining the group.