PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Comment Box is To small (http://www.photopost.com/forum/photopost-pro-installation-upgrades/138476-comment-box-small.html)

Fortissimo November 14th, 2008 01:04 PM

Comment Box is To small
 
We had this issue the last time we upgraded, so I fear that the new files over wrote any fix there was.

Quote:

I was trying to leave comments in the gallery but instead of the area to comment being horizontal it's a very thin vertical strip that you can only see one letter at a time when typing. I know this happened once before to me and it finally got straigtened out after a few days.
Help again is needed, I don't know what was done last time. Just whatever it was it worked.

Chuck S November 14th, 2008 01:20 PM

Not too sure not seeing a site but maybe possibly in the quickcom or quickcom367 templates add this in bold.

Code:

Content visible to verified customers only.

iloco November 15th, 2008 01:20 PM

Thanks Chuck. That makes box look much better. :)

Chuck S November 15th, 2008 01:21 PM

Glad to help buddy have a good day.

Taner December 1st, 2008 02:15 AM

Same issue here but only with Internet Explorer. Firefox as always seems to be OK. Fixed it with Chuck's suggestion.

Chuck S December 1st, 2008 09:11 AM

Yeah an IE quirk I would think.

webicity December 10th, 2008 10:32 AM

I'm having the same problem, but I haven't been able to locate the quickcom file you indicated in the previous response. Can you please tell me where to look? which directory? The problem is actually appearing in the page showphoto.php but I'm not finding code that looks like what you indicate.

Chuck S December 10th, 2008 10:35 AM

The template edits noted here are in the templates folder of the Photopost directory structure under the filenames.

webicity December 12th, 2008 07:41 PM

The closest thing I can find in the quickcom.tmpl file is this:

$comq .= <<<PPPRINT
<tr>
<td class="{$Style['tddetails']}">
{$Globals['pp_lang']['comments']}:<br /><br />
<span class="{$Style['small']}"><a href="javascript:PopUpHelp('help/ubbcode.php')">{$Globals['pp_lang']['bbcode']}</a><br />
<a href="javascript:PopUpHelp('help/smilies.php')">{$Globals['pp_lang']['smilies']}</a></span></span>
</td>
<td class="{$Style['tddetails']}">
<textarea name="message" cols="80" rows="5"></textarea>
</td>
</tr>

vB 3.7.3
PP version 6.x.x

Chuck S December 12th, 2008 09:17 PM

Your not looking in the right folder. You should be looking in the templates/vb3enhanced folder.

Simons December 12th, 2008 09:17 PM

If your integrated with VB then I believe you need to edit this file quickcom367 under templates > vb3enhanced

webicity December 13th, 2008 08:04 AM

Found the file, don't find the code indicated. $comq .= <<<PPPRINT appears repeatedly but none of the rest lines up. quickcom367 does not appear in the vb3enhanced directory. I guess I need a bit more guidance here. This particular file version is earlier than 8/22/06. The problem was noticed following the recent vB upgrade.

Chuck S December 13th, 2008 10:32 AM

Old Version Of Photopost Ok

Try Line 215 of quickcom template then you will follow the coding and see the table right before $messagearea

webicity December 13th, 2008 10:57 AM

OK I found this:

$comq .= <<<PPPRINT
<table cellpadding="0" cellspacing="0" border="0" align="left">
<tr>
<td id="vB_Editor_QR" class="vBulletin_editor" align="left">
$messagearea

That doesn't look like the earlier example code.

Chuck S December 13th, 2008 11:26 AM

Of course it would not your using an older version than in this discussion. My post is from November 2008. ;)

Adding in the width statement should help.

webicity December 13th, 2008 12:07 PM

Could you indicate the correct placement of that width statement so I don't put it in the wrong place?

Chuck S December 13th, 2008 01:28 PM

well your templates are different that ours but possibly this

Code:

Content visible to verified customers only.

webicity December 13th, 2008 04:54 PM

Looks like that fixed it! Thanks for your patience! Sorry I had so much trouble finding my way.

iloco December 13th, 2008 05:12 PM

They don't come any better than Chuck for working with people with problems.
Especially with people like me who barely understands the coding for photopost.
I hope hes around as long as I use photopost. :)

Merry Christmas Chuck..:)

webicity December 13th, 2008 06:32 PM

Ditto here. Thank you Chuck!


All times are GMT -5. The time now is 11:10 PM.

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