From 50da5bd3896f7dfceec6a60cb27976fbd6c2cea0 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 12 Aug 2014 18:08:31 -0700 Subject: Friendica photo import tool. This will bring in all your photos from the chosen Friendica account and import them into Red. Note that profile photos will also be imported, but will not be scaled for profiles, nor will they be attached to any profiles. They will appear however in your Profile Photos album. Photos that had any access restrictions in Friendica will be made private to only you. Comments and likes, captions, and tags are not transferred, only the actual photos. You will only be able to do this once. If something goes wrong but any photos were imported, a pconfig called frphotos.complete will be set and you'll have to remove it to start over. If you should remove this to start over, we also check each photo and will not over-write a photo you already brought over. --- view/tpl/frphotos.tpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 view/tpl/frphotos.tpl (limited to 'view') diff --git a/view/tpl/frphotos.tpl b/view/tpl/frphotos.tpl new file mode 100644 index 000000000..b8e978825 --- /dev/null +++ b/view/tpl/frphotos.tpl @@ -0,0 +1,13 @@ +

{{$header}}

+ +

{{$desc}}

+ +
+ +{{include file="field_input.tpl" field=$fr_server}} +{{include file="field_input.tpl" field=$fr_username}} +{{include file="field_password.tpl" field=$fr_password}} + + +
+ -- cgit v1.2.3