BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,081 through 10,090 (of 15,332 total)
  • Author
    Posts
  • in reply to: limit birthdays and anniversaries? #304451
    Steven Zahm
    Keymaster

    @ eseone

    They are limited. Upcoming is limited to the next 30 days. It’s true that the Today’s are not limited, but that would seem like an odd thing to do. What would you limit the Today’s list by???

    in reply to: hide categories via css #304450
    Steven Zahm
    Keymaster

    @ Mitch

    I don’t think you need the second nth-child, but honestly … I’m still wrapping my head around usage. But hey, if it works, it works right :)

    in reply to: Manage Entries – Entries Hidden #304448
    Steven Zahm
    Keymaster

    @ Kelly

    I think I just replied to you here.

    in reply to: Manage Entries – Entries Hidden – caching? #304447
    Steven Zahm
    Keymaster

    @ Kelly

    Keyword searches are not cached so clicking the Connections : Manage link in the admin sidebar nav should clear it.

    What is cached, per user, are the filters, the three drop down on the upper left. make sure all of those say Show All ... and click the Filter button. Another user cached filter are the three links above the select drop downs, click the All link. Now all the filters are reset and you should be able to view all entries again.

    Hope that helps!

    in reply to: wordpress 4.0 upgrade errors #304446
    Steven Zahm
    Keymaster

    @ Shannon

    I just noticed that you did include a website URL when posting … the forum does not make that obvious, unfortunately.

    I visited the site, it seems you’re using a custom template of sorts, yes?

    My new guess is there might be an error/incompatible code being used in the template. What that might be, impossible for me to know. Could you put up the code for the template on pastebin or something?

    in reply to: Error updating contact #304442
    Steven Zahm
    Keymaster

    @ Xavier

    If you have a multi site install of WordPress, please install the recently released 8.1.2 version of Connections. That fix an issue for multi site users where and infinite loop could be triggered causing a server 500 error.

    Hope that helps, let me know!

    in reply to: ERROR: Template cmap not found. #304441
    Steven Zahm
    Keymaster

    @ John

    If it is not available to activate under the WordPress Plugins admin page and it is not available on the Connections : Templates admin page then you may have accidently deleted it. In that case you will have to reinstall it. I could not locate the purchase for it searching by the email address you used to post so you must have used another email address. You cMap might purchase may be available to you from your purchase history.

    in reply to: connection_images #304387
    Steven Zahm
    Keymaster

    @ eseone

    Yes, in >= 8.1 Connections will now move the files to ../wp-content/uploads/connections-images/{entry-slug} This was done as part of the complete image handling/processing that happened in 8.1. The reason for the file move it to confirm to Wp best practices, something that didn’t exist when the image support was originally added to Connections.

    Can you copy them back? Unfortunately the answers is no, because Connections first checks for the image in that folder, if it there, it moves it. So if you put it back, Connections will move it again.

    Unfortunately the only suggestion I have is to update the old URL/s to the new. Or use an undocumented beta feature.

    This feature is the result of the need to test the new image processing code and the requests to be able to use the logo or photo outside of Connections. The solution I came up with is a new shortcode. Here’s an example:

    [cn_thumb type='X' source='Y' width='Z']Caption[/cn_thumb]

    X = photo or logo
    Y = The entry ID number.
    Z = The image width in pixels or percentage. Example: 300 or 50%.

    Hope that helps!

    in reply to: hide categories via css #304386
    Steven Zahm
    Keymaster

    @ Mitch

    Oh … in Chosen. It can be done with CSS, but anytime you add or remove a category, you’ll have to update the CSS. This is because the ID/s Chosen uses are created when Chosen enhances the select drop down.

    I gave instructions to another user in another thread a little while back. here’s the link:
    http://connections-pro.com/support/topic/getting-1-specific-catagory-for-forms/#post-294044

    You can probably use the same method.

    in reply to: Page design fails when updating to 8.1.1 #304385
    Steven Zahm
    Keymaster

    @ Kathy

    Well, without know exactly what files were changed where this is almost impossible to answer. Things hat can see easily…

    Looks like the Default Entry Card template and the Bio Entry Card template where significantly altered. You might be able to use the card-default.php and card-bio.php filers, respective, in you altered versions as template override files. I would highly recommend altering templates using that method since that makes them updates safe.

    I also see the the IM options seems to be changed. You’ll have to make those changes again. Or, better yet, you can use the new cn_instant_messenger_options to add or change the values to suit. This would also make those changes update safe.

    Basically, yes, if you altered any other core plugin files, you would have to apply those changes again to the new version, there’s not a way to update and keep changes to core files.

    Now, to fix the visual editor in the old version … that is broke due to change WP 3.8 made (I think that was the version). I think all you need to do is make this change:
    https://github.com/Connections-Business-Directory/Connections/commit/62211514fff6aeb3b7e6505820f7f1006e022524

    Hope that help!

Viewing 10 posts - 10,081 through 10,090 (of 15,332 total)