Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

Print User Lists problem

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
8 years 8 months ago #278292 by krileon
Replied by krileon on topic Print User Lists problem
Is it showing the URLs in print preview or only when you print the page out? Have you tried this on any other URLs and is it affecting the userlist specifically? I don't know what else to suggest as we've no specific code on the userlist for printing (we have no printable views).


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • sirweb
  • sirweb
  • ONLINE
  • Posts: 226
  • Thanks: 25
  • Karma: 2
8 years 8 months ago #278305 by sirweb
Replied by sirweb on topic Print User Lists problem

krileon wrote: Is it showing the URLs in print preview or only when you print the page out? Have you tried this on any other URLs and is it affecting the userlist specifically? I don't know what else to suggest as we've no specific code on the userlist for printing (we have no printable views).


I have tested to print a K2 blog layout and it works fine.
I am afraid this is introduced in CB 2.0.x.
May I email a sample pdf?

Thanks

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
8 years 8 months ago - 8 years 8 months ago #278309 by krileon
Replied by krileon on topic Print User Lists problem
Looks like it's a part of Bootstrap CSS. Add the following to your Joomla template CSS file should get rid of this.

Code:
@media print { .cb_template a[href]:after, .cb_template abbr[title]:after { content: ""; } }

The CSS in Bootstrap doing this can be found below.

IN: components/com_comprofiler/plugin/templates/default/bootstrap.css
ON: Lines 201 - 206


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Last edit: 8 years 8 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • sirweb
  • sirweb
  • ONLINE
  • Posts: 226
  • Thanks: 25
  • Karma: 2
8 years 8 months ago #278311 by sirweb
Replied by sirweb on topic Print User Lists problem
Yes, this was a big step in the right direction. :)

The printout is still in only one column, probably CSS-related too.
Would you have a suggestion here too?

Thanks

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
8 years 8 months ago #278331 by krileon
Replied by krileon on topic Print User Lists problem
Not sure what you mean by only one column. Seams to be displaying fine in emulation beyond the URLs showing. If you need to adjust the print output further see the above Bootstrap CSS file and review the selectors carefully to see what CSS you need to override.

You can test how it'll look in Chrome by pressing F12, click the 3 dots next to the close button in the top right of the developer tools, click more tools then rendering settings, now scroll and select "emulate print media".


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • sirweb
  • sirweb
  • ONLINE
  • Posts: 226
  • Thanks: 25
  • Karma: 2
8 years 8 months ago #278572 by sirweb
Replied by sirweb on topic Print User Lists problem

krileon wrote: Not sure what you mean by only one column. Seams to be displaying fine in emulation beyond the URLs showing. If you need to adjust the print output further see the above Bootstrap CSS file and review the selectors carefully to see what CSS you need to override.

I mean, I am using a pretty much standard 4 column user list:

Avatar | Name | Address | Email

which is exactly what appears on screen.
On paper, it looks like this;

Avatar
Name
Address
Email

Cannot say I have been that lucky so far.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum