BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 9,431 through 9,440 (of 15,332 total)
  • Author
    Posts
  • in reply to: Images as logo disappeared #313127
    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.

    in reply to: no logos displayed on tabs #313121
    Steven Zahm
    Keymaster

    I 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 uploads folder to be files. That’s fine. I just want to confirm so I know as much of your configuration as possible.

    in reply to: Send notifications to contacts #313117
    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!

    Steven 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/connections

    in reply to: Unformatted Values #313102
    Steven 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!

    in reply to: can not unselect link #313101
    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!

    in reply to: no logos displayed on tabs #313098
    Steven Zahm
    Keymaster

    @ jaime

    The /public_html/wp-content/connection_images is 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/

    in reply to: No logos after logo update #313097
    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.

    in reply to: Logo images disappeared #313096
    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.php file do you have anything referencing WP_CONTENT, UPLOADS or CN_IMAGE_BASE_URL?

    in reply to: Images as logo disappeared #313095
    Steven Zahm
    Keymaster
Viewing 10 posts - 9,431 through 9,440 (of 15,332 total)