Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ J.P. Studio
The version of cMap you’re using is about a year old and needs updated to run with the latest version of Connections.
The character index a year ago never linked to anything. They were simple in page links to jump to the corresponding letter group within the list on the current result page. There was a release nearly a year ago that made these true links which filter the results by the character that was clicked but to take advantage of this, you need the updated version of the cMap template.
This can be downloaded from your purchase history if the license is current.
Hope that helps!
Steven Zahm
Keymaster@ Timothy
Sounds like you might have exhausted the memory allocated to PHP. Try the solutions presented in this blog post. Start at the top and work your way down the list. Which method that will work for depends on your web host configuration.
http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Let me know if that solves the issue or not.
Steven Zahm
Keymaster@ Timothy
Great to hear!
If you have a moment, I would truly appreciate a review as they do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Mike
Change this line to this:
<?php $entry->getEmailAddressBlock( array( 'format' => '%icon%' ) ); ?>That should do it. Hope that helps!
Steven Zahm
Keymaster@ Roger
In short, yes. Each page that you use the Connections shortcode on can be set to use a different template and its own set of options. If you need more details or assistance with setup, please let me know.
Hope that helps!
Steven Zahm
Keymaster@ Craig
Since your had purchased the Pro Pack I emailed you another extension, install it and follow the instructions in the email to add a page that shows the links to all the categories in Connections. I hope that helps!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Timothy
I suspect once the site goes live, the issue would resolve itself.
My best guess is one of following…
One, the document root can not be determined automatically. So you have to manually set the DOCUMENT_ROOT here’s how:
Add the following to the
timthumb-config.phpfile 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/rootwill 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 namedCN_PATH. The doc root should be the beginning portion of that path. What I can tell you is that from the wp-content and on will NOT be part of the doc root.Two, some server setting is preventing the script from reading the images and if that is the case, I do not know what that could be. Maybe a rule in the .htaccess file or something your webhost has configured. If you have any security related plugins installed, perhaps they’re blocking content.
I hope that helps point you in the right direction.
Steven Zahm
Keymaster@ Jeremy
Please download and install the latest version of the template from your purchase history. The latest version had this style bug resolved. Hope that helps.
Steven Zahm
Keymaster@ Sharon
I just received you email. Apologies! I thought for certain I had replied to this days ago.
If Premise member is blocking access by redirecting access to the admin area, there’s nothing I can really do about that. What I would suggest is looking thru that plugins options to see if there is a way to white list the admin page for Link or otherwise disable the admin redirect.
If the member plugin does not have one of those options … the only solution is to wait for Link 2.0. Link 2.0 when used with Form 2.0 will allow front-end user maintenance of their entry. The expected release for both of these updates is before end of month. I’m currently about 90% finished with the Form 2.0 update, which is significant. After it is completed, adding front-end editing for Link will be fairly quick to do. Both of these updates will require the 0.8 update to Connections which will also be released before the end of the month.
Steven Zahm
Keymaster@ Antonio
Sorry, I looked up the page but forgot to paste in the link:
http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/ -
AuthorPosts
