This topic is locked

Remove 'more..' in print version

6/23/2010 6:58:04 AM
PHPRunner General questions
S
sadisticmagician author

Hi, Can I remove 'more...' and print all text in print varsion?
Example:
Notes

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem More ...
Thanks!

A
ann 6/23/2010

Hi,
you need to create an alias for the field on the Edit SQL query tab:

select field1,

field1 as field1_print,

...

from TableName



Then choose alias on the print page only (uncheck it for other pages on theChoose fields tab). Set up it as HTML on the View as settings dialog on theVisual Editor tab.

S
sadisticmagician author 6/23/2010



Hi,
you need to create an alias for the field on the Edit SQL query tab:

select field1,

field1 as field1_print,

...

from TableName



Then choose alias on the print page only (uncheck it for other pages on theChoose fields tab). Set up it as HTML on the View as settings dialog on theVisual Editor tab.


hello, I put 'html' field 'note' and now I view all the text, to see 'more..' only in web page where put that code? in 'Event List' ---> Printer- friendly page ----> Print page:Before SQL query <---- here?

A
ann 6/24/2010

Hi,
once again:

you need to edit code on the Edit SQL query tab as in sample, i.e. create an alias for the field. Then uncheck field1_print everywhere except Printer and uncheck field1 for the Printer on the Choose fieldstab. Select field1_print as HTML on the Edit as settings.