PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Login/logout Option not offered in header?? (http://www.photopost.com/forum/photopost-pro-how-do-i/113176-login-logout-option-not-offered-header.html)

dwaters March 29th, 2005 12:29 PM

Login/logout Option not offered in header??
 
I have photopost 5.1 and we have it set to use our Ubbthreads database.

If a new user goes to our main page they don't get an option at the top tlo login or logout. There is an option that says Register but that does not let them login. The only way to login is go over to our ubbthreads message board and login then go back to photopost. How do I fix this?

Here is the main page of our photopost:

http://gallery.off-road.com/photobb/index.php

Chuck S March 29th, 2005 12:37 PM

Simply this is the weird part Do you have vb3 integration set to on? I dont see how you could but this is the code

if ( VB3_INTEGRATION == "off" ) $log = " &middot; <a href=\"{$Globals['maindir']}/misc.php?action=logout\">{$Globals['pp_lang']['logout']}</a>";

dwaters March 29th, 2005 12:44 PM

vb3 integration is set to off. Where should I put this code?

Update: I searched for VB3 and found it in pp-inc.php and it already has this very code in it.

Chuck S March 29th, 2005 01:12 PM

All I am saying is whats weird is the login/logout does not appear on your page and vb3 integration is off

thats the weird part

You can remove this if ( VB3_INTEGRATION == "off" ) from the front of those two $log statements


All times are GMT -5. The time now is 12:09 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97