Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 5, 20186 yr We have a moderator only topic that we have been 'printing' and saving to a file for years. After a recent upgrade (not sure if it was the last one... may have been earlier) the 'Print Topic' option seems to have disappeared. Does anyone know how we get a topic into 'printable' (we print it to pdf and save) version? Would appreciate any help :)
October 5, 20186 yr 8 hours ago, dNetAus2 said: Does anyone know how we get a topic into 'printable' (we print it to pdf and save) version? Ctrl + P or ⌘ + P 😉
October 5, 20186 yr 41 minutes ago, opentype said: Ctrl + P or ⌘ + P 😉 Oh I know. 😄 I only asked about the previous version as 3x had a 'Print' option in the share buttons below the topic and (iirc) 2x had it in the dropdown at the top. Edited October 5, 20186 yr by AndyF
October 5, 20186 yr 13 minutes ago, Adriano Faria said: The “print version” uses a print stylesheet. Print via browser is a mess. Everything is “print via browser”. In the past a simplified page output was used, which was then printed “via browser”. Today this isn’t necessary anymore, since you can include print CSS in the regular CSS and most responsive pages even print fine without it, since they adapt to the page size just as they adapt to the browser window. So printing from a stock IPS page isn’t all that bad. It might be bit wasteful, which can be tweaked with a couple of CSS declarations. I think Rikki even posted an example in the past and I modified client pages this way myself.
October 5, 20186 yr I don't think this is good: I got the whole page (menus, links, breadcrumb, footer, search box, etc.). I want to print a topic, which is: title and posts. I don't need the rest.
October 5, 20186 yr 18 minutes ago, Adriano Faria said: I want to print a topic, which is: title and posts. I don't need the rest. Yes, and that can be hidden with print-specific CSS declarations (e.g. display:none), which are applied while printing. No point in 2018 to duplicate every regular template of the entire suite to create a simplified, printable copy. Because of course people might not only want to print topics. It’s much easier to solve this globally with CSS today. Edited October 5, 20186 yr by opentype
October 5, 20186 yr As has been alluded to, there is no dedicated "print X" (i.e. "print topic") option anymore. Instead, we apply print styles to the page and you can print directly from your browser. If the page is still too heavy for your liking, you can further tweak the print CSS using custom.css in your theme.
December 9, 20186 yr I miss the old feature as well print private message feature. Private messages are like email of forums. I wish, print feature comes back for topic and private messages.
April 3, 20195 yr Author On 10/5/2018 at 9:14 PM, opentype said: Today this isn’t necessary anymore, since you can include print CSS in the regular CSS and most responsive pages even print fine without it, since they adapt to the page size ju Can I ask why the Print Topic function was removed? (yes, we did upgrade from version 3.x ). Seems strange to be removing a function. Ctrl + P only prints the current page, not all the pages of a topic. We don't have any technical people and the topic we regularly print is now 34 pages long. We can't delete the earlier posts until we have 'printed' and saved to a PDF. "since you can include print CSS in the regular CSS" - not exactly ignoramus user friendly 😭 Can we pleeease have it back?!? In the meantime, would really appreciate it if someone is able explain in relatively simple terms, how I can print all pages of a 34 page topic? Edited April 3, 20195 yr by dNetAus2
April 3, 20195 yr 7 hours ago, dNetAus2 said: Ctrl + P only prints the current page, not all the pages of a topic. 7 hours ago, dNetAus2 said: In the meantime, would really appreciate it if someone is able explain in relatively simple terms, how I can print all pages of a 34 page topic? You may use this mod and then print whole page via browser options:
April 4, 20195 yr Author Hello Dawid, Thank you very much for taking the time to reply, and for the information on the plugin. I have purchased and installed it, however it isn't working. Have followed the instructions and double checked twice, with no luck. Have contacted their support and hopefully will hear back soon. Fingers Crossed!
May 29, 20195 yr Author I have contacted the support for this "Show full topic" plugin twice now and it has been nearly 8 weeks and haven't heard anything from them. It isn't working. Has anyone else used this? Dawid, just wondering why you recommended it? Have you tried it, and if so, does it work for you? Any reason it may not be working for us? At this point we just 'donated' the cost of it... and we are a charity ourselves 😢 Would really appreciate some help here.
May 29, 20195 yr 4 minutes ago, dNetAus2 said: Dawid, just wondering why you recommended it? Because I've found it in the Marketplace. I found only it. That's why and "I know author of this plugin". 5 minutes ago, dNetAus2 said: I have contacted the support for this "Show full topic" plugin twice now and it has been nearly 8 weeks and haven't heard anything from them. I'm surprised. Maybe I could help fix if for you? Send me PM.
September 18, 20195 yr On 5/29/2019 at 5:37 AM, dNetAus2 said: I have contacted the support for this "Show full topic" plugin twice now and it has been nearly 8 weeks and haven't heard anything from them. It isn't working. Has anyone else used this? Dawid, just wondering why you recommended it? Have you tried it, and if so, does it work for you? Any reason it may not be working for us? At this point we just 'donated' the cost of it... and we are a charity ourselves 😢 Would really appreciate some help here. Was the issues fixed? I need something good to print to PDF or html page for archive purpose. Thank you
February 4, 20204 yr ...and 2020. I have build nice Knowledge bases and help support for our users in Pages, but now i need to hav ePDF versions of it or Microsoft Word and i realized i cant 🙂 I believe this is a core request for Pages at least.
February 4, 20204 yr Every browser I've used for approximately the last decade has had the ability to "print" to PDF natively built in. What exactly are you looking for within our software exactly?
February 4, 20204 yr I am surprised that is not apparent. Probably we did not explain it well. For forum topics maybe your solution would be sufficient if you had an option to print multiple page topics in one go. But In my case i am using extensively the Pages subsystem to organize our hundreds of support articles for our users. What i need is an option somehow to be able to print our articles BUT ONLY THE ARTICLE BODY, not the rest of the webpage. I think that this is a must in the articles section (Pages) at least.
February 4, 20204 yr 22 minutes ago, EarthDog said: What i need is an option somehow to be able to print our articles BUT ONLY THE ARTICLE BODY, not the rest of the webpage. It can be done easily with just a few lines of CSS. You essentially just add a “display:none” for everything you don’t need. Sidebar, header, footer—whatever it is. But it makes sense to do that as a custom job, not a site feature, since what is to be included might depend on each site or even each page as your request demonstrates.
February 5, 20204 yr 19 hours ago, opentype said: It can be done easily with just a few lines of CSS. You essentially just add a “display:none” for everything you don’t need. Sidebar, header, footer—whatever it is. But it makes sense to do that as a custom job, not a site feature, since what is to be included might depend on each site or even each page as your request demonstrates. Even so, what you be an "organized" manner of doing it in IPB? A custom plugin? A template edit?
February 5, 20204 yr In the AdminCP under Customization > Themes, click the </> icon next to your theme. On the template editor page click the CSS tab, and then click on custom.css. Add this to the end of the file: @media print { /* Custom styles go here */ } And then add whatever CSS you need to (i.e. to hide unimportant page elements) where you see "/* Custom styles go here */".
February 5, 20204 yr 5 minutes ago, bfarber said: In the AdminCP under Customization > Themes, click the </> icon next to your theme. On the template editor page click the CSS tab, and then click on custom.css. Add this to the end of the file: @media print { /* Custom styles go here */ } And then add whatever CSS you need to (i.e. to hide unimportant page elements) where you see "/* Custom styles go here */". So this rules will aplly when i use ctrl+P ,correct?