PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old September 30th, 2006, 07:01 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Illinois
Posts: 63
Send a message via AIM to catnipmercer
Changing design/css to look like this forum?

I have a customized design on the site right now but I like the clean cut look of this (and the vbulletin) forum and want to change the page to look like this. How do I proceed?

Linda
catnipmercer is offline   Reply With Quote
Old September 30th, 2006, 07:08 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
?? I am not following

Do you have Photopost integrated with vbulletin?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old September 30th, 2006, 07:16 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Illinois
Posts: 63
Send a message via AIM to catnipmercer
Yes, it is integrated with vbulletin but these are all off. Do I simply turn them on?

Do you want to enable the vB3 Integration which uses your vB3 headers, footers and styles? OFF
Do you want to enable the vB3 Enhanced features which use vB3 controls in PhotoPost? OFF
If using the Enhanced option above, do you want to enable the vB3 WYSIWYG control in Post Comments? OFF
vB2 INTEGRATION
Do you want to enable the vB2 Integration which uses your vB2 headers and footers? OFF
vB2Portal INTEGRATION
Do you want to enable the vB2Portal Integration which uses your vB2 Portal headers and footers? OFF
catnipmercer is offline   Reply With Quote
Old September 30th, 2006, 07:24 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
You need to fill in the server paths and urls at top of edit integration and turn on the 3 vb3 boxes
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old September 30th, 2006, 08:34 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Illinois
Posts: 63
Send a message via AIM to catnipmercer
Well, I obviously did something wrong as I got all sorts of fatal errors, so I turned everything off. Got several fatal errors:

Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /hermes/web03/b460/pow.catnip/htdocs/photopost/header-inc.php on line 61

Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php-4.4.4/lib/php') in /hermes/web03/b460/pow.catnip/htdocs/photopost/header-inc.php on line 61

What is the vBPortal directory? I don't know what that should read...
catnipmercer is offline   Reply With Quote
Old October 1st, 2006, 09:00 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
Your not doing vbportal your doing vb3

Your error is because in the $vbpath line of config-int.php you need to place the proper server path to your forums there. Possibly this

/hermes/web03/b460/pow.catnip/htdocs/forums ??
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 1st, 2006, 03:50 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Illinois
Posts: 63
Send a message via AIM to catnipmercer
Now see: http://purebredcatbreedrescue.org/photopost/index.php There are several problems...

1. It appears to have lost the design from the content section of the board... no borders, and fonts too large.. and it doesn't have the newer buttons or header table colors. How do I change this without impacting the message board which looks fine?


2. The header is the same as our message board.. both now read "Purebred Rescue Community"... somewhere the photoboard has to show it is the photoboard with some header or statement to that effect. How do I do this?



Linda
catnipmercer is offline   Reply With Quote
Old October 1st, 2006, 04:03 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Illinois
Posts: 63
Send a message via AIM to catnipmercer
I figured out how to fix #1 above... but here's the problem. I want the styles but I want a different header and footer on the photoboard. How do I do this?

Linda
catnipmercer is offline   Reply With Quote
Old October 1st, 2006, 04:20 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
I see no issues if you want to have a different header footer you need to make different vb templates say header2 and footer2 and you can add these lines in bold to our header-inc.php to load those new templates

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 1st, 2006, 04:51 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Illinois
Posts: 63
Send a message via AIM to catnipmercer
Where in the file do I add that? I see if vb3 on then:

$headinclude = process_replacement_vars($headinclude);
$header = process_replacement_vars($header);
$navbar = process_replacement_vars($navbar);

$vbheader = "$stylevar[htmldoctype]
<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">
<head>
$headinclude";

Is it after that where I am to add it?

Linda

Quote:
Originally Posted by Chuck S View Post
I see no issues if you want to have a different header footer you need to make different vb templates say header2 and footer2 and you can add these lines in bold to our header-inc.php to load those new templates

Code:
Content visible to verified customers only.
catnipmercer is offline   Reply With Quote
Old October 1st, 2006, 04:54 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
Its is right above those lines you are posting. Look for the only eval line in that file and add the two lines below in bold and make sure to create two new vb templates
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 1st, 2006, 04:58 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Illinois
Posts: 63
Send a message via AIM to catnipmercer
Another question.. is the template made in .htm format? Just the ending changed to .tmpl? Do I use notepad to make it?

And where do I put this file in which directory?

Feeling a little lost....

Linda
catnipmercer is offline   Reply With Quote
Old October 1st, 2006, 05:03 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Illinois
Posts: 63
Send a message via AIM to catnipmercer
Am I correct that Templates need to follow this format?

<?php

echo<<<PPPRINT
<!-- BEGIN TEMPLATE: header2.tmpl -->

(content here)

<!-- END TEMPLATE: header2.tmpl -->
PPPRINT;

?>
catnipmercer is offline   Reply With Quote
Old October 1st, 2006, 05:23 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
That template you create in vbulletin admin cause your using vb3 integration and loading their header. There is an add a template link in the styles menu

Its html yes and you dont use our template layout just place html in the vb template
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 1st, 2006, 07:04 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Illinois
Posts: 63
Send a message via AIM to catnipmercer
Wonderful! Thank you! However, there's one last problem. See:
http://purebredcatbreedrescue.org/ph...to=732&cat=542

When the pictures load the table the photo is shown in and those fields relating to the photo are larger than the header in width. Where do I fix this, please?

Linda
catnipmercer is offline   Reply With Quote
Old October 1st, 2006, 07:28 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
I dont see anything wrong looking at that page
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 1st, 2006, 08:18 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Illinois
Posts: 63
Send a message via AIM to catnipmercer
Using IE, the header (760 pixels) is less wide than the sections below it. The section with the photo is wider than the tables above it.

Using Mozilla, the section with the photo is VERY wide and extends beyond the margin of the main table.

Linda
catnipmercer is offline   Reply With Quote
Old October 1st, 2006, 08:28 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Illinois
Posts: 63
Send a message via AIM to catnipmercer
See attached. Red arrows mark edges of tables
Attached Images
File Type: gif ie_view.gif (61.0 KB, 16 views)
catnipmercer is offline   Reply With Quote
Old October 1st, 2006, 09:29 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
I use mozilla and that photo looks perfectly fine that you posted here in this thread

http://purebredcatbreedrescue.org/ph...to=732&cat=542

You can set the upload thresholds like medium and max height width in admin upload options and even load in showphoto options the bigimage in a popup window.
Attached Images
File Type: gif Image2.gif (56.9 KB, 6 views)
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 1st, 2006, 09:56 PM   #20 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Illinois
Posts: 63
Send a message via AIM to catnipmercer
It isn't the photo that's too big. It's the table around it.

I'm talking about Mozilla Firefox. I'll get a screenshot for you the one I sent was IE. It doesn't matter if you see it fine in ONE version of one browser.. it should look fine across the board.

Linda
catnipmercer is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing Home to Direct to Forum ravenfire How Do I? - vBulletin 3.5.X 2 November 6th, 2005 02:52 AM
Need help to integrate into PHPBB Design Hajö Classifieds Installation & Upgrades 4 July 24th, 2005 08:07 AM
changing css class in cat template DefenceTalk.com Photopost Pro How Do I...? 1 July 14th, 2005 11:19 AM
Does anyone know how to design FoxFireFarms Photopost Pro How Do I...? 0 June 13th, 2005 10:28 AM
Strange by design memobug Classifieds Bug Reports 6 July 16th, 2004 02:38 AM


All times are GMT -5. The time now is 08:29 PM.

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