PDA

View Full Version : Image Browser plug-in for Vivvo 4.1 version is released


shketuljko
02-18-2009, 10:59 AM
This plug-in will help you to show image browser on your Vivvo site. It takes images that you upload to your server and creates image browser that is accessible via http://www.example.com/images page. All you need to do is upload images via FTP to VIVVO_ROOT/files/images folder that is automatically created during installation. You can also create subfolder with images that will automatically create a link in navigation and a separate galery on the http://www.example.com/images/subfolder link.

You can download it within the Resources Center (http://www.vivvo.net/resources/downloads/plugins/image-browser-41.html).

nbento
02-19-2009, 10:01 AM
Lol I was wondering if you have anything like this yesterday.
Guess Im lucky, today you show up with it :)

Damn need to start thinking in money :)

nbento
02-19-2009, 12:59 PM
http://www.tuningcentral.net/imagebrowser.jpg

Using template ONE... how can I fix this please.

shketuljko
02-23-2009, 08:10 AM
Open VIVVO_ROOT/templates/VIVVO_TEMPLATE_DIR/plugin/image_browser.tpl and try to find this line:


<div id="dynamic_box_center" style="width:830px;">


you need to decrease width.

Besfort
06-30-2009, 10:21 PM
how to set in hompage for example this: http://rinia-ks.net/2.JPG (http://rinia-ks.net/2.JPG) in right box pleace help me


sorry for my bad english im from kosova

millkins
07-01-2009, 10:16 AM
That depends on what do you want to show there, and what are ya using to show it. If you intent to use image browser to do this then the code for the template should look something like this:


<div class="box" id="Image_gallery">
<vte:box module="box_paged_files">
<vte:params>
<vte:param name="search_dir" value="files/images" />
<vte:param name="search_ext" value="jpg" />
<vte:param name="search_limit" value="3" />
<vte:param name="pg" value="{pg}" />
</vte:params>
<vte:template>
<vte:foreach item="file" from="{file_list}">
<img src="{VIVVO_URL}thumbnail.php?file=images/{file.filename}&amp;size=summary_large" style="padding:1px; margin:2px; border:3px solid #595E61;" />
</vte:foreach>
</vte:template>
</vte:box>
</div>


This will show latest 3 images from files/images folder. You can include it to templates/homepage/default.tpl. I have tried it and it works.

Now, to make it look like the one you have sent you need to add some css to the file themes/css/style.css.

Besfort
07-01-2009, 11:25 AM
I have a problem when i set this code in homepage/default
i think absent this file box_paged_files.php

Array ( [class_name] => box_paged_files [file] => lib/vivvo/box/box_paged_files.php )

millkins
07-01-2009, 01:41 PM
Are you sure you have image browser installed?

Besfort
07-02-2009, 10:24 PM
yes problem was resolved thx