Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 2 replies, 2 voices, and was last updated 8 years, 7 months ago by
Sarah.
-
AuthorPosts
-
01/07/2014 at 11:56 am #276565
Sarah
GuestI’m trying to add the same logo to all contacts. I’ve made changes to the database but it’s not transferring to the Connections. Is there a lag time? Can I not use the same image for multiple users? This is what I’m changing:
From:
a:4:{s:5:”entry”;a:1:{s:4:”type”;s:10:”individual”;}s:5:”group”;a:1:{s:6:”family”;a:0:{}}s:4:”logo”;a:2:{s:6:”linked”;b:0;s:7:”display”;b:0;}s:5:”image”;a:2:{s:6:”linked”;b:0;s:7:”display”;b:0;}}To:
a:3:{s:5:\entry\”;a:1:{s:4:\”type\”;s:10:\”individual\”;}s:5:\”group\”;a:1:{s:6:\”family\”;a:0:{}}s:4:\”logo\”;a:3:{s:6:\”linked\”;b:1;s:7:\”display\”;b:1;s:4:\”name\”;s:40:\”CCCS-Preferred-LogoGRAY_logo_logo_50.jpg\”;}}”
–This is copied from a user who already has the log displayed.Thanks,
S01/07/2014 at 1:56 pm #276573Steven Zahm
Keymaster@ Sarah
No, the changes would be immediate. not sure if this was just from copy/pasting but the quotes are escaped and they shouldn’t be … oh, unless that is the string you are using for the actual query, then they do need to be escaped.
You do have an error though which is causing the serialized string the be corrupt. try this:
a:3:{s:5:\"entry\";a:1:{s:4:\"type\";s:10:\"individual\";}s:5:\"group\";a:1:{s:6:\"family\";a:0:{}}s:4:\"logo\";a:3:{s:6:\"linked\";b:1;s:7:\"display\";b:1;s:4:\"name\";s:40:\"CCCS-Preferred-LogoGRAY_logo_logo_50.jpg\";}}
or try this if you do not need the quotes to be escaped:
a:3:{s:5:"entry";a:1:{s:4:"type";s:10:"individual";}s:5:"group";a:1:{s:6:"family";a:0:{}}s:4:"logo";a:3:{s:6:"linked";b:1;s:7:"display";b:1;s:4:"name";s:40:"CCCS-Preferred-LogoGRAY_logo_logo_50.jpg";}}
Note, I have tested this. I just took what you pasted above and fixed it (I think).
Not certain, but this QuickTip could work for you too … it depends.
Hope this helps.
01/09/2014 at 6:49 pm #276798Sarah
GuestThank you, I should have caught that and thanks for the QuickTip and fast response.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.