Forum Replies Created
-
AuthorPosts
-
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.
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.
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 thewp-contenton will NOT be part of the doc root.Hope that helps!
Steven Zahm
Keymaster@ Mathew
Sure, see the order_by doc page for more details.
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.
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.
09/17/2013 at 1:59 pm in reply to: Move the Links "Add to Adressbook" an "Back to Directory"to another place #269348Steven 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?
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.
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.
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.
-
AuthorPosts
