Author Topic: Integration with vBulletin  (Read 4483 times)

0 Members and 1 Guest are viewing this topic.

Offline Dan1113

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Integration with vBulletin
« on: October 01, 2002, 12:59:59 AM »
http://www.tailfeathersnetwork.com/gallery

If I click on Control Panel, it takes me to http://www.tailfeathersnetwork.com/usercp.php (404 page). How can I get it to send me to the correct place, http://www.tailfeathersnetwork.com/community/usercp.php (since the vBulletin is at /community)?

Thanks. :)

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Integration with vBulletin
« Reply #1 on: October 01, 2002, 09:42:33 AM »
Change in sessions.php:

Code: [Select]
$url_app           = " http://www.tailfeathersnetwork.com/community/";

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Dan1113

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Integration with vBulletin
« Reply #2 on: October 01, 2002, 10:51:11 PM »
Thanks! :)