Page 2 of 5

Re: TS gallery mod -- get images from TS gallery

PostPosted: Wed Apr 09, 2008 10:52 pm
by Admin
Good!!! :D :D
Use it and it will be ok i think ;)
what is your site? :)

Update is done , just look first post ;)

Re: TS gallery mod -- get images from TS gallery

PostPosted: Thu Apr 10, 2008 9:39 am
by Zuritz
Thanks, thanks, thanks. Recent images works great!!! :D

My feature requests are now: :D

1. Make a recent_blocs.html to put in styles/MYSTYLE/template/gallery/recent_blocs.html and only use:
Code: Select all
<!-- INCLUDE gallery/recent_block.html -->


2. Make a new columns for:

Tittel:
By:
Views:
Comments: (with link)
Posted:

An example here, (made in photoshop ;) http://home.online.no/~heldige/reguest.gif

My site is for adoptions families in Norway. I post a link later. I wait for the new version of TS gallery, and I will install this on my public forum. I have this only in my testboard yet.

Images are visible in forum index for guests, but I have set no allows for guest to see images?

Thanks for your good work :D

Re: TS gallery mod -- get images from TS gallery

PostPosted: Thu Apr 10, 2008 9:22 pm
by Zuritz
Zuritz wrote:Images are visible in forum index for guests, but I have set no allows for guest to see images?

I fix this with:

Code: Select all
<!-- IF S_DISPLAY_PM -->
HTML_CODE
<!-- ENDIF -->

I don't allows guests to see images on forumindex :D

Thanks again :D

Re: TS gallery mod -- get images from TS gallery

PostPosted: Thu Apr 10, 2008 10:30 pm
by Admin
Zuritz wrote:
Zuritz wrote:Images are visible in forum index for guests, but I have set no allows for guest to see images?

I fix this with:

Code: Select all
<!-- IF S_DISPLAY_PM -->
HTML_CODE
<!-- ENDIF -->

I don't allows guests to see images on forumindex :D

Thanks again :D


It have to be
Code: Select all
<!-- IF S_USER_LOGGED_IN-->
HTML_CODE
<!-- ENDIF -->

This will allow only registered user to see images
About the other feature i'm working on ;)

Regards

If somebody like this work please feel free to donate.
On the index pages there is the module

Re: TS gallery mod -- get images from TS gallery

PostPosted: Fri Apr 11, 2008 2:05 pm
by Zuritz
Admin wrote:About the other feature i'm working on ;)

Thanks. Look forward to next update. Can you also make link in username? :D


See you :D

Re: TS gallery mod -- get images from TS gallery

PostPosted: Mon Apr 14, 2008 5:36 pm
by juhohei
Hi

So I tried to make this work but I couldn't.

I have big portal site wich uses phpBB forum. The forum is based like http://www.domain.com/forum , and the index page of the site is naturally http://www.domain.com/index.php . That index.php already gets some information from that forum (such as 10 newest topic), but I would like to get 6 newest pictures from TS Gallery that same index, not to the forums index. How can I do that?

Re: TS gallery mod -- get images from TS gallery

PostPosted: Mon Apr 14, 2008 7:22 pm
by Admin
juhohei wrote:Hi
So I tried to make this work but I couldn't....


look at step two and step two notes ;)

Subsilver 2 template done

Re: TS gallery mod -- get images from TS gallery

PostPosted: Wed Apr 16, 2008 10:20 am
by Zuritz
I changed in the php code from views to recent. I think that is better. I use recent image on this block.
Code: Select all
'VIEW'      => "./gallery/recent.php?start=0",  


Any news on next feature?

I like it very good :D

Best Regards

Re: TS gallery mod -- get images from TS gallery

PostPosted: Wed Apr 16, 2008 4:36 pm
by Admin
Zuritz wrote:I changed in the php code from views to recent. I think that is better. I use recent image on this block.
Code: Select all
'VIEW'      => "./gallery/recent.php?start=0",    


Any news on next feature?

I like it very good :D

Best Regards

I have just done them, i'm testing it and i'll post it as soon as possible ;)
Regards

Re: TS gallery mod -- get images from TS gallery

PostPosted: Thu Apr 17, 2008 7:04 pm
by juhohei
So I still couldn't get this working..
I'm trying to get recent images to my separate portal index.

What should I do :

Step 1:
I copy that code to my separate .php page anywhere I wan't and just add <?php to the begin and ?> to the end?

Step 2:
w00t?

Step 3:
w00t?