Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ stefano
Not sure what to tell you …
If the files exist as they do and the URL is in the image src link matches as they do, the image should show. The only reason they would not if the server was blocking access. You might want to contact your host to see if they can tell why they would be being blocked.
Steven Zahm
KeymasterI think I may have confused you, in a multisite setup, your old folder should have been:
/public_html/wp-content/blogs.dir/4/connection_images/My suggestions is, yes, copy them to that folder so Connections can find them to move them to the new folder which would be:
/wp-content/blogs.dir/4/files/connections-images/{entry-slug}/{filename}I’m guessing you’ve change the defaults
uploadsfolder to befiles. That’s fine. I just want to confirm so I know as much of your configuration as possible.Steven Zahm
Keymaster@ Jason
Sorry, no, I have no real plan at the moment for such an extension … just a note to myself about creating one, but have no idea what the SMS would be used for. I added a reference to your post so when I do get to looking at this, I’ll have an idea of where to go with it.
I do not have any docs on writing an extension, but really, it is not different from writing a plugin for WordPress. The only real different would be you would check to make sure Connections is installed and active and use what ever functions within Connections you need in addition to those provided by WordPress core.
I’ve recently started using phpStorm … now when I write something for Connections, I create a new WordPress project and then add Connections as a PHP library. This gives me code completion for both WordPress and Connections. It also allows me to jump to that function within either if I need to learn more about it.
If you decide to write your own extension and need know if a function exists or what not, just ask.
I hope that helps!
12/18/2014 at 9:55 am in reply to: Remove organization and department fields from name section #313112Steven Zahm
Keymaster@ Nicole
Yes, sometimes !important s, uhm, important. :)
Glad to hear it worked for you. If you have a moment, I would truly appreciate a review because they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Fabrice
to get just birthdays you would use:
$fldates = $entry->getDates( array( 'type' => 'birthday' ) );To format the date you would do something like this:
date_i18n( 'd.m.Y', strtotime( $fldate->date ), FALSE )Hope that helps, have fun!
Steven Zahm
Keymaster@ dominic
No, a checkbox would not work because then a user would be able to select multiple checkboxes. You have to use radios to enforce the only a single selection being made.
I am aware of not being able to deselect once an option has been chosen and I will address it in a future update. But right now the only way to deselect is to delete the link and add a new one. Not the best solution, but it does work.
Hope that helps!
Steven Zahm
Keymaster@ jaime
The
/public_html/wp-content/connection_imagesis the old path for single site WordPress installations.Are you running Connections in single site mode on your multisite install of WordPress this important because the older path should have been something like this for you:
/public_html/wp-content/blogs.dir/4/connection_images/Steven Zahm
Keymaster@ Mary
This error only has presented itself when the server was not setup with GD and image library required by WordPress to manipulate images such as scaling and cropping. Reinstalling Connections will not have an effect so it’s not needed.
Can you please confirm GD is installed on the server? ONe place to check is the Connections : Dashboard admin page in the System widget.
Steven Zahm
Keymaster@ neus
Are the in the
../wp-content/connections-images/folder? There should be a subfolder for each entry that has an image and its images should be in that folder.In your
wp-config.phpfile do you have anything referencingWP_CONTENT,UPLOADSorCN_IMAGE_BASE_URL?Steven Zahm
Keymaster@ stefano
Well, the images are there like the should be and the src attribute for the image is pointing to the correct file:
But it seems your server is blocking requests to these images:
- http://www.irsa-stringers.com/wp-content/uploads/connections-images/stefano-prete/me_logo-42179cac9f22bf3497f59ef59d07a769.jpg
- http://www.irsa-stringers.com/wp-content/uploads/connections-images/stefano-prete/me_logo-e08cc1f8e4a4dfbc565a2680bd83b2b9.jpg
- http://www.irsa-stringers.com/wp-content/uploads/connections-images/stefano-prete/me_logo.jpg
Do have any security plugins or maybe an .htaccess file setup that would block requests to these images?
-
AuthorPosts
