UPM – Saving Manager

11:08 am in Universal Post Manager by Kristel

Text Save Options

In this page you can find setting options for all type of post and page saving , first of them is “Save as Text”. Here you can choose type of button icon/button , set button’s or icon’s image URL from different images ( if you want custom button or icon image you should put it in /wp-content/plugins/universal-post-manager/images/img/ folder and type image name in that input area ) , and of course you can manage text of button’s string type.

Saved text document have got seven part of content :

  • Header – Site and saved date information,
  • Title – Title of saved post or page,
  • Body – Content of saved post or page,
  • Images – URLs of images which are included in saved post or pages ( as far as you know text file can not include images, for this purpose we have added this part of content and if someone want to see images of that text document he can find it using image URLs ),
  • Excerpts – hand-crafted summaries of your post content,
  • Date – Post date , Post date GMT , Post modified date , Post modified date GMT ,
  • Footer – Plugin information.

HTML Save Options

Like Save as Text , there are same options to choose button type , image , to change string’s text , but there is an additional option called “CSS code” , here you can put your css code to style your saved HTML document .

Saved html document have got five part of content :

  • Header – Site and saved date information,
  • Content – Title and body of saved post or page,
  • Excerpts – hand-crafted summaries of your post content,
  • Date – Post date , Post date GMT , Post modified date , Post modified date GMT ,
  • Footer – Plugin information.

Word Document Save Options

In this admin-box also there are options to choose button type , image , to change string’s text , option to style your saved Word document and one more option to choose according template for Microsoft Office or Open Office document.

Saved Word Document have got five part of content :

  • Header – Site and saved date information,
  • Content – Title and body of saved post or page,
  • Excerpts – hand-crafted summaries of your post content,
  • Date – Post date , Post date GMT , Post modified date , Post modified date GMT ,
  • Footer – Plugin information.

PDF Save Options

In this admin-box also there are options to choose button type , image , and to change string’s text .
About one importent PDF error:
[ FPDF error: Alpha channel not supported ]
You may encounter this error while viewing any PDF file containing a PNG file. Many PNG files have an Alpha channel imbedded in the file. The process in five steps listed below removes that Alpha Channel from the PNG file.

  1. Open the PNG file in a graphics program,
  2. Save as a JPG format and close the file,
  3. Reopen the new JPG file in the graphics program,
  4. Save as a PNG file again,
  5. Reattach the new PNG file to your post,

Saved PDF document only consits of post content included images.

XML Save Options

Like Save as Text , there are same options to choose button type , image and to change string’s text.

This is an example of simple xml document which has saved from “About” page.

<?xml version="1.0" encoding="UTF-8" ?>
<upm-export>
<title>Example</title>
<link>http://example.com</link>
<description>Just another WordPress weblog</description>
<pubDate>Mon Jan 4 1:39:33 2010 / +0400 GMT</pubDate>
<generator>Universal Post Manager 1.0.4 [ www.ProfProjects.com ]</generator>
<language>en</language>
<item>
<title>About</title>
<link>http://example.com/?page_id=2</link>
<pubDate>Mon Jan 4 1:39:33 2010 / +0400 GMT</pubDate>
<guid isPermaLink="false">http://example.com/?page_id=2</guid>
<content-encoded>This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.</content-encoded>
<excerpt-encoded />
<wp-post_id>2</wp-post_id>
<wp-post_date>2009-11-14 00:27:22</wp-post_date>
<wp-post_date_gmt>2009-11-13 20:27:22</wp-post_date_gmt>
</item>
</upm-export>

Saving buttons

Here are saving and printing buttons which can be showen on posts and pages of blog.




Fatal error: Call to undefined function upm_all() in /home/profproj/public_html/wp-content/themes/bp-default_/single.php on line 38