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 October 19th, 2006, 09:31 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 102
Adjust Width and Height

Hi, is there a way I can adjust the width of this gallery so it align with my template?

Here my link: http://www.khmerclub.com/forums/gallery/index.php

If you look at the top , you will see a grey line on the left and to the right. What I need where can I adjust the width of this gallery to make it smaller.

I try login to photopost admin option but couldn't find it. Any specific file that I have to edit?

Thank,
Angkor
angkor408 is offline   Reply With Quote
Old October 19th, 2006, 09:49 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
I dont see anything wrong with the gallery.

Your gallery begins with the menubar that says home search etc. The rest is your vbulletin header and that itself looks whacky on your forum so I assume you need to fix your vb header here

http://www.khmerclub.com/forums/forum.php?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 19th, 2006, 10:35 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 102
Hi Chuck, thank for the info. I just realized there a yellow spot on top of my header which can be edit by photoshop today.


As for the grey line if you notice on this page you will see the long grey line on the left and to the right. Also, I had notice on other section seem to be display the grey line fine to the buttom.


http://www.khmerclub.com/forums/forum.php



If you look at the gallery page once again >> look toward where member login to the left the grey line does not go all the way down. Also you will see on the right too. I thought would it be possible to ajust the width on the gallery so this template will fit like other page too.

http://www.khmerclub.com/forums/gallery/index.php


Angkor



Quote:
Originally Posted by Chuck S View Post
I dont see anything wrong with the gallery.

Your gallery begins with the menubar that says home search etc. The rest is your vbulletin header and that itself looks whacky on your forum so I assume you need to fix your vb header here

http://www.khmerclub.com/forums/forum.php?
angkor408 is offline   Reply With Quote
Old October 19th, 2006, 01:17 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Your talking about your search bar with one day etc that is showing correct your using a gradient image that is set to a specific size and thus is appears correct as that template is too large

You can edit the indexhead template and searchbox templates and see if you can trim it down but the issue is specifically that small graphic not our templates
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 19th, 2006, 01:59 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 102
Thank for the info chuck. Yes I know that the image is from my template.

Is indexhead template and searchbox is that part the vbulletin or gallery template? It kinds of strange why that specific graphic display in other section correctly except the gallery page. I will look into this. Thank.

Angkor







Quote:
Originally Posted by Chuck S View Post
Your talking about your search bar with one day etc that is showing correct your using a gradient image that is set to a specific size and thus is appears correct as that template is too large

You can edit the indexhead template and searchbox templates and see if you can trim it down but the issue is specifically that small graphic not our templates
angkor408 is offline   Reply With Quote
Old October 19th, 2006, 02:02 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
its in your gallery under edit templates

I am saying that your stylesheet is using a small graphic as the background and hense is not covering all the td. You know custom styles are made for vbulletin exclusively and not usually designed for all applications outside vb
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 19th, 2006, 03:10 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 102
Chuck, I tried changing the width but the page does not move, just stay the same. Also, I had check for searchbox.tmpl there no option to change the width.

This what I change from:

<table width="100%" border="0" cellpadding="0" cellspacing="0">


To: <table width="80%" border="0" cellpadding="0" cellspacing="0">


This is my indexhead.tml

<?php
echo<<<PPPRINT
<!-- BEGIN TEMPLATE: indexhead.tmpl -->
<form method="get" action="{$Globals['maindir']}/showgallery.php">
$ppopen
<tr>
<td colspan="5" align="left" class="{$Style['menubar']}">
<table width="80%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<span>&nbsp;$childnav</span>
</td>
<td align="right">
PPPRINT;

include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/searchbox.tmpl" );

echo<<<PPPRINT
</td>
</tr>
</table>
</td>
</tr>
$ppclose
</form>
<br />
PPPRINT;

if ( !empty($posternav) ) {
echo<<<PPPRINT
$ppopen
<tr>
<td align="center" class="{$Style['menubar']}">
$posternav
</td>
</tr>
$ppclose
<br />
<!-- END TEMPLATE: indexhead.tmpl -->
PPPRINT;
}

