All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Author Topic: Print This Post Opens in New Window  (Read 10836 times)

0 Members and 1 Guest are viewing this topic.

Offline yotsume

  • Newbie
  • *
  • Posts: 2
    • View Profile
Print This Post Opens in New Window
« on: 17 April 2007, 04:57 »
Hello,

I use both the current wordpress and wp-print plug-in. I have a simple question...

How can I make the link to "print a post" open in a new window and not reload the post page.

Thanks,

Yotsume

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,692
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: lesterchan.net v3.4
Re: Print This Post Opens in New Window
« Reply #1 on: 17 April 2007, 07:41 »
hmmm you can make it the easier way is to use target="_blank". Under Options -> Print, choose custom under print text link style, then for the code, just use this:
Code: [Select]
<a href="%PRINT_URL%" rel="nofollow" title="%PRINT_TEXT%" target="_blank">%PRINT_TEXT%</a>

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Ttech

  • Official Support
  • Global Moderator
  • *****
  • Posts: 4,296
    • View Profile
Re: Print This Post Opens in New Window
« Reply #2 on: 17 April 2007, 22:46 »
Can I use your templates code?
Learning and Helping one day at a time.




DevNode.org Operator - The IRC network for Programers

Offline Ttech

  • Official Support
  • Global Moderator
  • *****
  • Posts: 4,296
    • View Profile
Re: Print This Post Opens in New Window
« Reply #3 on: 17 April 2007, 22:46 »
I'd leave credit.
Learning and Helping one day at a time.




DevNode.org Operator - The IRC network for Programers

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,692
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: lesterchan.net v3.4
Re: Print This Post Opens in New Window
« Reply #4 on: 18 April 2007, 05:52 »
? lol go ahead and use =D

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Ttech

  • Official Support
  • Global Moderator
  • *****
  • Posts: 4,296
    • View Profile
Re: Print This Post Opens in New Window
« Reply #5 on: 18 April 2007, 20:13 »
OK. Thanks. :)
Learning and Helping one day at a time.




DevNode.org Operator - The IRC network for Programers

Offline Alper

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Print This Post Opens in New Window
« Reply #6 on: 23 June 2009, 03:01 »
Ha ha, this is a joke for me..
I've worked about 1 hour and add an option to plugin for opening in new page and i saw this subject.. :o
All events are experience in the world.. My last lesson: Do seach before improve anything..  :-\

Offline Malc

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Print This Post Opens in New Window
« Reply #7 on: 09 August 2009, 00:36 »
hmmm you can make it the easier way is to use target="_blank". Under Options -> Print, choose custom under print text link style, then for the code, just use this:
Code: [Select]
<a href="%PRINT_URL%" rel="nofollow" title="%PRINT_TEXT%" target="_blank">%PRINT_TEXT%</a>

Very nice. Thanks!

Offline morganfardo

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Print This Post Opens in New Window
« Reply #8 on: 23 February 2012, 23:00 »
hi! iḿ trying to set to show only the printer icon and open in a new window... i tryed set the custom using target blank but when i change the %PRINT_TEXT% to %PRINT_ICON_URL% it does not show the icon... it shows the url to the icon, but no the icon itself. Like this: http://www.informeeconomico.com.br/wp-content/plugins/wp-print/images/printer_famfamfam.gif

thanks in advance.