Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Ezequiel
The only reason this would happen is if another plugin is causing a fatal javascript error. If that is the case then the plugins is not limiting its javascript to its own admin pages.
If this is the case, you can view the errors by loading the page in Chrome, hit the F12 key and then click the Console tab. Often the the plugin causing the error can be identified by the error of the file path of the file causing the error.
If you can not identify the plugin, temporarily deactivate all plugins except Connection and the CSV Import extension and then do the import.
If the error still persists, then the theme is actually the cause which means you’ll need to temporarily switch back to the default theme.
If you want you can give me a temp admin account and I can logged in and look to see what the issue is exactly.
Steven Zahm
Keymaster@ dominic
Great to hear and thanks!
Steven Zahm
Keymaster@ WTyrrell
Thanks!
Steven Zahm
Keymaster@ Rick
re: I assume you know that after submitting and edit, the screen does not return to the edit mode
After an edit is made the page should refresh and still be available to edit. I suggest doing a test using Chrome with the Console open (hit F12 and click the Console tab). Look for errors, they’ll be reported there. My guess is that you need to flush the cache and force refresh your browser so the updated script that Forms enqueues is used by your browser.re: directory entry is not displayed until approved.
Correct, any entries in the mod queue will not be displayed. I do not plan on changing that. What I do plan on tweaking is if the user is logged in they will still be presented with the view my entry and edit my entry links so they can continue to manage their entry while in the mod queue. I believe that will nicely round out the functionality.re: after moderated submissions and edits are complete.
I’ve been working on a notifications extension for Connections to fulfill this need and several other events that could be sent. Unfortunately this will have a little overlap with Form, but the idea would to use the notification extension rather than those built into Form.Steven Zahm
Keymaster@ Rick
Ok, I did the update and made the tweak to remove the update check, you should get an email every time a user makes a change if they only have edit moderated capability.
Steven Zahm
Keymaster@ Rick
Well, I’d be darned it seems that bug has existed since 3/13/2014 and no one, even myself has noticed it.
I just released 2.0.3 which addresses this and a few other small items.
The email notification…
I’ve been working on this from several different angles, it has not been merged into the code yet because I do not like it. Looking at it from a different view today, I wonder if I’m over complicating it…
Right now I have a check in place if the entry is being updated or not. If an entry is being updated, no notices are being set. I implemented this check because I didn’t want notices to be sent on every change… but, I think that may be what actually is needed.
If you grant me temp admin access again, I’ll update Form for you and then remove the check from the code. Then you can play with it and let me know if it works like your think it should or not.
Steven Zahm
Keymaster@ cheryl
Great to hear!
Which update specifically? I’m working on the 8.2 release which should be completed in a week or two. And I have other updates with other featured scheduled too.
Steven Zahm
Keymaster@ cheryl
Since the logo is used by default in cMap … there is nothing to set. Did you do what I said here?
Since you are using the list type shortcode option, this will also force Connections to use the template activated under the “Family” template type. So, make sure to have cMap activated under both the “Family” and “Individual” template types to make sure it is used in both instances.
Steven Zahm
Keymaster@ Solveg
Sorry, neither do I … it seems this is a web server issue as other plugins and the theme are also being affected. Have you contacted your web host on this issue. Something is blocking access to CSS and JS files. That is usually a server config issue.
02/03/2015 at 1:06 pm in reply to: Customize Search to display results across all categories together #318041Steven Zahm
Keymaster@ Oliver
A read more link could be added to Slim Plus but that would require a bit more work than just a small snippet of code that I could give you…
Adding the read more link, add the following code to the
card.phpfile found here:
../wp-content/plugins/connections-slim-plus/cnURL::permalink( array( 'type' => 'name', 'slug' => $entry->getSlug(), 'text' => 'Read More', 'home_id' => $atts['home_id'], ) );You would have to make sure the home_id shortcode option is set in the shortcode.
Now this should take you to the page with just the single entry. But it’ll just show the Slim Plus with just that one entry, nothing more.
You can use a second template for the single entry view. Go to the Connections : Settings admin page and click the Display tab and enable the Single Entry Template option.
Now you can go to the Connections : Templates admin page and and activate your desired template under both the Individual and Organization template types, I suggest the cMap template.
Is it possible to link the Pastors to their Church and vice-versa?
Sorry no, not really, since there is no relationship created between the entries like that. -
AuthorPosts
