PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Left align Photo Detail? (http://www.photopost.com/forum/photopost-pro-how-do-i/116174-left-align-photo-detail.html)

Fortissimo October 14th, 2005 09:47 AM

Left align Photo Detail?
 
It appears that the default for the viewable photo details below the image is centered. I would like to change this to left or justify. How do I do that?

Thank you.

Chuck S October 14th, 2005 10:06 AM

You would edit showphoto.tmpl and change the align to left instead of centered

Fortissimo October 14th, 2005 12:09 PM

Thank you. I went through and did a trial/error to figure out which center it was, and have it working now.

To change the Poster name to align to left:

FIND:

<td class="{$Style['tddetails']}" align="center" valign="top">

CHANGE TO:

<td class="{$Style['tddetails']}" align="left" valign="top">

To change the Photo Detail description area

FIND:

<div align="center"><span class="{$Style['small']}"><br />$desc</span></div>

CHANGE TO:

<div align="left"><span class="{$Style['small']}"><br />$desc</span></div>

Quarterbore February 11th, 2006 12:23 AM

You might want to point out that this is in the:

/public_html/photopost/templates/vb3enhanced/

directory... If doing a vB update!

I hacked the hech out of the code in the /templates directory before I finally realized it was the wrong file I was changing! :eek:

As a suggestion for the future... This really should be a CP option!

Chuck S February 11th, 2006 07:18 AM

In our control the templates loaded to edit are vb3enhanced folder.

Fortissimo December 22nd, 2006 08:40 AM

This information has changed with the upgrade to 5.6.

To left align username:

Find:

Code:

Content visible to verified customers only.
Replace with

Code:

Content visible to verified customers only.
To change description:

Find:

Code:

Content visible to verified customers only.
Replace with:

Code:

Content visible to verified customers only.

egirl April 9th, 2007 06:05 AM

Align text text
 
Using the latest version on Photo post, which template should be edited to allow comments under photo to be justified of aligned left? :o

I do not see the applicable template in above mentioned post in this version.

In the vb3 enhance\uploadphoto.tmpl, I see this:

<div id="pwait2" style="display:none; margin-top:6px" align="center"><img src="{$Globals['idir']}/indicator.gif" border="0" />&nbsp;<b>{$Globals['pp_lang']['uploading']}</b></div>
<br /><b>{$Globals['pp_lang']['subdesc']}</b></span>

Is this the one to edit to align posted photo comment text left of justify?


Thank You

egirl
photoPlus
Latest version

Chuck S April 9th, 2007 11:11 AM

The template to edit is showphoto template as noted in the post right above yours. ;)

egirl April 9th, 2007 11:50 AM

Align text comment under photo
 
Ok, thank you for responding. I will follow that post as a guide.

Kind regards

egirl

Chuck S April 9th, 2007 12:58 PM

No problem enjoy


All times are GMT -5. The time now is 11:34 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