PDA

View Full Version : PM box problem


jclay
06-26-2003, 12:16 PM
I've had problems with the PM popup box not working. It pops up, but when you click "ok" then cancel it goes to a "page not found".

I'm using vB 2.3.0 and I've installed vBportal 2.3.0

I think the problem is that the private.php?s is the "default" location and it should be in /forums/private.php?s

Where in the templates would I make these changes to set this at?

Any help would be greatly appreciated.

filburt1
06-26-2003, 12:52 PM
Try head_newpm (IIRC).

jclay
06-26-2003, 01:04 PM
Here's a sample of what I had in head_newpm

(we can't post the entire thing can we?)

window.location="$bburl/forums/private.php?s=$session[sessionhash]";

Is anything wrong with that? I'm fairly clueless. :confused:

filburt1
06-26-2003, 01:39 PM
You can post whole templates (provided you attach them to your post as a text file).

jclay
06-26-2003, 02:17 PM
Here's what I currently have.

(See attached)

jclay
06-30-2003, 05:14 AM
The popups?

I'm running five themes and the Pm Popup only works with the "default" theme.

Is it possible to run multiple themes on vBulletin (with vbportal) and still have each theme's PM system work.

I've checked Head_newpm in every template and it works fine.

Any ideas?

Please.

jclay
07-01-2003, 02:17 PM
I've fixed it.