Author Topic: move to the next picture  (Read 9809 times)

0 Members and 1 Guest are viewing this topic.

Offline lanps9.99

  • Pre-Newbie
  • Posts: 5
    • View Profile
move to the next picture
« on: August 29, 2007, 03:08:02 PM »
well is there a way to go to the next pic from th current pic its self

( to make it more clear like in some galleries we can go to the next pic by clicking next can we do that here)

that would be great as i got an online comic section it would be easier

so anyone pls help
« Last Edit: September 05, 2007, 04:06:04 PM by Nicky »

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: move to the next pivture
« Reply #1 on: August 29, 2007, 04:59:30 PM »
...  :roll: ...
... I think there are links at the bottom of details.html (default template) ... Previous image: ...  Next image: ...
... you can move these links to the top of details.html ...
... if there are no links in your customized template ... then use these tags for your links ...
Code: [Select]
{if prev_image_name}{lang_prev_image}<a href="{prev_image_url}">{prev_image_name}</a>{endif prev_image_name}
and
Code: [Select]
{if next_image_name}{lang_next_image}<a href="{next_image_url}">{next_image_name}</a>{endif next_image_name}
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 Mr_LovaLove

  • Full Member
  • ***
  • Posts: 233
  • Unkown
    • View Profile
Re: move to the next pivture
« Reply #2 on: September 04, 2007, 09:23:08 PM »
maybe he doesnt have that !

hmmmm

well, i need help also :P i was searching for something relate to this


i need to show the  next image with the next link ( so the user can see the next image and he has 2 choices to click next or the image ) and same for previous

any help ^_^

and thanks :)
English Please :@

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: move to the next pivture
« Reply #3 on: September 04, 2007, 11:41:48 PM »
@Mr_Lovalove:

Want next with image button + link text ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: move to the next pivture
« Reply #4 on: September 05, 2007, 01:04:42 AM »
@Mr_Lovalove

... next and previous link with thumbnail in details.html ...
... use for previous image in your template...
Code: [Select]
{if prev_image_name}<a href="{prev_image_url}"><img src="{prev_thumb_file}" alt="{prev_image_name}"></a><br><a href="{prev_image_url}">{prev_image_name}</a>{endif prev_image_name}
... use for next image in your template ...
Code: [Select]
{if next_image_name}<a href="{next_image_url}"><img src="{next_thumb_file}" alt="{next_image_name}"></a><br><a href="{next_image_url}">{next_image_name}</a>{endif next_image_name}
« Last Edit: September 05, 2007, 01:43:59 PM by mawenzi »
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 thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: move to the next pivture
« Reply #5 on: September 05, 2007, 01:06:52 AM »
Yes, is right. Is possible do previous and next image Mawenzi ? :)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline Mr_LovaLove

  • Full Member
  • ***
  • Posts: 233
  • Unkown
    • View Profile
Re: move to the next pivture
« Reply #6 on: September 05, 2007, 01:21:28 PM »
excellant :D

works perfect :) thanks ^_^

:)
English Please :@

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: move to the next pivture
« Reply #7 on: September 05, 2007, 01:47:20 PM »
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 thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: move to the next pivture
« Reply #8 on: September 05, 2007, 01:53:21 PM »
Yes, is right. Is possible do previous and next image Mawenzi ? :)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: move to the next pivture
« Reply #9 on: September 05, 2007, 02:56:07 PM »
... I dont understand your request ...  :?
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 thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: move to the next pivture
« Reply #10 on: September 05, 2007, 03:48:33 PM »
Create button for next and previous like do with notify by email and more ...  :?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: move to the next picture
« Reply #11 on: September 05, 2007, 05:03:05 PM »
... mawenzi was a little bit confused about term "next image" ...  :oops:
... but here are the buttons ...
... and here is an example for preview/next image with link/button/thumbnail ...
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 thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: move to the next picture
« Reply #12 on: September 05, 2007, 05:04:03 PM »
Exalent - lot of hit of 2 image. :)
Thank Mawenzi.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?