Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Marcus
Triple clicking the line will select the line, and you can copy it that way, however, I for it cutoff lines to show a scrollbar.
Yep, I plan on adding this to the FAQ/s today.
Steven Zahm
Keymaster@ Marcus
cMap has two image locations. By default the logo is shown in the upper left of the entry card. This image location is the
imageshortcode option. The following shortcode options affect theimageshortcode option:`image_width
image_height
image_fallback
str_image=”No Logo Available”`When a logo image has been uploaded to the entry, by default, it will show here. If no logo has been uploaded then the fallback “No Logo Available” block will be shown.
The second image location is in the bio content tray. The bio content tray will only show when the has been content entered into the Biography field for the entry. The photo image will only show in bio content tray if a photo has been uploaded to the entry. This image location is the
tray_imageshortcode option. The following shortcode options affect thetray_imageshortcode option:`tray_image_width
tray_image_height
tray_image_fallback
str_tray_image=”No Photo Available”`The valid options for
imageandtray_imageare:`logo
photo`The valid options for
image_fallbackandtray_image_fallbackare:`block
none`The height and width options control the
imageandtray_imagedimensions.The two
str_options control the text that is shown when the_fallbackoptions are set toblock.So, with all that said, here’s what the default shortcode for cMap looks would look like if you had to set the options manually:
[connections image=logo image_fallback=block str_image="No Logo Available" tray_image=photo tray_image_fallback=none]Now, to answer your questions:
– Remove Logo
[connections image=none image_fallback=none]– Display Photo only AND – Display “No Photo Available” if no image
[connections image=photo image_fallback=block str_image="No Photo Available"]Does that help?
-
This reply was modified 13 years, 2 months ago by
Steven Zahm.
-
This reply was modified 13 years, 2 months ago by
Steven Zahm.
Steven Zahm
Keymaster@ Kevin
No links are one to one. What will happen is the user will be linked to the first entry it finds in Connections; in most cases will be the one with the lowest entry ID number.
Steven Zahm
Keymaster@ Kevin
No, that is only for the static strings in Connections. Connections already includes a French translation that is 97% complete.
Steven Zahm
Keymaster@ Jeroen
My hunch is that the entries are set to Private and you’re logged in to your site in Chrome but not IE. If the entries are meant to be visible while not logged in, please set them to Public.
Hope that helps.
Steven Zahm
Keymaster@ Ron
Can you please try again? Also, which method were you using to download, from the email or the purchase history?
Steven Zahm
Keymaster@ Kevin
Basically yes. You have two options. Delete the entry or delete the user to break the link. The re-create the entry or user that was deleted.
Steven Zahm
Keymaster@ Clinton
Even though Connections is capable of a filtered search, there is not yet a user interface available to do it. However, the search field that is part of cMap will search all those fields, there just not a method to further filter the search. An option, if you have 0.7.7 installed, would to be to turn on the department, state and city link support on the Connections : Settings under the advanced tab.
Steven Zahm
Keymaster@ Michael
Close. It should be:
remove_meta_box( 'metabox-logo', $connections->pageHook->link, 'normal' ); remove_meta_box( 'metabox-date', $connections->pageHook->link, 'normal' );Steven Zahm
Keymaster@ werbezentrum
You can also download your purchases from your Purchase History page.
I also just resent the sales confirmation.
Which email client were you using? Can I get a copy of the email?
Please let me know if you are still having trouble.
-
This reply was modified 13 years, 2 months ago by
-
AuthorPosts
