BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,001 through 13,010 (of 15,332 total)
  • Author
    Posts
  • in reply to: Tile Plus 3.0.1 #269389
    Steven Zahm
    Keymaster

    @ Charles

    The template should look like the demo and sample. It sounds like it does not. Take a look at this FAQ and try the solution provided. I have a feeling that’ll straighten things out.

    To show the addresses, add the following to the shortcode:

    show_addresses='true'

    Let me know how it goes.

    in reply to: Cannot access entries #269387
    Steven Zahm
    Keymaster

    @ Marie

    I just logged in and it seems working fine for me.

    I see four entries. One in the moderation queue with the other three being approved. One of those three, the visibility is set to Unlisted. Two entries are linked to user account one of which is in the moderation queue.

    Everything seems fine.

    in reply to: Department Link does not seem to filter #269386
    Steven Zahm
    Keymaster

    @ Rob

    Unfortunately that will not help. The issue is almost certainly due to the DOCUMENT_ROOT not being properly determined.

    Add the following to the timthumb-config.php file found here:

    ../wp-content/plugins/connections/includes/libraries/timthumb/

    This is what you need to add, make sure to change the doc root accordingly:

    define ('LOCAL_FILE_BASE_DIRECTORY','/my/doc/root/');

    What '/my/doc/root' will be, will depend entirely on the server setup. If you go to the the Connections : Dashboard admin page and look at the the System widget; there will be a constant named CN_PATH. The doc root should be the beginning portion of that path. What I can tell you is that from the wp-content on will NOT be part of the doc root.

    Hope that helps!

    in reply to: List Order Changes/Edits in Excerpt #269381
    Steven Zahm
    Keymaster

    @ Mathew

    Sure, see the order_by doc page for more details.

    in reply to: How to use Shortcodes in "Link" Form #269368
    Steven Zahm
    Keymaster

    @ Christoph

    Link does not have any shortcode option because it does not have a shortcode. The str_* shortcode options are only for the templates that list them as options under their respective “Customization Options” page.

    in reply to: Cannot access entries #269363
    Steven Zahm
    Keymaster

    @ Marie

    Can I get a temp admin account so I can take a closer look? Details can be posted here. Just click the private reply box.

    Steven Zahm
    Keymaster

    @ kris

    The hook that the entry action output hooks into can be found here.

    Just move that block of code after line 515.

    What I’ll do is add a before and after entry action list hook. That way you can unregister the before entry list action and re-hook it to the after entry list action in the theme’s functions.php file or by creating you own utility plugin.

    Will that work for you?

    in reply to: Cannot access entries #269344
    Steven Zahm
    Keymaster

    @ Marie

    Can you double check to make sure that all three filters are set to “Show All Categories”, “Show All Entries” and “show All. Also click the “All” link so you are view all entries in the moderation queue.

    in reply to: Department Link does not seem to filter #269343
    Steven Zahm
    Keymaster

    @ Rob

    Could I get temp admin access? I would like to see what the error is that is preventing the images from showing in the admin.

    in reply to: CSV Import – Images #269315
    Steven Zahm
    Keymaster

    @ BDXAdmin

    Sorry, I can not answer that, completely. What I can tell you is that the image that prompts for a open/save box is 302 redirected from Cloudflare to Amazon S3 and the header of the redirect says it’s a file attachment; that will cause the open/save box. The image that opens in the browser window, it is loaded straight from S3. Why are they served differently? There is not a way for me to answer that, sorry.

Viewing 10 posts - 13,001 through 13,010 (of 15,332 total)