Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Foaad
If this was working fine before, then something was changed at the database level in order for this error to occur because Connections does not have the ability to cause this error, only become affected by it.
The only solution is to turn off FULLTEXT search support in the settings. Go to the Connections : Settings admin and uncheck the FULLTEXT search option and then click Save Changes. You should no longer receive this error.
Steven Zahm
Keymaster@ Deborah
Sorry, no. That is on the to do list, but honestly it has been on there for a long time because it keeps getting bumped for more frequently requested features so I couldn’t say when this will be implemented.
Steven Zahm
Keymaster@ Deborah
Let’s see…
The “View All” link is supposed to show only the names. You should be linking to: http://blackbritishacademics.co.uk/mentors/
The only issue I see is that you said you were showing different categories on the different pages. It seems to be the same category on the both pages. So I would check you category shortcode option set for the Directory and Mentor pages.
Steven Zahm
Keymaster@ fernando
Sorry, Connections has no built in method to create a multi-selection for departments.
Steven Zahm
Keymaster@ Jim
Well Connections like just about every other plugin has not inbuilt way of removing itself so it must be something external. What other plugins are installed and active? There is one plugin that scans for TimThumb which Connections does use. But it incorrectly identifies it as using the old insecure version, which Connections never used, and deletes the plugin in its attempt to update TimThumb.
Steven Zahm
Keymaster@ Marty
Sorry, not at this time. It is on the to do list but I couldn’t say when this feature will arrive.
Steven Zahm
Keymaster@ Ray
Sorry, but the only way to get the un-expanded view would to be to revert back to the older version or edit the PHP files of the new version.
Steven Zahm
Keymaster@ peekaa
I do understand. I’ll try explain my answer in another way…
When you are adding an entry, you can add Links for websites and blogs. These links can be assigned to the images.
The image can not be made a link to the name of the entry without resorting to editing the core files for Connections.
I hope that clears up what I was trying to say.
Steven Zahm
Keymaster@ Bill Roller
I just posted the instructions.
Steven Zahm
Keymaster@ Bill Roller
Open the card.php file found here:
../wp-content/plugins/cmapInsert the following where you want the assigned categories to show-up:
$entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '', 'after' => '' ) );The phpDoc for this method can be found in the class.output.php file.
-
AuthorPosts
