 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
November 14th, 2008, 01:04 PM
|
#1 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 525
| 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.
| |
| |
November 14th, 2008, 01:20 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,945
|
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.
|
| |
November 15th, 2008, 01:20 PM
|
#3 (permalink)
| | Senior Member Verified Customer
Join Date: May 2003 Location: Va
Posts: 528
|
Thanks Chuck. That makes box look much better. |
| |
November 15th, 2008, 01:21 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,945
|
Glad to help buddy have a good day.
|
| |
December 1st, 2008, 02:15 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Dec 2005
Posts: 36
|
Same issue here but only with Internet Explorer. Firefox as always seems to be OK. Fixed it with Chuck's suggestion.
|
| |
December 1st, 2008, 09:11 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,945
|
Yeah an IE quirk I would think.
|
| |
December 10th, 2008, 10:32 AM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 39
|
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.
|
| |
December 10th, 2008, 10:35 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,945
|
The template edits noted here are in the templates folder of the Photopost directory structure under the filenames.
|
| |
December 12th, 2008, 07:41 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 39
|
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
|
| |
December 12th, 2008, 09:17 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,945
|
Your not looking in the right folder. You should be looking in the templates/vb3enhanced folder.
|
| |
December 12th, 2008, 09:17 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Jan 2007
Posts: 126
|
If your integrated with VB then I believe you need to edit this file quickcom367 under templates > vb3enhanced
|
| |
December 13th, 2008, 08:04 AM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 39
|
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.
|
| |
December 13th, 2008, 10:32 AM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,945
|
Old Version Of Photopost Ok
Try Line 215 of quickcom template then you will follow the coding and see the table right before $messagearea
|
| |
December 13th, 2008, 10:57 AM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 39
|
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.
|
| |
December 13th, 2008, 11:26 AM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,945
|
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.
|
| |
December 13th, 2008, 12:07 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 39
|
Could you indicate the correct placement of that width statement so I don't put it in the wrong place?
|
| |
December 13th, 2008, 01:28 PM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,945
|
well your templates are different that ours but possibly this Code: Content visible to verified customers only.
|
| |
December 13th, 2008, 04:54 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 39
|
Looks like that fixed it! Thanks for your patience! Sorry I had so much trouble finding my way.
|
| |
December 13th, 2008, 05:12 PM
|
#19 (permalink)
| | Senior Member Verified Customer
Join Date: May 2003 Location: Va
Posts: 528
|
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.. |
| |
December 13th, 2008, 06:32 PM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 39
|
Ditto here. Thank you Chuck!
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 05:52 PM. | |