?>
angkor408 is offline   Reply With Quote
Old October 19th, 2006, 04:36 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
I would suggest you remove this from searchbox.tmpl

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 offline   Reply With Quote
Old October 20th, 2006, 11:15 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 102
Hi Chuck, if remove the search box , than there will be no option for members to search by name.
angkor408 is offline   Reply With Quote
Old October 20th, 2006, 11:33 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
My suggestion does not remove the search box and you can only search by username on the actual search page

http://www.khmerclub.com/forums/gallery/search.php
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 20th, 2006, 01:51 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 102
I removed this code from searchbox.tml but got the same issue that the grey line still show up.

<?php

echo<<<PPPRINT
<!-- BEGIN TEMPLATE: searchbox.tmpl -->
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="right" class="{$Style['menubarnb']}"><span class="{$Style['small']}">
{$Globals['pp_lang']['search']} <input type="text" name="si" style="font-size: 8pt;" size="15" value="$htmlsi" />
<input type="image" align="bottom" src="{$Globals['idir']}/go.gif" /></span>
</td>
</tr>
PPPRINT;

if ( $cat != 500 ) {
echo<<<PPPRINT
<tr>
<td colspan="6" align="right" class="{$Style['menubarnb']}">
<span class="{$Style['small']}">{$Globals['pp_lang']['recent']} <a href="{$Globals['maindir']}/showgallery.php?limit=last1&amp;cat=$cat">{$Globals['pp_lang']['lastday']}</a>
&nbsp;<a href="{$Globals['maindir']}/showgallery.php?limit=last7&amp;cat=$cat">{$Globals['pp_lang']['last7']}</a>
&nbsp;<a href="{$Globals['maindir']}/showgallery.php?limit=last14&amp;cat=$cat">{$Globals['pp_lang']['last14']}</a>
&nbsp;<a href="{$Globals['maindir']}/showgallery.php?limit=all&amp;cat=$cat">{$Globals['pp_lang']['allimages']}</a>
<input type="hidden" name="limit" value="$limit" /></span>
</td>
</tr>
PPPRINT;
}

echo<<<PPPRINT
</table>
<!-- END TEMPLATE: searchbox.tmpl -->
PPPRINT;

?>











Quote:
Originally Posted by Chuck S View Post
My suggestion does not remove the search box and you can only search by username on the actual search page

http://www.khmerclub.com/forums/gallery/search.php
angkor408 is offline   Reply With Quote
Old October 20th, 2006, 02:15 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
You did not edit the vb3enhanced/searchbox template
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 20th, 2006, 02:21 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 102
Chuck, is this under Vbulletin Admincp or photopost administration?


Quote:
Originally Posted by Chuck S View Post
You did not edit the vb3enhanced/searchbox template
angkor408 is offline   Reply With Quote
Old October 20th, 2006, 02:29 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Photopost admin panel edit templates
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 20th, 2006, 02:58 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 102
I look under Administration /edit template in photopost can't find
vb3enhanced/searchbox. The only letter I see start with " V" is votehead.tml. Than, I check my vB3 INTEGRATION all 3 is on.






Quote:
Originally Posted by Chuck S View Post
Photopost admin panel edit templates
angkor408 is offline   Reply With Quote
Old October 20th, 2006, 03:50 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
what I am saying is you need to edit the template in the vb3enhanced directory if you edit the searchbox from our admin the correct template should be edited
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 20th, 2006, 07:17 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 102
chuck, still dont work. I just leave the way it is just now. I will figure out later. Thank anyway!



Quote:
Originally Posted by Chuck S View Post
what I am saying is you need to edit the template in the vb3enhanced directory if you edit the searchbox from our admin the correct template should be edited
angkor408 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
Sort by image dimensions (original width & height) darkfader vBGallery Suggestions 1 March 18th, 2006 08:05 PM
Easy MOD req - set max Width AND Height of Thumbnails vissa vBGallery Suggestions 3 January 13th, 2006 06:30 AM
How do I add scroll bars for when images exceed a set width or height? donJulio Photopost Pro How Do I...? 0 February 3rd, 2005 01:29 AM


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

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