PDA

View Full Version : small login bug using drupal login on forum page


Goddess
11-19-2007, 02:34 PM
i've noticed a little odd behavior when i go to a forum page in a vbdrupal setup, if i'm not logged in and log into the drupal sidebar while on the forum page...it tries to redirect here and gives a 404.

http://domain.com/%3Cforum%3E/index

this works the same way this site as on my dev site, so i figured it was probably related to vbdrupal and not my setup. any idea where i might look to fix it up?

elmuerte
11-25-2007, 02:20 PM
ah right, that's caused by the ?q= hack I introduced to be able to filter blocks on forum pages

updated vbuser module (http://vbdrupal.svn.sourceforge.net/viewvc/*checkout*/vbdrupal/trunk/vbdrupal-ng/drupal/modules/vbuser/vbuser.module?revision=695&pathrev=695)

Goddess
11-26-2007, 03:39 PM
thanks! :)

webdzinez
12-07-2007, 04:16 PM
This module sends the user to their drupa profile page instead of keeping them on to the main forum page. How can we change that? Please help