PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   Integration Issues PP 5.31/VB3.6 (http://www.photopost.com/forum/photopost-pro-bug-reports/127446-integration-issues-pp-5-31-vb3-6-a.html)

Big Kahuna September 24th, 2006 08:32 AM

Integration Issues PP 5.31/VB3.6
 
Did the upgrade to PP 5.31 yesterday -- and there are a few issues using the multiple skins of my VB3.6 forum. Please help me get this fixed -- I'm almost there with having everything just like I want it.

Facts:

Portal: www.moparstyle.net
Forums: www.moparstyle.net/forums
Photopost Albums: www.moparstyle.net/photoalbum
Photopost Classifieds: www.moparstyle.net/classifiedads
I also have .org and .com redirected to .net in .net's Cpanel

PhotoPost CONFIG-INT.PHP Integration Variables

Server Path to Forum directory: /home/moparsty/public_html/forums
Server Path to PhotoPost directory: /home/moparsty/public_html/photoalbum
URL to your forums: http://www.moparstyle.net/forums
URL to PhotoPost: http://www.moparstyle.net/photoalbum
URL to your PhotoPost DATA directory: http://www.moparstyle.com/photoalbum/data/
All three VB Switches are on

Forum Settings

URL to your forums main directory (optional)
This is the virtual path to your forum installation.: http://www.moparstyle.net/forums
User Registration System: vb3

Problem #1: When I went to the photo album the styles from the board show up except for the header banner. I right click the header for properties -- and this was the location it wanted to get the header. http://www.moparstyle.net/photoalbum/images/headerbanner/brrmonsterbanner.jpg -- it should have been http://www.moparstyle.net/images/hea...sterbanner.jpg So I just made a copy of the headerbanner directory in the photoalbum/images/ directory -- but the problem repeats itself in every directory. For instance if I click a photo, then the banner goes to red X again and the location it looks for the banner is changed to http://www.moparstyle.net/photoalbum/showphoto.php/photo/4945/limit/images/headerbanner/brrmonsterbanner.jpg

Am I doing something wrong (I can't see it) -- or is there a minor bug? I'd sure like to get this fixed.

(HOURS LATER WITHOUR RESPONSE - DESPITE SEEING DEVELOPER ON_LINE) Alright since I needed to get this done on the weekend and I didn't receive an answer -- I found (after many hours) that if you put the whole URL in the VB Style header file name -- it will work. I hopes this helps someone else from not having to waste as much time as I did. Still have the other problems that I'll be wasting my time to resolve if the post goes unanswered.


STILL NEED SOMEONE TO ROLL ME A BONE WITH
Problem #2: Because all of my style banners (900 pixels), advertising banners (3 X 300 pixels), and navigation buttons (6 X 150 pixels) in my headers total 900 pixels wide -- I've set the albums width to be 900 pixels wide. If you quickly look at the albums, you will see that the PP portion under the header is stretched to more than 900 pixels wide. It appears that the Navbar is what is setting this off. Can this be fixed by my modifying a template -- and if so which.

Problem #3: More of a question. On the background of the table the index thumbnails are in -- why do you use the Vbulletin CSS for Borders for the color. It makes it very difficult have a dark border or having dark text in that box. If you make the text light -- then you can't see it in the forums or Portal. It would make more sense to use a background and text color from the same CSS instead of different -- as they're aleady matched for contrast.

Big Kahuna September 24th, 2006 05:26 PM

Quote:

Problem #1: When I went to the photo album the styles from the board show up except for the header banner. I right click the header for properties -- and this was the location it wanted to get the header. http://www.moparstyle.net/photoalbum...sterbanner.jpg -- it should have been http://www.moparstyle.net/images/hea...sterbanner.jpg So I just made a copy of the headerbanner directory in the photoalbum/images/ directory -- but the problem repeats itself in every directory. For instance if I click a photo, then the banner goes to red X again and the location it looks for the banner is changed to http://www.moparstyle.net/photoalbum...sterbanner.jpg

Am I doing something wrong (I can't see it) -- or is there a minor bug? I'd sure like to get this fixed.

(HOURS LATER WITHOUR RESPONSE - DESPITE SEEING DEVELOPER ON_LINE) Alright since I needed to get this done on the weekend and I didn't receive an answer -- I found (after many hours) that if you put the whole URL in the VB Style header file name -- it will work. I hopes this helps someone else from not having to waste as much time as I did. Still have the other problems that I'll be wasting my time to resolve if the post goes unanswered.
JUST GREAT! Now my Portal -- which was handling this properly gets its banner screwed from having to rig the file name to work in PhotoPost. It doubles up the file name. Now I need to go to MKPortal's forums to figure out how to make it work with rigged file name. I sure love wasting my weekends with these upgrades and no documentation on paid for applications.

Big Kahuna September 24th, 2006 05:42 PM

OK -- in case this happens to someone else -- I change the code in MKPortal

from:
Code:

Content visible to verified customers only.
to:
Code:

Content visible to verified customers only.
but this really is backwards of how it should be.

Chuck S September 24th, 2006 06:19 PM

Your url in your category description in Photopost is stretching your photopost screen remove the url.

Yes if your using custom styles not the vb default you need to use full url's in the styles admin.

Big Kahuna September 24th, 2006 06:42 PM

1. http://www.moparstyle.net/photoalbum...8/limit/recent Where?

2. Point is that:
a. It shouldn't as it is easy enough to do what everyone else interfacing with VB does. To make photoPost intergrate -- you shouldn't have to modify everyother application that interfaces with it.
b. A mere mention of this somewhere in the config-inc or on the configuration scree would sure help people not waste their weekends trying to guess how undocumented paid for software works.


I use a lot of php/mysql software (phpadsnew, vbulletin, simple machines, a chat room, portal, link site, ..........) but the most expensive (PhotoPost and Classifieds) of all the applications gives me the most trouble upgrading and has the most worthless documentation. The lack of customer service/poor documentation/most troublesome of all upgrades is going to take a couple of potentially good products and scare away half of the prospective customers who hear of the problems.

Chuck S September 24th, 2006 07:06 PM

right here

http://www.moparstyle.net/photoalbum/

we do not do what vbulletin hacks or addon's do as simply put we never modify vbulletin code or files since we do not install into vbulletin like hacks or addons do

Our program is outside vbulletin hense we auto rewrite normal vbulletin image links but if your using custom styles as you are you must use full urls.

Big Kahuna September 24th, 2006 10:32 PM

OK -- I'm taking a deep breath and reading what you have said on why the middle section is wider than 900 pixels

Quote:

Your url in your category description in Photopost is stretching your photopost screen remove the url.
and

but after staring and staring the pages (not just the main index -- but all of the pages like the link I posted in post # 5 -- I don't see which Category description has a url wider than it should be.

Please give me another hint.

Sybaris September 25th, 2006 01:51 AM

If it were me i would turn off last photo upload or last comment as a quick fix that should put the tables back into line untill you find out what is causing it.

Big Kahuna September 25th, 2006 07:20 AM

Quote:

Originally Posted by Sybaris (Post 1172971)
If it were me i would turn off last photo upload or last comment as a quick fix that should put the tables back into line untill you find out what is causing it.

I appreciate the help -- but wasn't it. I set everythign in the Index options to NO and even found and deleted one long URL -- but the same issue. It is no just on the index page -- but every page. I think it has something to do with the category title bars.
It has to be one of the templates screwing this up -- just don't know which.

Sybaris September 25th, 2006 07:52 AM

try cutting down the size of the cat bar images for photopost by 30pixels see if it makes a diference.

Michael P September 25th, 2006 08:29 AM

Taking a quick look, here are some issues I saw:

Code:

Content visible to verified customers only.
In your header, you have a misformed td tag. You also have a meta tag in the body of your html.

Then, you have this:

Code:

Content visible to verified customers only.
Which is setting a padding of 25 pixels on your inner content for the page. You are using fixed width tables on PhotoPost, so you are getting middle content that is at least 925 pixels wide.

You can either reduce your PhotoPost width to 850 or use 100%.

PhotoPost is fitting inside your wrapper - when your wrapper sets the conditions for PhotoPost, then there isn't anything we can do within PhotoPost to compensate for that.

Keep in mind, PhotoPost is a seperate application and integrates with vBulletin; it does not require vBulletin to run, nor is it a "plug in" for vBulletin that uses vBulletin code. PhotoPost can run independently or with over a dozen other forums and while we make our best effort to work right out of the box with as amny configurations as possible; that doesn't mean that those with custom setups won't have to some tweaking.

Big Kahuna September 26th, 2006 07:55 AM

I changed my width to 850 to compensate the 25px padding -- and that worked.

THis weekend, I need to look int0 what what going through my mind to have that in the first place -- when I have time to see what changing it will do to my other integrated (with VB3.6) applications. I have so many different applications integrating with VB -- that any change is going to affect something else somewhere. Five years of evolution on that site has gotten it to where I can't remember the reason I had to do some things to make other things woked.

I'll also look into the other issues in the header code.

Thank you for spotting this for me.

Nephalim November 15th, 2006 02:53 PM

Quote:

Originally Posted by Chuck S (Post 1172918)
Your url in your category description in Photopost is stretching your photopost screen remove the url.

Yes if your using custom styles not the vb default you need to use full url's in the styles admin.

Where do I change the url on photopost page at? I DO have a custom style and my navbar links in photopost all say mysite/gallery/links.php?
instead of ---- mysite/links.php/
So none of my navbar links work on my photopost page:(

Thank you. I DO LOVE Photopost, after I fix this minor boo boo all will be good!!!!B=0


All times are GMT -5. The time now is 07:49 AM.

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