UPM – General Settings

10:54 am in Universal Post Manager by Kristel

HTML tags & Protocol Manager

Let’s start from general settings of admin panel . This page is consists of five parts , first is HTML tags & protocol manager, as you can see on image there are switchers for all features and you can turn on/off individually and generally . Also you can manage HTML tag controller by user capabilities , it means that HTML tag manager can be used only for Administrators , Editors , Authors , Contributors or Subscribers.

One more aspect, HTML tag manager filters disabled tags and as you understand it can modify your post content, for this purpose we added executing mode option and you can choose “Do HTML filter on saving” ( this alters post content and can not be undone ) or “Do HTML filter on showing” ( this works without any changing in your post content ) .

Phrase Filter Manager

Like HTML tag & Protocol Manager this part of settings have same options for turning off/on according features, executing mode and user capabilities controller . For this manager we are suggesting to use “Do phrase filter on showing” or use “Do phrase filter on saving” but you must not have shortcuts without colon on beginning and end of text , more description you can find in “Phrase Filter Manager” part of documentation.

One more thing about executing place of Phrase Filter Manager, in this part of settings there is an option called “Use Filter Manager in” which allow you choose phrase filter for post , pages or comments of your blog.

Saving Manager

For Saving Manager there is turning off/on option too, you can control all type of document saving such as Text , HTML , MS Word , PDF and XML. Also you can choose appearance type of saving buttons and strings such as String or Button, Horizontal or Vertical , buttons align left or right , but it is possible to style buttons and strings by css directly.

And about Location of saving buttons and strings , by default saving buttons are added at end of posts and pages, but you can disable this location and use custom type of localization , for this purpose you should put this code :
<?php upm_save() ?>
in template ( single, page or other custom template files for post and pages ) files wherever you want .

Print Manager

Print Manager also have turn on/off , localization, button type options , here you can choose mode of print button appearance , such as Single or With saving buttons.

For custom localization of Print button use this code: <?php upm_print() ?> .

Sharing Manager ( Bookmarks, E-Mail & Subscribe )

Here you can find turn on/off options for Sharing Manager and for each subfeatures such as Social Bookmarks , E-Mail This and Subscribe .

For custom localization use these codes:
Social Bookmarks: <?php upm_bookmarks() ?> ,
E-Mail This: <?php upm_email() ?> ,
Subscribe: <?php upm_subscribe() ?> .


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