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 February 15th, 2005, 10:07 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Nov 2004
Posts: 146
Smile Rounded corners

Hi,

A quick question, would like to know which files, do I need to alter for adding rounded corner table barders for all PP tables.

cheers...
iphoto is offline   Reply With Quote
Old February 15th, 2005, 03:10 PM   #2 (permalink)
Senior Member
 
Join Date: Mar 2003
Posts: 1,319
Red face

Do achieve this effect edit the ppopen & ppclose templates, an example of the output is attached.

All i did was design a rounded box in photoshop, cut & edit my box in image-ready, exported that as html then use dreamwaver to work with the ppopen & ppclose templates to show my rounded box.

If you need more advice, lemme know.

-T
Attached Images
File Type: gif round.gif (11.5 KB, 22 views)
b6gm6n is offline   Reply With Quote
Old February 15th, 2005, 04:40 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Nov 2004
Posts: 146
Hey tony, thanks a lot for information. My rounded corners should be ready in a day or two. but I am not a programmer by profession . May be if you can share ppopen and ppclose template or send it by PM or so that would be really helpful

let me know if its possible

cheers
iphoto is offline   Reply With Quote
Old February 15th, 2005, 05:56 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Here is an example of how I do mine on reeftalk.com the image calls are css classes

PPOPEN
Quote:

<?php

$ppopen = <<<PPPRINT

<table width="{$Globals['tablewidth']}" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="tlc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td align="left" class="topleft">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="70" height="10" alt="" /></td>
<td width="100%" class="top">
</td>
<td align="right" class="topright">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td class="trc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
</tr>
<tr>
<td class="left">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td width="100%" colspan="3">
<table width="100%" align="center" cellpadding="0" cellspacing="0" class="tablesurround">
<tr>
<td>
<table cellpadding="2" cellspacing="1" width="100%" class="tableborders">


PPPRINT;

$ppopenside = <<<PPPRINT

<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="tlc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td align="left" class="topleft">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="70" height="10" alt="" /></td>
<td width="100%" class="top">
</td>
<td align="right" class="topright">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td class="trc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
</tr>
<tr>
<td class="left">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td width="100%" colspan="3">
<table width="100%" align="center" cellpadding="0" cellspacing="0" class="tablesurround">
<tr>
<td>
<table cellpadding="2" cellspacing="1" width="100%" class="tableborders">


PPPRINT;

?>
PPCLOSE

Quote:
<?php

$ppclose = <<<PPPRINT

</table>
</td>
</tr>
</table>
</td>
<td class="right">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
</tr>
<tr>
<td class="blc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td align="left" class="botleft">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td width="100%" class="bottom">
</td>
<td align="right" class="botright">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td class="brc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
</tr>
</table>

PPPRINT;

$ppcloseside = <<<PPPRINT

</table>
</td>
</tr>
</table>
</td>
<td class="right">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
</tr>
<tr>
<td class="blc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td align="left" class="botleft">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td width="100%" class="bottom">
</td>
<td align="right" class="botright">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
<td class="brc">
<img border="0" src="http://www.reeftalk.com/ubbthreads/stylesheets/images/spacer.gif" width="10" height="10" alt="" /></td>
</tr>
</table>

PPPRINT;

?>
THEN JUST MAKE STYLE CLASSES IN YOUR STYLESHEET WITH BACKGROUND-URL tags
__________________
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 February 15th, 2005, 07:21 PM   #5 (permalink)
Senior Member
 
Join Date: Mar 2003
Posts: 1,319
here's my ppopen template for an example
Images are taken from my vbulletin skin directory which use the same rounded corners, if you still want PM me and i'll show you how i did mine or write a quick tutorial for it.

-T

Code:
Content visible to verified customers only.
b6gm6n 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
Featured photos w/o rounded corners iphoto Photopost Pro How Do I...? 4 February 13th, 2006 06:57 PM
want rounded inc_feature thumbnails frankman Photopost Pro Installation & Upgrades 3 December 21st, 2004 05:13 PM


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

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