I have this setup and working with one exception. Whenever I (or my members) upload images, we get the infamous "Page Cannot be Displayed" message! Although the path still shows
http://uvuit.com/forums/gallery2.php . I can refresh the page and I am back at the gallery home page. When I click on "Your Album" link, I see that the images DID UPLOAD.
My question is: How can I get this to redirect back to the the previous page? Or the member album for that matter!
I also noticed the same thing happens when I make any setting changes from the embedded script.
Any advice would be great!
OK I fixed it! I changed the following with the full URL of my gallery2 files:
Code:
$ret = GalleryEmbed::init(array('embedUri' => 'http://www.uvuit.com/forums/gallery2.php',
'g2Uri' => 'http://www.uvuit.com/forums/gallery2/',
'loginRedirect' => 'index.php',
'activeUserId' => $uid));
if ($ret)
I do have one more question though! How can I get this to allow
$vbpoptions[bbdir] so I don't have cookie issues when someone logs in at uvuit.com instead of
www.uvuit.com ?
Quote:
Originally Posted by specmav
Quote:
Originally Posted by TheHeartSmasher
Code:
I only have a few problems now:
1. When I logout of vbulletin I recieve errors
At the top of the screen
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/username/public_html/testing/forums/includes/class_dm_user.php(1657) : eval()'d code on line 57
Vbulletin Message
Which is the same error message but if I refresh or click logout again it works.
I am recieveing this error as well, could someone please help HeartSmasher and myself.
Thanks
|
I was getting this error as well then I disbaled the two plugins. Those two plugins were causing errors all over vb (i.e. post thread, post reply, post anything, login, logout etc.)
I know that's not a fix for the problem since the plugins are designed (theoretically) to resolve collision issues when users are deleted.
I have the gallery working and functioning fine...other than the REWRITE.
Now for my problem:
How can I add a link on my members PROFILE page to go directly to their album? Now if REWRITE actually worked with the EMBEDDED version it would be no problem.
If I'm looking at this correctly, with Redirect disable the member albums resolve to something like this
http://mysite.com/forums/gallery2.php?g2_itemId=51 where itemId=51 is the member Album.
I'm sure theres a way to call the members "Gallery User ID" and obtain this updated number automatically and insert it into the LINK to the Member Album. But I can't figure it out. Any help here would be most appreciated!