View Single Post
  #2  
Old 11-05-2006, 09:47 AM
MikeD's Avatar
MikeD MikeD is offline
Orange Plog
 
Join Date: Jun 2006
Location: Cologne / Germany
Posts: 487
Gallery: 10
Comments: 2
Default

Code:
Content visible to registered users only.
Sorry my friend. But there's nothing available to import photos from a different database or any different products. You have to re-install all pics you have made. I have no clue about phpbb, but PhotoPlog is build on vB and its SQL databases.

Code:
Content visible to registered users only.
Yes sure. Goto ACP => Settings => Default thumbs Size. You can change them from (Small/Medium/Large) and then go to Maintenance => Rebuild Thumbnails.

Code:
Content visible to registered users only.
Sure. It's no problem. We have 2 kinds of variables for use in the FORUMHOME and MEMBERINFO templates...

$photoplog[minithumbnails]: This contains Random Thumbs in a strip.
$photoplog[thumbnails]: This contains Newest Thumbs in a strip, plus an information box below the strip.

There is a settings option 'Thumb Information' to turn off the information box too, if you only want to show the Newest Thumbs.

As an example, open your template MEMBERINFO and put the code before the $footer variable. This is shown on the bottom side...

Code:
Content visible to registered users only.
Reply With Quote