TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 17, 2024, 09:29:24 AM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,189
  • Total Topics: 21,220
  • Online today: 59
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 29
  • Total: 29

Image gallery in Tiny Portal

Started by verbotten, May 25, 2007, 12:38:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

verbotten

is it possible in install some kind of Image gallery in Tiny Portal, so it shows images on front page? gallery that users can upload and share their images.
please let me know if there is such a thing already.
Any suggestions welcome.
Thanks.
BTW Tiny Portal menu in admin panel, is empty, no menu items just blank box. im not using any custom skins, just basic SMF skin.

tick

If you have smf gallery installed there is a block code snippet that will display random photos in a block.

IchBin

For the other problem you need to change your forum language to english and not english-utf8

Porky

The Link on te front page you see is for a place holder for an image gallery that Bloc intends on making a mod for, but it has not been made or released yet. as mentioned above I would get SMF Gallery for now because we do not know when it will be released here

verbotten

Thanks I already have SMF image gallery. I guess Ill wait for TP image gallery mod.
Would be awsome and unique if it had

  • member upload picture feature
  • Thumbnail view
  • Scroll thru option.

osquitar

Where Can I download SMF image gallery from?

marzi

osquitar,

puedes consiguir "SMF Gallery" aqui:
http://www.smfhacks.com/smf-gallery.php

hay 2 opciones, 'Lite" o 'Pro" (gratis y por pago).

atentamente,

marzi

Thurnok

@Dark Raider - try this block out, it will do what you need utilizing SMF Gallery.

osquitar

I have downloaded SMF Gallery but it does not work because of (I think) the Spanish language I use. Anybody has the files for my language? Besides, I don't know in what folders I need to paste the translation files. I have pasted the files according to SMF Gallery instruccions but it does not work. Some lines in permissions are missing.

G6Cad

SMF Hacks.com have the answers to your questions about the SMF gallery modification.

Mannie

Why not use coppermine instead ?. You can easlily bridge it to smf, and it's a much better gallery in my opinion. Languages are no problem to in coppermine, probably allready has spanish and autodetects that

osquitar



osquitar

Where can I see coppermine working with TP?

Mannie

ehmm click on my sig i got it working

Ken.

Both the sites that are in my sig have Coppermine installed and pulled into the forums.
" If everything seems under control, you're not going fast enough." - Mario Andretti
Yesterday When I was Young.

jpb

#16
Will the gallery module be implemented in TP 1.0? If so, I will wait until TP 1.0 gets released. If not, I have to intergrate smf gallery (or is there an alternative?).

jpb

G6Cad

I dont think the gallery module will be implemented in the next release of TP, its not even in the alpha test package yet, so i think it's a long way from being implemented

jpb


Lotti

how to put togheter coppermine and smf and tinyportal? thanks

falguni1

I have a doubt If one person is using smf gallery and has loads of images and data in it

then after 3 or 4 years TP gallery is available
and one wishes to use tp gallery instead of smf gallery
the will it be possible to import data from smf gallery to tp gallery

Ken.

#21
Quote from: Lotti on October 01, 2007, 09:39:02 AM
how to put togheter coppermine and smf and tinyportal? thanks


Lotti you should start a new topic for your question.
A search will show you many posts on how to pull cpg into your forum.
" If everything seems under control, you're not going fast enough." - Mario Andretti
Yesterday When I was Young.

FataMorgana

All reading about the fine SMF module Gallery 1.8.1.1.
Understand the "smooth" install module made for TP will take some time.
So I have tried just implement the SMF Module and change some code in the index.template.php and upload the Juno-button (the TP skin I use!).
But something seems wrong: the button will not appear.

Knowing it works all fine in the SMF Default Skin... What can be the problem the button does not appear in Juno?

All together:
My forum works fine with SMF 1.1.4, TP 0.9.8, Juno TP Skin.
The SMF Mod Gallery 1.8.1.1 has been installed and the gallery links works fine.
In Default Skin everything is fine.
Just missing the Gallery-button in Juno.
I have uploaded the gallery.jpg on the right place.

Nokonium

Mods are only installed into the default theme, so unless you have a theme with SMF Gallery support, support for some mods is built ito some of Bloc's themes, you will need to add the code yourself.

FataMorgana

Quote from: nokonium on November 20, 2007, 01:08:47 PM
Mods are only installed into the default theme, so unless you have a theme with SMF Gallery support, support for some mods is built ito some of Bloc's themes, you will need to add the code yourself.

Exactly! So like I said before I have added some code:
Quote
// How about the [gallery] button?
        if ($context['allow_gallery'])
                echo '
                                <a href="', $scripturl, '?action=gallery">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/images/gallery.jpg" alt="' . $txt[182] . '" style="margin: 0px 0;" border="0" />' : $txt[182]), '</a>', $context['menu_separator'];

Placed under the How about the [search] button area.
This I've found in some other topic, related to this problem.
But it does not work...

IchBin

Are you sure $context['allow_gallery'] is defined? Remove the if statement for it and see if it works.

FataMorgana

Quote from: IchBinâ,,¢ on November 20, 2007, 01:28:09 PM
Are you sure $context['allow_gallery'] is defined? Remove the if statement for it and see if it works.
Bingo!!! :)  It works!
IchBin, YouAre the Best! ;)