• [MOD] TiltViewer for 4images 5 0 5 1
Currently:  

Author Topic: [MOD] TiltViewer for 4images  (Read 97484 times)

0 Members and 1 Guest are viewing this topic.

Offline Sun Zaza

  • Sr. Member
  • ****
  • Posts: 399
    • View Profile
Re: [MOD] TiltViewer for 4images
« Reply #30 on: March 19, 2008, 12:41:14 AM »
Ok then. the problen is sure by (ORDER BY RAND())

Offline janwinter

  • Pre-Newbie
  • Posts: 5
    • View Profile
Rating system
« Reply #31 on: March 26, 2008, 08:04:10 AM »
Hey schaut Euch an, wie ich es auf meiner Seite gemacht habe!!!

http://www.profilfotografie.de/bilderband/index.php und dann in die Detailansicht, super mit Eurer Vorlage

Liebe Grüße aus Hamburg Jan

Offline RoadDogg

  • Sr. Member
  • ****
  • Posts: 488
    • View Profile
    • Düsipixel
Re: [MOD] TiltViewer for 4images
« Reply #32 on: March 27, 2008, 11:26:07 PM »
Wo, das ist ja ein nettes Spielzeug! :D

Danke dir!

Schön wäre es natürlich noch, wenn man es von jeder einzelnen Kategorie aus für dieselbige aufrufen könnte...  :P
For support requests please don´t forget link to your Gallery/to phpinfo.php
Code: [Select]
<?
phpinfo()
?>
safe_mode must turned OFF
Please check Error Messages

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] TiltViewer for 4images
« Reply #33 on: March 27, 2008, 11:41:15 PM »
@RoadDogg

... und auch das lässt sich realisieren ... ;)
... werde das mal im ersten Post als Erweiterung hinzufügen ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline RoadDogg

  • Sr. Member
  • ****
  • Posts: 488
    • View Profile
    • Düsipixel
Re: [MOD] TiltViewer for 4images
« Reply #34 on: March 27, 2008, 11:47:32 PM »
WOW!

Und eine Suchwortverknüpfung? wie: search.php?search_keywords=Nacht

 :mrgreen:

P.S. Denke auch ans "Schlafengehen"... :D
For support requests please don´t forget link to your Gallery/to phpinfo.php
Code: [Select]
<?
phpinfo()
?>
safe_mode must turned OFF
Please check Error Messages

Offline iPEI

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD] TiltViewer for 4images
« Reply #35 on: March 28, 2008, 04:20:47 AM »
I put some html tag in image description, like <a></a> coz i wanna link to another details.php. Then... TiltViewer can't loading the content.

Bugs?
« Last Edit: March 28, 2008, 07:50:03 AM by iPEI »
iPEI

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] TiltViewer for 4images
« Reply #36 on: March 28, 2008, 09:18:35 AM »
@iPEI
... Bugs? ... please read the Using Instructions of TiltViewer ... here ...

Quote from: Using Instructions of TiltViewer
5. description is the description text. To include HTML formatting you need to wrap your description in a CDATA tag like this:

Code: [Select]
<description><![CDATA[This is a HTML text description.
Supported tags are <b>bold</b>, <u>underline</u>,
<i>italics</i>, linebreaks<br>and
<font color="#ff0000" size="60">font tags</font>.
Hyperlinks are not supported.]]></description>
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline iPEI

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD] TiltViewer for 4images
« Reply #37 on: March 29, 2008, 01:41:38 PM »
uupss... :oops: i miss that one.. thank you, guru :mrgreen:
iPEI

Offline Alessio

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
    • Webax.it [Alessio's photogallery]
Re: [MOD] TiltViewer for 4images
« Reply #38 on: April 21, 2008, 01:32:16 PM »
Ok then. the problen is sure by (ORDER BY RAND())

Any solution?
Alessio
my homepage: http://www.webax.it

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] TiltViewer for 4images
« Reply #39 on: April 21, 2008, 01:45:29 PM »
Any solution?

... and what is your problem ... ?
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Alessio

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
    • Webax.it [Alessio's photogallery]
Re: [MOD] TiltViewer for 4images
« Reply #40 on: April 21, 2008, 01:48:24 PM »
Any solution?

... and what is your problem ... ?

Hi Mawenzy,
if I use the code

Code: [Select]
WHERE i.image_active = 1 AND i.cat_id = 98 AND i.cat_id IN (".get_auth_cat_sql("auth_viewcat").")
        ORDER BY RAND()
        ";

some images loads twice.

Alessio
my homepage: http://www.webax.it

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] TiltViewer for 4images
« Reply #41 on: April 21, 2008, 02:03:57 PM »
... you don't use "LIMIT" in the query ... ?
... the "LIMIT" must be a multiple of the image settings of TiltViewer in viewer.html (columns x rows) ...
... if no, I think this caused that some images loads twice ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Alessio

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
    • Webax.it [Alessio's photogallery]
Re: [MOD] TiltViewer for 4images
« Reply #42 on: April 21, 2008, 02:21:26 PM »
... you don't use "LIMIT" in the query ... ?
... the "LIMIT" must be a multiple of the image settings of TiltViewer in viewer.html (columns x rows) ...
... if no, I think this caused that some images loads twice ...

So the code could be

Code: [Select]
WHERE i.image_active = 1 AND i.cat_id = 98 AND i.cat_id IN (".get_auth_cat_sql("auth_viewcat").")
        ORDER BY RAND()
        LIMIT 0, 36
        ";

but I don't understand what number I have to insert.
Alessio
my homepage: http://www.webax.it

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] TiltViewer for 4images
« Reply #43 on: April 21, 2008, 03:48:21 PM »
... in your case ... "LIMIT 0, 36" ...

- 0   : the randomly selected images starts with Nr. 1 ...
- 36 : max. randomly selected images ...

... the "LIMIT" must be a multiple of the image settings of TiltViewer in viewer.html (columns x rows) ...

- you want to show 2sites of TiltViewer ? so ... 36 : 2 = 18 ...
- you want to show 3rows in TiltViewer (settings in viewer.html) ? so ... 18 : 3 = 6 ...  settings in viewer.html for columns must be 6 ...

so, now its time for your example in your TiltViewer ... ;)
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Alessio

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
    • Webax.it [Alessio's photogallery]
Re: [MOD] TiltViewer for 4images
« Reply #44 on: April 24, 2008, 02:16:08 PM »
I don't know if there's something wrong in my tiltviewer.php but images are still loading twice.

In "best photos" category I have 66 images, settings for viewer.html are 5rows and 5columns.
I have already tryed to put in LIMIT this numbers: 0, 66 - 0, 25 - 0, 75 - 0, 150.
Alessio
my homepage: http://www.webax.it