Posts: 33
Threads: 9
Joined: Mar 2012
When I fill in the form and click add comment, it next directs to a blank page. When I hit refresh the comment shows up. I sometimes will get double comments.
Also I need to be able to make these minor modifications.
Minor modifications
Here's the site.
wmckconst.com
Posts: 33
Threads: 9
Joined: Mar 2012
Steven, I was hoping to get a response back today on this. I'm really close to finishing my uncles website and this is the last thing I need to modify. I wouldn't bother you if I new where to look for certain things.
Posts: 2,904
Threads: 59
Joined: Jun 2010
When I fill in the form and click add comment, it next directs to a blank page.
It sounds like you've introduced a PHP error. I can't tell what it is from here. You'll have to check your server error logs and track it down.
I'd like to move both of these up or down without moving the form up or down.
I don't understand what you mean. It looks better when the two columns start at the same height, in which case remove "margin-top: -50px;" from the right column.
You can change the width of the comment field in Layout -> Form -> Sizes.
Moving the 'Sort By' links would require custom coding, as they are not meant to be displayed where you want them. You need to open the file comments/includes/template/comments.php and move the 'Sort By' code starting from line 367 and ending at line 423, to within the 'Average Rating' div which starts at line 428 and ends on line 499. If you do this then you won't need the "height_below_sort" div so you would remove that.
Have
you completed
the interview?
Posts: 33
Threads: 9
Joined: Mar 2012
This is what the error log is spitting out. Also where can I change the font color of newest to oldest. The purple and blue doesn't really match the color of my page.
When I go to preview the comment, the comment box is extended. How can I make it look exactly like the other comment boxes?
Comment Preview
Fatal error: Uncaught exception 'Swift_RfcComplianceException' with message 'Address in mailbox given [comments@http://wmckconst.com] does not comply with RFC 2822, 3.6.2.' in /home/wmckcons/public_html/comments/includes/swift_mailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:308 Stack trace: #0 /home/wmckcons/public_html/comments/includes/swift_mailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php(238): Swift_Mime_Headers_MailboxHeader->_assertValidAddress('comments@http:/...') #1 /home/wmckcons/public_html/comments/includes/swift_mailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php(96): Swift_Mime_Headers_MailboxHeader->normalizeMailboxes(Array) #2 /home/wmckcons/public_html/comments/includes/swift_mailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php(60): Swift_Mime_Headers_MailboxHeader->setNameAddresses(Array) #3 /home/wmckcons/public_html/comments/includes/swift_mailer/lib/classes/Swift/Mime/SimpleMimeEntity.php(581): Swift_Mime_Headers_MailboxHeader->setFieldBodyModel(Array) #4 /home/wmckcons/public_ht in /home/wmckcons/public_html/comments/includes/swift_mailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php on line 308
(10-May-2012, 09:17 PM)Steven Wrote: When I fill in the form and click add comment, it next directs to a blank page.
It sounds like you've introduced a PHP error. I can't tell what it is from here. You'll have to check your server error logs and track it down.
I'd like to move both of these up or down without moving the form up or down.
I don't understand what you mean. It looks better when the two columns start at the same height, in which case remove "margin-top: -50px;" from the right column.
You can change the width of the comment field in Layout -> Form -> Sizes.
Moving the 'Sort By' links would require custom coding, as they are not meant to be displayed where you want them. You need to open the file comments/includes/template/comments.php and move the 'Sort By' code starting from line 367 and ending at line 423, to within the 'Average Rating' div which starts at line 428 and ends on line 499. If you do this then you won't need the "height_below_sort" div so you would remove that.
Posts: 2,904
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?
Posts: 33
Threads: 9
Joined: Mar 2012
Posts: 33
Threads: 9
Joined: Mar 2012
Posts: 2,904
Threads: 59
Joined: Jun 2010
You missed the ' at the end.
<div style='float:left;width:450px;margin-left: 1px;border-style

olid;
'>
Have
you completed
the interview?